Re: Release 2.2 beta#1 of SmartEiffel is available.
Frederic Merizen <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Organization | LORIA |
| Message-ID | <[email protected]> |
On Tuesday 03 May 2005 12:30, Eric Bezault wrote: > Colnet Dominique wrote: > > Yes, the work is just going on ;-) > > The bootstrap does not work under Windows with 'cl'. > The C compile complains: > > 'FILE': illegal use of this type as an expression Ooops, that was me. I just fixed it in the cvs. > Moving the if-statement after the two FILE declarations > solved the problem, but I then have a similar problem > with the generated C code of programs compiled with this > new compiler. To try out the new compiler with "cl", please move move the if-statement after the two FILE declarations in "sys/plugins/io/c/io.c" as you did in "compile_to_c2.c".