New GNUstep make puts ffcall libraries in Libraries/lib

2007-04-21 Thread Tom Koelman
did previously. I expect this to be the reason configure of base fails. Is putting the libraries in System/lib the expected behaviour? Should I add this directory to LD_LIBRAY_PATH? Or did I miss some step and should make have put ffcall's binaries in System/Library/Libraries anyway?

Re: New GNUstep make puts ffcall libraries in Libraries/lib

2007-04-21 Thread Tom Koelman
"Nicola Pero" <[EMAIL PROTECTED]> writes: > Presumably you configure it using > > ./configure --prefix=/usr/GNUstep/System > > and you notice that that would install the lib into > /usr/GNUstep/System/Library/Libraries with gnustep-make v1 and now > it installs the lib into /usr/GNUstep/System/li

New Windows installer: now with gui!

2005-02-22 Thread Tom Koelman
to your disk. The only way in which the content of the installer deviates from the actual gui 0.9.4 release is a small patch on NSMenu.h. Without this patch the windows port of gcc 3.2.3 dumps core. Regards, Tom Koelman Wim Oudshoorn ___ Gnustep-dev

Re: New Windows installer: now with gui!

2005-02-22 Thread Tom Koelman
Fred Kiefer <[EMAIL PROTECTED]> writes: > Tom Koelman wrote: >> The only way in which the content of the installer deviates from the >> actual gui 0.9.4 release is a small patch on NSMenu.h. Without this >> patch the windows port of gcc 3.2.3 dumps core. > >>

Re: More Windows stuff ... example gui apps work for me now

2005-03-11 Thread Tom Koelman
s the answer to the question "are floats returned in integer registers?" is no. On another machine an error dialog appears and conftest.exe is locked while that hasn't been done yet. Nicola, do you have any idea w

Windows installer from 20050329 snapshot

2005-03-29 Thread Tom Koelman
-installers.html Hopefully this helps a bit. Regards, Tom Koelman ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: Windows installer from 20050329 snapshot

2005-03-30 Thread Tom Koelman
Alex Perez <[EMAIL PROTECTED]> writes: > Tom Koelman wrote: >> Hi, >> I noticed some having troubles compiling GNUstep on Windows from CVS >> with the newest MinGW etc, so just for developers I uploaded a windows > >> installer, created from the 20050329 sn

GNUSTEP_CONFIG_FILE value ('/etc/GNUstep/GNUstep.conf') is not an absolute path

2006-03-06 Thread Tom Koelman
I already build GNUstep-base specifying a valid path to the config file. Regards, Tom Koelman ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: GNUSTEP_CONFIG_FILE value ('/etc/GNUstep/GNUstep.conf') is not an absolute path

2006-03-07 Thread Tom Koelman
; core/base/Source/config.h > > I suggest you check that first. My config.h does not contain a definition of GNUSTEP_CONFIG_FILE. It does contain this: /* Disable GNUSTEP_CONFIG_FILE environment variable */ #define OPTION_NO_ENVIRONMENT 1 > Are you using the *release* of base 1.11.2 or a la