Le 4 déc. 08 à 18:41, Gilaras Drakeson a écrit : > I couldn't get etoile to work. When I try to launch etoile, I get this > error: > > 2008-12-04 12:18:02.974 etoile_system[26465] Setting up SCSystem > server instance > etoile_system: Uncaught exception NSInvalidArgumentException, > reason: NSTask - no launch path set > /usr/local/bin/etoile: line 1: 26465 Aborted > etoile_system > > I am using these revisions: > GNUstep: > svn-id svn://svn.gna.org/svn/gnustep/[EMAIL PROTECTED] > > llvm: > svn-id: http://llvm.org/svn/llvm-project/llvm/[EMAIL PROTECTED] > > Étoilé: > svn-id: svn://svn.gna.org/svn/etoile/trunk/[EMAIL PROTECTED]
I'm working on this issue. I cannot reproduce it on my machine though. What is your install prefix? The one you passed to gnustep-make configure with --prefix flag I mean precisely. Someone else (Gianluca Audone) reported this problem too, based on the stack trace he submitted, it looks like NSWorkspace class from GNUstep throws this exception because 'make_services' tool cannot be found with PATH. Various modifications have been done to GNUstep default installation scheme recently, so this might explain it. You may want to update GNUstep Base to latest svn, the following change in GNUstep repository could help: > Author: rfm > Date: Fri Dec 5 10:49:10 2008 > New Revision: 27210 > > URL: http://svn.gna.org/viewcvs/gnustep?rev=27210&view=rev > Log: > Fix bug which could cause some path components to be omitted from > the paths. Cheers, Quentin. _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
