Hi

I found out how to compile gnustep-base with the gcc4.1 objc library (not the
gnustep one). I can now enable native exceptions :-)

I had to change one line in objc-decls.h :

- #if defined (_WIN32) || defined (__WIN32__) || defined (WIN32)
+ #if !defined(__MINGW32__) && defined (_WIN32) || defined (__WIN32__) ||
defined (WIN32)

I get the change from gnustep-libobjc.
BUT i'm not sure this library is fully compatible with gnustep-libobjc.
Could someone confirm that should works ?
Then i will post this change to a gcc ml.

Thanks :-)

Xavier






_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to