Re: install_name for libraries and frameworks on OS X

2008-05-21 Thread Blake Nicholson
On May 18, 2008, at 8:02 AM, Nicola Pero wrote: 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 DYLD_FRAMEWORK_PATH in their shell'

Question on X modifier key handling

2008-05-21 Thread Fred Kiefer
Last night when chasing another problem, valgrind memcheck reported a problem in check_modifiers() in XGServerEvent.m. I think the reported problem is non-existent, but it got me thinking about this code. // checks whether a GNUstep modifier (key_sym) is pressed when we're only able // to che