Re: Building GNUstep

2008-05-14 Thread David Chisnall
On 11 May 2008, at 17:22, Nicola Pero wrote: As far as I know, gnustep-make's and gnustep-base's configures have no knowledge of clang; we would need to add some support for it if you want things to work more out of the box. You're (obviously) very welcome to do so, or if you can point me

Re: install_name for libraries and frameworks on OS X

2008-05-14 Thread Blake Nicholson
Nicola, Sounds good. I will put together a patch to do the following: 1) Update configure.ac in gnustep-make so it prints a warning if the user is on darwin and uses a filesystem layout other than 'apple'. This warning will tell the user they need to either set DYLD_LIBRARY_PATH and

Re: Threads and GL

2008-05-14 Thread Fred Kiefer
Justin Kendrick wrote: I'm trying to use a background thread to draw into a view using opengl. Doing anything GL-related in a secondary thread segfaults, however. Poking around AppKit and the X11 backend, I note that GSCurrentServer() is returning NULL on every thread except the main one. I