gnustep-make 1.8.0 and filelist=yes

2004-02-04 Thread Dennis Leeuw
When I use filelist=yes for gnustep-make 1.8.0 I get: rm -f /usr/src/Scanner/file-list echo %attr (-, root, root) /usr/src/Scanner/file-list Making install for app Scanner... Installing bundle directory... for file in `tar Pcf - | tar t`; do \ if [ -d $file ]; then

Re: gnustep-make 1.8.0 and filelist=yes

2004-02-04 Thread Nicola Pero
When I use filelist=yes for gnustep-make 1.8.0 I get: Try something like the following: make filelist=yes install INSTALL_ROOT_DIR=`pwd`/tmp GNUSTEP_INSTALLATION_DIR=`pwd`/tmp/usr/GNUstep/Local this will install everything inside `pwd`/tmp (which the local directory, with /tmp appended),

Re: NSMenu

2004-02-04 Thread Fred Kiefer
Quentin Mathé wrote: NSMenuItem autoenabling doesn't work with NSPopUpButton... is it an unimplemented feature ? other problem... with the code below : NSMenu *menu = [[NSMenu alloc] initWithTitle:@]; [NSMenu popUpContextMenu:menu withEvent:myEvent forView:myView]; RELEASE(menu); the menu

Re: NSMenu

2004-02-04 Thread Quentin Mathé
Le 4 févr. 04, à 23:17, Fred Kiefer a écrit : Quentin Mathé wrote: NSMenuItem autoenabling doesn't work with NSPopUpButton... is it an unimplemented feature ? other problem... with the code below : NSMenu *menu = [[NSMenu alloc] initWithTitle:@]; [NSMenu popUpContextMenu:menu withEvent:myEvent