Hi All GNUstep Masters, I am trying to make Gemas editor from source. First step, I need to make the HighlighterKit Library. But this lib fails to install :
1) I try first without root privileges with the hope it will install on my personal ~GNUstep/Library folder : pi@raspberrypi:~/Fabrique/HighlighterKit-0.1.3 $ unset GNUSTEP_USER_ROOT pi@raspberrypi:~/Fabrique/HighlighterKit-0.1.3 $ make install This is gnustep-make 2.7.0. Type 'make print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. Making build-headers for framework HighlighterKit... Making all for framework HighlighterKit... make[2]: rien à faire pour « internal-framework-compile ». Copying resources into the framework wrapper... Making install for framework HighlighterKit... Creating /usr/local/lib/GNUstep/Frameworks... mkdir: impossible de créer le répertoire « /usr/local/lib/GNUstep »: Permission non accordée mkdir: impossible de créer le répertoire « /usr/local/lib/GNUstep/Frameworks »: Aucun fichier ou dossier de ce type make[1]: *** [/usr/share/GNUstep/Makefiles/Instance/framework.make:769: /usr/local/lib/GNUstep/Frameworks] Error 1 make: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: HighlighterKit.install.framework.variables] Error 2 2) If I try with sudo, it fails because there is no sourcing GNUstep.sh in this case : pi@raspberrypi:~/Fabrique/HighlighterKit-0.1.3 $ sudo make install GNUmakefile:53: /aggregate.make: Aucun fichier ou dossier de ce type make: *** Aucune règle pour fabriquer la cible « /aggregate.make ». Arrêt. 3) No way to do "su root", because the root account is not active on raspbian... So I am guessing how to achieve this first step install... -- Bien cordialement, Patrick CARDONA
