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
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
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
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
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
> 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
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