What do you mean by removed c99 stdtypes? Is this something I can try to fix my issue?
Thanks On Thu, 9 Sep 2004 09:49:31 +0900, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Wed, 8 Sep 2004 14:01:46 -0700 Anthony Arobone <[EMAIL PROTECTED]> babbled: > > > > > First off, I know portage has e17 builds but I'd rather do it by hand > > unless it proves to be undoable. > > > > That said, I stepped through all the lib components building one at a > > time in the order enlightenment.org says to build them, but when I get > > to embryo it gives a compile error. For each lib I run autogen.sh, > > make, make install, and then ldconfig. I just checked everything out > > of cvs today. Can anyone make sense of this compile error/warnings? > > > > Thanks, > > Anthony > > > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLINUX -I../../src/lib -I../.. > > -I../.. -g -O2 -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: syntax error before "ucell" > > embryo_cc_amx.h:61: warning: data definition has no type or storage class > > embryo_cc_amx.h:84: error: syntax error before "uint32_t" > > embryo_cc_amx.h:84: warning: no semicolon at end of struct or union > > embryo_cc_amx.h:86: error: syntax error before '}' token > > embryo_cc_amx.h:86: warning: `packed' attribute ignored > > embryo_cc_amx.h:86: warning: data definition has no type or storage class > > embryo_cc_amx.h:131: error: syntax error before "uint16_t" > > embryo_cc_amx.h:131: warning: no semicolon at end of struct or union > > embryo_cc_amx.h:147: error: syntax error before '}' token > > embryo_cc_amx.h:147: warning: `packed' attribute ignored > > embryo_cc_amx.h:147: warning: data definition has no type or storage class > > embryo_cc_amx.h:226: error: syntax error before '*' token > > embryo_cc_amx.h:226: error: syntax error before '*' token > > embryo_cc_amx.h:226: warning: data definition has no type or storage class > > embryo_cc_amx.h:227: error: syntax error before '*' token > > embryo_cc_amx.h:227: error: syntax error before '*' token > > embryo_cc_amx.h:227: warning: data definition has no type or storage class > > embryo_cc_amx.h:244: error: syntax error before "uint16_t" > > In file included from embryo_cc_sc1.c:33: > > embryo_cc_sc.h:109: error: syntax error before "uint32_t" > > embryo_cc_sc.h:109: warning: no semicolon at end of struct or union > > embryo_cc_sc.h:134: error: syntax error before '}' token > > embryo_cc_sc.h:134: warning: data definition has no type or storage class > > embryo_cc_sc.h:210: error: syntax error before "symbol" > > embryo_cc_sc.h:210: warning: no semicolon at end of struct or union > > embryo_cc_sc.h:218: error: syntax error before '}' token > > embryo_cc_sc.h:218: warning: data definition has no type or storage class > > embryo_cc_sc.h:442: error: syntax error before '*' token > > embryo_cc_sc.h:442: warning: data definition has no type or storage class > > embryo_cc_sc.h:470: error: syntax error before '*' token > > embryo_cc_sc.h:471: error: syntax error before '*' token > > embryo_cc_sc.h:473: error: syntax error before '*' token > > embryo_cc_sc.h:474: error: syntax error before '*' token > > embryo_cc_sc.h:475: error: syntax error before "namehash" > > ...etc...etc...etc... > > hate to say it... but "works here". > > :( > > well i remove using c99 stdtypes - back to the good old faithfuls (in cvs) > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] > çè - èå (æç) [EMAIL PROTECTED] > Tokyo, Japan (æä ææ) > ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ enlightenment-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
