GNUStep Getting Started

青春壹個敷衍的年華 提交于 2019-12-19 07:11:41

问题


I downloaded GNUStep and installed it, however I am not sure where I can find an IDE. does anyone know what programs serve as a GNUStep IDE/where to get them? Failing that, does anyone know of a tutorial on how to create and compile a basic GNUStep program?


回答1:


Well my experiences with that are devastating. ProjectCenter the IDE distributed for GNUstep does not work here at all the debugger intergration is well not existant. But that's what you get with GNUstep. There is Gorm as interface builder and ProjectCenter. Not more. That's very discouraging. The best you can do with Objective-C is currently having a Mac in some form and use XCode. That's the best you can get currently, and I expect that won't change in any forseeable future.

Now you should step back and just use the "plain" old Makefile route. There is a somewhat very rough tutorial about GNUStep makefile starting somewhere below http://wiki.gnustep.org/index.php/User_Guides

Regards Friedrich




回答2:


As Friedrich already mentions in his post above there is Gorm for creating interfaces and ProjectCenter as IDE (gdb integration is worked on as far as I know).

For compiling GNUstep programs you are best of using GNUstep-make. You can find some recently updated tutorials here:

Basic GNUstep-make tutorial

More advanced GNUstep-make tutorial

And there is always the whole bunch of newsgroups, irc and mailinglists where you can usually get quick answers to your questions. Maybe not on IRC currently.




回答3:


You can try to make eclipse
work with gnustep/msys/mingw:

http://wirecode.blogspot.com/2007/11/objective-c-and-eclipse.html http://djsilenceboy.wordpress.com/2012/02/13/install-minggw-and-gnustep-for-ccobj-c-for-windows/



来源:https://stackoverflow.com/questions/1060958/gnustep-getting-started

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!