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


Than there come a lot more errors and warnings until:
embryo_cc_sc1.c:4139: error: request for member `name' in something not a structure or union
{standard input}: Assembler messages:
{standard input}:65: Error: symbol `explicit_init' is already defined
{standard input}:79: Error: symbol `localstaging' is already defined
{standard input}:149: Error: symbol `size' is already defined
{standard input}:155: Error: symbol `cur_lit' is already defined
{standard input}:167: Error: symbol `sym' is already defined
{standard input}:180: Error: symbol `intest' is already defined
make: *** [embryo_cc_sc1.o] Error 1


I'm running gentoo with autoconf-2.59. If configure is to be believed it uses automake-1.4. glibc is 2.3.3. (i686)
I think it is definitly a missing included inttypes.h but I really don't know where HAVE_INTTYPES_H should have been set.
I can't finde it somewhere else.


Hope this helps.


------------------------------------------------------- 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_idP47&alloc_id808&op=click _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to