Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread Antonio Palladini
Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler: does evas_software_x11_test work? No, it wont. I got a Illegal instruction. gdb says : 115 cpu_feature_mask |= CPU_FEATURE_SSE * Program received signal SIGKILL, Illegal instruction. evas_common_cpu_sse_test() at evas_cpu.c:50 50 prefec

Re: [e-users] Entrance & KDE session?

2004-03-31 Thread Ibukun Olumuyiwa
On Mon 15 Mar 2004, Jonathan Charnas wrote: > Hi, I was trying to set up my entrance to have a KDE session, for my > parents. > I love E, but they're new to linux and would probably be more at ease with > KDE. What strings do I add to /etc/entrance<...>.db? I tried startkde and > kde as the /entran

Re: [e-users] entrance/pam weirdness.

2004-03-31 Thread Ibukun Olumuyiwa
On Tue 23 Mar 2004, Jeremy Kolb wrote: > I had to change the /etc/pam.d/entrance file to: > > auth requiredpam_unix.so > account requiredpam_unix.so > session requiredpam_unix.so > > Since pam_stack.so does not exist on my system. So n

Re: [e-users] Eterm on Cygwin

2004-03-31 Thread Ibukun Olumuyiwa
On Mon 29 Mar 2004, [EMAIL PROTECTED] wrote: > I had built Enlightenment and Eterm on Cygwin. Enlightenment works perfect, Whoa. How did you get E to work on Cygwin? Latest CVS/Imlib2 version or older Imlib1? So far my attempts to get Imlib2 to work on cygwin have ended in failure. -- Ibukun O

Re: [e-users] Entrance & KDE session?

2004-03-31 Thread John
Ibukun Olumuyiwa wrote: On Mon 15 Mar 2004, Jonathan Charnas wrote: Hi, I was trying to set up my entrance to have a KDE session, for my parents. I love E, but they're new to linux and would probably be more at ease with KDE. What strings do I add to /etc/entrance<...>.db? I tried startkde and

Re: [e-users] Entrance & KDE session?

2004-03-31 Thread Ibukun Olumuyiwa
On Wed 31 Mar 2004, John wrote: > Ibukun Olumuyiwa wrote: > > >On Mon 15 Mar 2004, Jonathan Charnas wrote: > > > > > >>Hi, I was trying to set up my entrance to have a KDE session, for my > >>parents. > >>I love E, but they're new to linux and would probably be more at ease with > >>KDE. What str

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread Ibukun Olumuyiwa
On Wed 31 Mar 2004, Antonio Palladini wrote: > Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler: > > > >does evas_software_x11_test work? > > No, it wont. I got a Illegal instruction. > > gdb says : > > 115 cpu_feature_mask |= CPU_FEATURE_SSE * > > Program received signal SIGKILL, Illegal

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Wed, 31 Mar 2004 17:57:36 +0200 Antonio Palladini <[EMAIL PROTECTED]> babbled: > Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler: > > > > does evas_software_x11_test work? > > No, it wont. I got a Illegal instruction. > > gdb says : > > 115 cpu_feature

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Wed, 31 Mar 2004 13:55:54 -0600 Ibukun Olumuyiwa <[EMAIL PROTECTED]> babbled: > On Wed 31 Mar 2004, Antonio Palladini wrote: > > Am 31.03.2004 03:50:21 schrieb(en) Carsten Haitzler: > > > > > > >does evas_software_x11_test work? > > > > No, it wont. I got a Illegal

Re: Re: [e-users] Eterm on Cygwin

2004-03-31 Thread wuj
Hi, I built imlib2-1.0.6 and imlib2-1.1.0, but all of them failed on cygwin. I searched the keywords "Eterm+cygwin" on google, finally I found a worked imlib2 tarball on this URL : http://www.sixnine.net/pub/cygwin_je/release/ JS > > From: Ibukun Olumuyiwa <[EMAIL PROTECTED]> > Date: 2004/03/3

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread Antonio Palladini
Am 01.04.2004 02:04:51 schrieb(en) Carsten Haitzler: this is ok - type: cont in gdb to continue - evas traps the illegal instruction (when not under gdb) and then knows to disable that feature. see what happens after that... :) (gdb) cont Could't get register: No suitable Prozess found (gdb) cont

Re: [e-users] E17 : evas segmentation fault

2004-03-31 Thread The Rasterman
On Thu, 1 Apr 2004 06:27:58 +0200 Antonio Palladini <[EMAIL PROTECTED]> babbled: > Am 01.04.2004 02:04:51 schrieb(en) Carsten Haitzler: > > > this is ok - type: > > cont > > > > in gdb to continue - evas traps the illegal instruction (when not > > under gdb) and > > th