gnustep-dev
[Top][All Lists]
Advanced

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

Re: Use of libobjc from gcc 4.1 with MinGW


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

Xavier Glattard <xavier.glattard <at> online.fr> writes:

> 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)

*** Actually this change doesnt change anything ***

The creation of the lingnustep-base.dll has failed silently...
(I forgot to delete libgnustep-base.dll.a created in the previous attempt)

This needs still more work.
...not so simple... ;-)

Xavier






reply via email to

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