Confusion with ec2
- Posted by "Bruce M. Axtens" <bruce_axtens at sil.org> Apr 22, 2003
- 414 views
Dear List I've started working with the Euphoria Translator, the DJGPP one. I'm using GCC 3.2.2. Today I tried converting one of the demo programs, buzz.ex. These are some of the error messages I got. buzz.c '-mpentium' is deprecated. Use '-march=pentium' or '-mcpu=pentium instead. ... buzz.c: In function '_0buzz': buzz.c:27: structure has no member named 'first' buzz.c:35: structure has no member named 'first' buzz.c:44: structure has no member named 'first' buzz.c:53: structure has no member named 'first' ... The 'deprecated' messages I can understand if the translator was built with GCC 2 in mind, but this stuff about 'structure has no member named 'first'' I can't figure out. Any ideas, anyone? Bruce.