Re: [e-users] embryo compile problems on gentoo

2004-09-09 Thread Anthony Arobone
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


[e-users] embryo compile problems on gentoo

2004-09-08 Thread Anthony Arobone
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...


---
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=5047alloc_id=10808op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] embryo compile problems on gentoo

2004-09-08 Thread The Rasterman
On Wed, 8 Sep 2004 14:01:46 -0700 Anthony Arobone [EMAIL PROTECTED] babbled:
(B
(B First off, I know portage has e17 builds but I'd rather do it by hand
(B unless it proves to be undoable.
(B 
(B That said, I stepped through all the lib components building one at a
(B time in the order enlightenment.org says to build them, but when I get
(B to embryo it gives a compile error.  For each lib I run autogen.sh,
(B make, make install, and then ldconfig.  I just checked everything out
(B of cvs today.  Can anyone make sense of this compile error/warnings?
(B 
(B Thanks,
(B Anthony
(B 
(B gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DLINUX -I../../src/lib -I../..
(B -I../..-g -O2 -c embryo_cc_sc1.c
(B In file included from embryo_cc_sc.h:37,
(B  from embryo_cc_sc1.c:33:
(B embryo_cc_amx.h:61: error: syntax error before "ucell"
(B embryo_cc_amx.h:61: warning: data definition has no type or storage class
(B embryo_cc_amx.h:84: error: syntax error before "uint32_t"
(B embryo_cc_amx.h:84: warning: no semicolon at end of struct or union
(B embryo_cc_amx.h:86: error: syntax error before '}' token
(B embryo_cc_amx.h:86: warning: `packed' attribute ignored
(B embryo_cc_amx.h:86: warning: data definition has no type or storage class
(B embryo_cc_amx.h:131: error: syntax error before "uint16_t"
(B embryo_cc_amx.h:131: warning: no semicolon at end of struct or union
(B embryo_cc_amx.h:147: error: syntax error before '}' token
(B embryo_cc_amx.h:147: warning: `packed' attribute ignored
(B embryo_cc_amx.h:147: warning: data definition has no type or storage class
(B embryo_cc_amx.h:226: error: syntax error before '*' token
(B embryo_cc_amx.h:226: error: syntax error before '*' token
(B embryo_cc_amx.h:226: warning: data definition has no type or storage class
(B embryo_cc_amx.h:227: error: syntax error before '*' token
(B embryo_cc_amx.h:227: error: syntax error before '*' token
(B embryo_cc_amx.h:227: warning: data definition has no type or storage class
(B embryo_cc_amx.h:244: error: syntax error before "uint16_t"
(B In file included from embryo_cc_sc1.c:33:
(B embryo_cc_sc.h:109: error: syntax error before "uint32_t"
(B embryo_cc_sc.h:109: warning: no semicolon at end of struct or union
(B embryo_cc_sc.h:134: error: syntax error before '}' token
(B embryo_cc_sc.h:134: warning: data definition has no type or storage class
(B embryo_cc_sc.h:210: error: syntax error before "symbol"
(B embryo_cc_sc.h:210: warning: no semicolon at end of struct or union
(B embryo_cc_sc.h:218: error: syntax error before '}' token
(B embryo_cc_sc.h:218: warning: data definition has no type or storage class
(B embryo_cc_sc.h:442: error: syntax error before '*' token
(B embryo_cc_sc.h:442: warning: data definition has no type or storage class
(B embryo_cc_sc.h:470: error: syntax error before '*' token
(B embryo_cc_sc.h:471: error: syntax error before '*' token
(B embryo_cc_sc.h:473: error: syntax error before '*' token
(B embryo_cc_sc.h:474: error: syntax error before '*' token
(B embryo_cc_sc.h:475: error: syntax error before "namehash"
(B ...etc...etc...etc...
(B
(Bhate to say it... but "works here".
(B
(B:(
(B
(Bwell i remove using c99 stdtypes - back to the good old faithfuls (in cvs)
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users