Re: unable to compile on Windows

2011-03-16 Thread Riccardo Mottola
Hi This will be the recent change to make fhs the default layout in gnustep-make. You solve it by --with-layout=gnustep so that it will look in the old locations for your installed libobjc etc. Alternatively, you re-install everything using the new layout. you are correct, I did not update make

Re: unable to compile on Windows

2011-03-15 Thread Richard Frith-Macdonald
On 14 Mar 2011, at 15:29, Riccardo Mottola wrote: > Hi, > > the recent configure / header changes make it impossible for me to compile on > windows: > > <> > Compiling file GSNibLoader.m ... > In file included from G:/GNUstep/GNUstep/include/GNUstepBase/GSConfig.h:229, > fr

Re: unable to compile on Windows

2011-03-14 Thread Ivan Vučica
Sounds like your environment can find neither MinGW's (GCC's) objc nor GNUstep's liobjc2. If they are installed, and you just need a quick fix, you could perhaps go to: C:\GNUstep\GNUstep\System\Library\Makefiles (or equivalent) and in common.make's definition for GNUSTEP_HEADERS_FLAGS add "-I" fl

unable to compile on Windows

2011-03-14 Thread Riccardo Mottola
Hi, the recent configure / header changes make it impossible for me to compile on windows: <> Compiling file GSNibLoader.m ... In file included from G:/GNUstep/GNUstep/include/GNUstepBase/GSConfig.h:229, from G:/GNUstep/GNUstep/include/GNUstepBase/GSVersionMacros.h:193,