Hi Nicolas I investigated this some months ago, and the problem is that the native function to start a process on Windows imposes a limit in the length of arguments passed to the make tool (or any other tool). When make tool is launched, it searches the rules to build GNUstep projects. Those instructions are so large that at some point the tool reach the limit, and then the process stop abruptly.
So the only solution is start the shell (the shell installed by gnustep) and run "make" at the project directory. Something like: cd your_project_directory make Regards Germán PS: For a more updated version of GNUstep for Windows, you can use this installer: https://www.dropbox.com/s/mb4m65spkuf3o0f/GNUstep-1.0.exe?dl=0 It contains SystemPreferences, Gorm and Gemas [1]. And use WINUXTheme by default. [1] http://home.gna.org/gnustep-nonfsf/gemas.html El mié, 27-01-2016 a las 16:51 +0100, [email protected] escribió: > Dear All, > > I'm beginner in Objective-C (and in building file using shell) and just > installed ProjectCenter from the GNUstep windows installer page > http://www.gnustep.org/windows/installer.html as I'm using Windows 7 SP1 on > 64 bits system (to have IDE for building project ;-). > > So the installed version are > > GNUstep MSYS System Required 0.30.0 - MSYS/MinGW > System > GNUstep Core Required 0.34.0 - GNUstep Core > GNUstep Devel Optional 1.4.0 - > Developer Tools > GNUstep Cairo Optional 0.34.0 - Cairo > Backend > ProjectCenter Optional 0.6.1-2 - IDE > (Like Xcode, but not as complex) > Gorm Optional 1.2.20-2 - Interface > Builder (Like Xcode NIB builder) > > I aslo installed SsytemPreferences : > For the 0.34.0 series: > > SystemPreferences 2014-01-09 > > > I start ProjectCenter from shell and went through the basic tutorial from > that page : http://www.gnustep.org/experience/PierresDevTutorial/index.html > but when I build the project I got the following error in a popup: > Build tool 'usr/bin/make' not found. Check preferences. > Build will be terminated > > When looking for make file on my computer, I can find it in > c:/GNUstep/msys/1.0/bin/make.exe , so I changed it into > PC->info->SystemPreferences but when building it crashes and on build I got: > > Convertor > :dup: dup(some disk file) failed, handle 2B, Win32 error 87 > :dup: dup(some disk file) failed, handle 2B, Win32 error 87 > > Then a "close program" popup comes (it just appear twice than build > terminated but failed ; ProjectCenter doesn't close). > > How can I solve it? > Attach is screenshot expecting you can see it. > > Thanks for your help. > Nicolas > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
