Akusai <[EMAIL PROTECTED]> [2004-08-30 21:58]: > Am 30.08.2004 18:23:35 schrieb(en) Tilman Sauerbeck: > >Torsten Stets <[EMAIL PROTECTED]> [2004-08-30 17:54]: > >> in embryo, under src/bin/, in the file embryo_cc_amx.h in line 34 > >> stands: > >> # ifdef HAVE_INTTYPES_H > >> > >> I had a little trouble compiling embryo, but after changing the > >> statement to > >> # ifndef HAVE_INTTYPES_H > >> it compiled just fined. Furthermore, every other 'if' statement > >there > >> is either 'ifndef' or 'if !...'. > >> So I wonder is that just me and my system or a typo? > > > >Doesn't look like a typo > > Errormessage is: > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLINUX -I../../src/lib -I../.. - > I../.. -march=pentium2 -Os -pipe -fomit-frame-pointer -fforce-addr - > fforce-mem -falign-functions=4 -s -c embryo_cc_sc1.c > In file included from embryo_cc_sc.h:37, > from embryo_cc_sc1.c:33: > embryo_cc_amx.h:61: error: Syntaxfehler before "ucell" > embryo_cc_amx.h:61: Warnung: data definition has no type or storage > class
> I think it is definitly a missing included inttypes.h but I really > don't know where HAVE_INTTYPES_H should have been set. It's set in config.h (located in the root directory of the embryo src). Have a look at config.log to see why the test for inttypes.h failed. -- Regards, Tilman ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
