On 30 Jan 2007, at 09:41, Philippe Bernery wrote:
I would like to make a comment about variable arguments on Macros. I don't know if you plan to make Etoilé works on Windows and compile it with MSVC, but variable arguments do not work with MSVC 7.1.
I don't see this as a huge problem; MSVC doesn't compile Objective-C anyway.
As far as I know, GCC is currently the only Objective-C compiler capable of building an OpenStep environment (as I recall, POC doesn't work with GNUstep). If there are any others, we should make an effort to support them. If not, then I suggest that we feel free to make use of GCC extensions, but try to make it a policy to annotate them in the code somehow. Perhaps wrap a #warning up in some #ifdefs so that people can compile with a flag and be notified of exactly where all the GCC-specific code is?
_______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
