Re: [E-devel] etox fails to compile.

2004-03-22 Thread Ben Rockwood
Jeremy Kolb wrote: etox fails to compile. configure reports that it cannot find config.h.in. configure: creating ./config.status config.status: creating Makefile config.status: creating etox-config config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating

Re: [E-devel] etox fails to compile.

2004-03-22 Thread Jeremy Kolb
Thanks, I have autoconf 2.59 and automakr 1.8.3. I solved it by running autoheader. Interestingly enough I tried ./missing autoheader as that was supposed to generate it but it gave me an error about autoheader not being found even though it ran from the command line. Jeremy On Mon, 2004-03-22

RE: [E-devel] [evas] configure.in patch

2004-03-22 Thread Brizuela Ezequiel Hector
Title: RE: [E-devel] [evas] configure.in patch -Mensaje original- De: Carsten Haitzler [mailto:[EMAIL PROTECTED]] On Fri, 19 Mar 2004 15:40:14 -0300 Brizuela Ezequiel Hector <[EMAIL PROTECTED]> babbled: > Someone that know al the "issues" that are incompatible in the E autosplat

Re: [E-devel] evas mmx issues

2004-03-22 Thread Valdis . Kletnieks
On Sun, 21 Mar 2004 15:55:05 CST, Daniel Hansen <[EMAIL PROTECTED]> said: > For a while I have been having problems when compiling mmx support into > evas. If I compile without any cpu optimizations, I have no problems, but > once I compile in mmx, (since I have a p2) any efl app run at the same

Re: [E-devel] evas mmx issues

2004-03-22 Thread Nathan Ingersoll
Actually, this is probably a bug. What signal did this die from? A illegal instruction or a segv? (Sorry, deleted the original message w/o reading it closely enough). On Mon, Mar 22, 2004 at 02:23:24PM -0500, [EMAIL PROTECTED] wrote: > On Sun, 21 Mar 2004 15:55:05 CST, Daniel Hansen <[EMAIL PROTEC

Re: [E-devel] evas mmx issues

2004-03-22 Thread Daniel Hansen
> On Sun, 21 Mar 2004 15:55:05 CST, Daniel Hansen > <[EMAIL PROTECTED]> said: >> For a while I have been having problems when compiling mmx support into >> evas. If I compile without any cpu optimizations, I have no problems, >> but >> once I compile in mmx, (since I have a p2) any efl app run at

Re: [E-devel] evas mmx issues

2004-03-22 Thread The Rasterman
On Sun, 21 Mar 2004 15:55:05 -0600 (CST) "Daniel Hansen" <[EMAIL PROTECTED]> babbled: > For a while I have been having problems when compiling mmx support into > evas. If I compile without any cpu optimizations, I have no problems, but > once I compile in mmx, (since I have a p2) a