gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use of libobjc from gcc 4.1 with MinGW


From: Xavier Glattard
Subject: Use of libobjc from gcc 4.1 with MinGW
Date: Wed, 21 Mar 2007 15:17:07 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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








reply via email to

[Prev in Thread] Current Thread [Next in Thread]