mac开发对于我这种小白来说看来要很花点功夫才能适应哦,弄了半天连个hello world都写不出来...
我照着这个帖子搭建好了windows下面的环境
http://blog.csdn.net/waden/article/details/5765294写好编译时候报如下错误,貌似是我的环境没有配好?但是GNUstep MSYS System、GNUstep Core、GNUstep Devel、Cairo Backend这四个安装包我都是默认安装好了的呀...
$ gcc -o helloworld helloworld.m -I/GNUstep/System/Library/Headers -fconstant-s
tring-class=NSConstantString -L/GNUstep/System/Library/Libraries -lobjc -lgnust
ep-base
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 helloworld.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.