bug-gnustep
[Top][All Lists]
Advanced

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

Compile-Error Windows : native-objc-exceptions does not match that of gn


From: jens.jarolowski
Subject: Compile-Error Windows : native-objc-exceptions does not match that of gnustep-base
Date: Wed, 30 Nov 2011 20:08:55 +0100

Have gnustep for Windows (downloaded from http://www.gnustep.org/experience/Windows.html) :
 
GNUstep MSYS System  0.29.0
GNUstep Core   0.29.0
GNUstep Devel   1.4.0
 
Get the following compile error :
 
$ gcc -o versuch versuch.m -I /GNUstep/System/Library/Headers -L /GNUstep/Syste
m/Library/Libraries -lobjc -lgnustep-base -fconstant-string-class=NSConstantStr
ing
In file included from C:/GNUstep/GNUstep/System/Library/Headers/Foundation/NSCla
ssDescription.h:30:0,
                 from C:/GNUstep/GNUstep/System/Library/Headers/Foundation/Found
ation.h:50,
                 from versuch.m:1:
C:/GNUstep/GNUstep/System/Library/Headers/Foundation/NSException.h:44:2: error:
#error The current setting for native-objc-exceptions does not match that of gnu
step-base ... please correct this.
 
 
If I change C:\GNUstep\GNUstep\System\Library\Headers\GNUstepBase\GSConfig.h :
 
#define BASE_NATIVE_OBJC_EXCEPTIONS     0
 
then the compile works !
 

reply via email to

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