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 !
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to