Selon Koh Nyap-Hong <[EMAIL PROTECTED]>: > Hi list, > I have installed GNUstep-base-1.11.1-gui-0.10.1-3.exe on my Windows > XP. I tried up few example given in tutorials found on Internet. > I would like to play with Gorm. Is it possible to build Gorm on msys > environment? > I tried make && make install and the following error > returned during compilation > > . > Compiling file GormBoxEditor.m ... > In file included from GormPrivate.h:33, > from GormBoxEditor.m:28: > ../GormCore/GormDocument.h:31:39: GNUstepGUI/GSNibContainer.h: No such > file or directory > In file included from GormPrivate.h:33, > from GormBoxEditor.m:28: > ../GormCore/GormDocument.h:57: error: cannot find protocol declaration > for `GSNibContainer' > In file included from GormBoxEditor.m:28: > GormPrivate.h:67: error: cannot find interface declaration for > `NSClassSwapper' > make[2]: *** [shared_obj/GormBoxEditor.o] Error 1 > make[1]: *** [GormCore.all.library.variables] Error 2 > make[1]: Leaving directory > `/C/GNUstep/Development/Source/gorm-1.1.0/GormCore' > make: *** [internal-all] Error 2 > > ....... > I have also tried to search for more info from Google before I drop > my email here, but couldn't get much information on Google. Any idea? > Hope I can get a UNIX-line OS installed on my pc ASAP. > > > Regards, > NH >
Hi I have built Gorm without a problem under msys/mingw. I guess your gnustep is not well configured under msys. This should help : http://wiki.gnustep.org/index.php/Installation_on_Windows Rgrds Xavier _______________________________________________ Help-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnustep
