Unfortunately it didn't work.  :-(

Now there's a correct directory tree at /usr/GNUstep/System/Library/ApplicationSupport/, except for the lack of Environment, that's in the /usr/GNUstep/System/Library/Frameworks/StepTalk.framework/Resources/ directory.

I linked it but it still doesn't work.

I think that the stexec is ignoring the GNUSTEP_*_ROOT variables:

   $
   GNUSTEP_STEPTALK_ROOT=/usr/GNUstep/System/Library/ApplicationSupport
   stexec
   2008-11-11 19:39:30.040 stexec[17862] Unknown time zone name `BRT'.
   2008-11-11 19:39:30.040 stexec[17862] Using time zone with absolute
   offset 0.
   2008-11-11 19:39:30.040 stexec[17862] Could not find bundle with
   name 'Foundation'
   stexec: Uncaught exception STBundleException, reason: Nil bundle
   specified
   Aborted


Perhaps the solution is making stexec find the correct root path, but how?


Germán Arias wrote:
Hi Rodrigo, the problem is that StepTalk use a variable call 
&(GNUSTEP_INSTALLATION_DIR) to install its modules. But actually this variable 
not exist in GNUstep. Then you need changes $(GNUSTEP_INSTALLATION_DIR) to 
$(GNUSTEP_APPLICATION_SUPPORT) in all GNUmakefiles where appears it. However, I 
will send you, at your private email, StepTalk 0.10.1 (of course my version). I'm 
not sure if this work fine but is installed correctly. If this work, then this 
should by the new release of StepTalk. For some reason I can't send it at this 
list, I get an error.


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to