Crosscompiling gnustep

2005-04-26 Thread Stefan Urbanek
Hi, I am trying to crosscompile GNUstep on Linux to Windows. I did: $ export CC=/home/stevko/Developer/mingw/bin/i586-mingw32-gcc $ cd core/make $ ./configure --host=i586-mingw32 --prefix=/home/stevko/Developer/Windows/GNUstep $ make install $ cd ../base $ ./configure --host=i586-mingw32

Re: Crosscompiling gnustep

2005-04-26 Thread Stefan Urbanek
Excuse me for replying to myself ... I moved a bit forward and i am gettin different errors (see below) ... On Tue, 2005-04-26 at 20:19 +0200, Stefan Urbanek wrote: Hi, I am trying to crosscompile GNUstep on Linux to Windows. I did: $ export

Re: Crosscompiling gnustep

2005-04-26 Thread Stefan Urbanek
On Tue, 2005-04-26 at 14:24 -0600, Adam Fedor wrote: On Apr 26, 2005, at 1:11 PM, Stefan Urbanek wrote: ... checking callback.h usability... yes checking callback.h presence... yes checking for callback.h... yes checking for forwarding callback in runtime... yes checking FFI library

Re: Crosscompiling gnustep

2005-04-26 Thread Adam Fedor
On Apr 26, 2005, at 2:28 PM, Stefan Urbanek wrote: On Tue, 2005-04-26 at 14:24 -0600, Adam Fedor wrote: On Apr 26, 2005, at 1:11 PM, Stefan Urbanek wrote: ... checking callback.h usability... yes checking callback.h presence... yes checking for callback.h... yes checking for forwarding callback in

Re: Crosscompiling gnustep

2005-04-26 Thread Stefan Urbanek
On Tue, 2005-04-26 at 14:40 -0600, Adam Fedor wrote: On Apr 26, 2005, at 2:28 PM, Stefan Urbanek wrote: On Tue, 2005-04-26 at 14:24 -0600, Adam Fedor wrote: On Apr 26, 2005, at 1:11 PM, Stefan Urbanek wrote: ... checking callback.h usability... yes checking callback.h presence...

Re: Crosscompiling gnustep

2005-04-26 Thread Adam Fedor
On Apr 26, 2005, at 12:19 PM, Stefan Urbanek wrote: Besides that, I expect GNUstep make to want me to run GNUstep.sh later during compilation. However, what GNUstep.sh I should run? The one I have just installed? But if that script calls some binary executables, they will not work on my system.

Re: Crosscompiling gnustep

2005-04-26 Thread BALATON Zoltan
On Tue, 26 Apr 2005, Stefan Urbanek wrote: I ended with: Compiling file NSPathUtilities.m ... NSPathUtilities.m: In function `NSHomeDirectoryForUser': NSPathUtilities.m:789: warning: implicit declaration of function `getpwnam' NSPathUtilities.m:789: warning: assignment makes pointer from integer

Re: Crosscompiling gnustep

2005-04-26 Thread Sheldon Gill
Adam Fedor wrote: On Apr 26, 2005, at 12:19 PM, Stefan Urbanek wrote: Besides that, I expect GNUstep make to want me to run GNUstep.sh later during compilation. However, what GNUstep.sh I should run? The one I have just installed? But if that script calls some binary executables, they will not

Re: Crosscompiling gnustep

2005-04-26 Thread Sheldon Gill
Stefan Urbanek wrote: On Tue, 2005-04-26 at 14:40 -0600, Adam Fedor wrote: On Apr 26, 2005, at 2:28 PM, Stefan Urbanek wrote: On Tue, 2005-04-26 at 14:24 -0600, Adam Fedor wrote: On Apr 26, 2005, at 1:11 PM, Stefan Urbanek wrote: ... checking callback.h usability... yes checking callback.h