Sebastian Dransfeld wrote:
Ulrich Hobelmann wrote:
Sebastian Dransfeld wrote:

Library is the set of directories where aclocal check for its files. The file it doesn't find is called 'gettext.m4'.


Hm, I have /usr/local/share/aclocal/gettext.m4 and lots of other files in that directory. There's also /usr/share/aclocal, but that shouldn't be the problem I guess... /usr/local sounds standard to me

If automake is installed in /usr, it doesn't search /usr/local:
http://www.delorie.com/gnu/docs/automake/automake_19.html

Just try to add -I /usr/local/share/aclocal to aclocal or define ACLOCAL_PATH

The path didn't do anything, but setting ACLOCAL_FLAGS worked.

Unfortunately now gcc barfs:
e $ make
cd . && /bin/sh /Users/ulli/e17/apps/e/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
Making all in src
Making all in bin
source='e_main.c' object='e_main.o' libtool=no \
depfile='.deps/e_main.Po' tmpdepfile='.deps/e_main.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I../.. -I../../src/bin -I../../src/lib -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I /System/Library/Frameworks/CoreFoundation.framework/Headers -I /System/Library/Frameworks/IOKit.framework/Headers -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=FAST_PC -I/usr/local/include -O2 -c `test -f 'e_main.c' || echo './'`e_main.c
In file included from e.h:30,
                 from e_main.c:4:
/usr/local/include/Ecore_Config.h:63: error: parse error before numeric constant
make[3]: *** [e_main.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Line 63 looks harmless to me, maybe the gcc 4.0.0 (that Apple installs on their systems) has some infancy problems...


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to