[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get a running GNUstep desktop ?
From: |
Rubens_Septimus |
Subject: |
Re: How to get a running GNUstep desktop ? |
Date: |
Sun, 18 May 2008 08:43:22 -0700 (PDT) |
Nicola Pero-4 wrote:
>
>
>> ### this other one with Renaissance :
>> Making all for app GSMarkupBrowser...
>> Creating GSMarkupBrowser.app/Resources/GSMarkupBrowser.desktop...
>> /bin/sh: pl2link: not found
>> make[2]: *** [GSMarkupBrowser.app/Resources/GSMarkupBrowser.desktop]
>> Erreur
>> 127
>> make[1]: *** [GSMarkupBrowser.all.app.variables] Erreur 2
>> make[1]: quittant le répertoire «
>> /home/patrick/SOURCE/Renaissance-0.9.0/Tools »
>> make: *** [internal-all] Erreur 2
>>
>> My env when errors occur :
>> echo $GNUSTEP_PATHLIST
>> /home/patrick/GNUstep:/usr/GNUstep/Local:/usr/GNUstep/Network:/usr/GNUstep/System
>
> I looked at your script ... you should do a 'make' first, and only later a
> 'make install' as root. Otherwise, you re building the software as root.
> ;-)
>
> If you do want to build as root, then you need to make sure that the PATH
> is set up correctly for root, and have to be prepared to have files cowned
> by root in your local directory ? That seems weird though - it's more
> likely
> a typo. ;-)
>
> So, to fix it, add a 'make' before your 'sudo -E make install':
>
> wget
> http://www.gnustep.it/Renaissance/Download/Renaissance-$VERSION_RENAISSANCE.tar.gz
> tar zxvf Renaissance-$VERSION_RENAISSANCE.tar.gz
> cd Renaissance-$VERSION_RENAISSANCE
>
> # Compilation
> make
> sudo -E make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
>
> Thanks
>
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>
>
Yes Yes Yes ! Thanks a lot Nicola : I could make Renaissance and GWorkspace.
Now I can go further.
--
View this message in context:
http://www.nabble.com/How-to-get-a-running-GNUstep-desktop---tp17264793p17304321.html
Sent from the GNUstep - General mailing list archive at Nabble.com.
- Re: How to get a running GNUstep desktop ?, (continued)
- Re: How to get a running GNUstep desktop ?, Charles philip Chan, 2008/05/16
- Re: How to get a running GNUstep desktop ?, David Chisnall, 2008/05/16
- Re: How to get a running GNUstep desktop ?, Riccardo Mottola, 2008/05/16
- Re: How to get a running GNUstep desktop ?, Rubens_Septimus, 2008/05/16
- Re: How to get a running GNUstep desktop ?, Riccardo Mottola, 2008/05/18
- Re: How to get a running GNUstep desktop ?, Wolfgang Lux, 2008/05/19
- Re: How to get a running GNUstep desktop ?, Rubens_Septimus, 2008/05/19
- Re: How to get a running GNUstep desktop ?, Richard Frith-Macdonald, 2008/05/19
- Re: How to get a running GNUstep desktop ?, Rubens_Septimus, 2008/05/19
Re: How to get a running GNUstep desktop ?, Nicola Pero, 2008/05/18
- Re: How to get a running GNUstep desktop ?,
Rubens_Septimus <=