Le 10 sept. 06 à 17:58, Jesse Ross a écrit :

Hey -- I keep getting this error when I run make install (as su root) from the latest out of SVN... any suggestions?

Making all for app Grr...
Creating Grr.app/Resources/Grr.desktop...
/bin/sh: pl2link: command not found
make[4]: *** [Grr.app/Resources/Grr.desktop] Error 127
make[3]: *** [Grr.all.app.variables] Error 2
make[3]: Leaving directory `/home/jross/etoile/Etoile/Services/User/ Grr'
make[2]: *** [internal-all] Error 2
make[2]: Leaving directory `/home/jross/etoile/Etoile/Services/User'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/home/jross/etoile/Etoile/Services'
make: *** [internal-all] Error 2

You need to source GNUstep.sh once 'su root' is done. This is quite ugly but it's necessary until 'sudo make install' works properly again.

In your shell, just type:
. $(GNUSTEP_SYSTEM_ROOT)/Library/Makefiles/GNUstep.sh

$(GNUSTEP_SYSTEM_ROOT) must replaced by the path to your GNUstep System directory. For example /blabla/System/ or /usr/local/GNUstep/ System

hopes it helps,
Quentin.

--
Quentin Mathé
[EMAIL PROTECTED]


_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to