discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gemas.app needs HighlighterKit


From: Patrick Cardona
Subject: Re: Gemas.app needs HighlighterKit
Date: Fri, 22 May 2020 23:40:10 +0200
User-agent: Mutt/1.10.1 (2018-07-13)

Hi Wolfgang, Ivan and Bertrand,

Thank You for the help You all brought to me.
So, I added these two lines in my .bahsrc.
The second line is a workaround to avoid the obsolete var from WindowMaker.

    export GNUSTEP_INSTALLATION_DOMAIN=USER
    unset GNUSTEP_USER_ROOT

And then, in a new Terminal window, I was able to make and make install
the lib HighlighterKit. And then I could make Gemas.app. 
It's time to learn Objective C. ;-)

 

Le 22/05/20 à 12:54, Wolfgang Lux a écrit :
> 
> 
> > Am 22.05.2020 um 12:49 schrieb Wolfgang Lux <wolfgang.lux@gmail.com>:
> > 
> > 
> >> Am 22.05.2020 um 00:32 schrieb Patrick Cardona via Discussion list for the 
> >> GNUstep programming environment <discuss-gnustep@gnu.org>:
> >> 
> >> 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 :
> > 
> > You need to explicitly tell make to install in your home directory rather 
> > than the system paths. Just add  GNUSTEP_INSTALLATION_DOMAIN=USER to the 
> > make install command line to do that:
> >  make install GNUSTEP_INSTALLATION_DOMAIN=USER
> 
> And, in fact, if you know you want all of your products installed in your 
> home directory you might as well add GNUSTEP_INSTALLATION_DOMAIN=USER to your 
> environment rather than providing it on the command line for each make 
> install command.
> 
> Wolfgang
> 
> 

-- 
Bien cordialement,
Patrick CARDONA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]