Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building Zsh: No terminal handling library found - But I installed ncourses
- X-seq: zsh-users 18708
- From: Josh Wasserstein <ribonucleico@xxxxxxxxx>
- To: Philippe Troin <phil@xxxxxxxx>
- Subject: Re: Building Zsh: No terminal handling library found - But I installed ncourses
- Date: Mon, 7 Apr 2014 16:25:04 -0400
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=GE3n5wjxkRVBziSTPDCAxaw9qzKCQrOtvtNC1fU1nHQ=; b=g1VJMdqMjo4Jt0VY0ZOKr3JmcSb/oKXLFRyo0q/GEBww+q4peJCAVougl9rgskudeV e316mea/N1CdMZlgz1GBCtJRqnisUNsiFa67NTXyAUCF55Jd2TvUENYXO7jFg8sOjRBO h5K5CkPpBTD+zhPLSxpvE4QBXpDC/P7D0YPAE0n+FymWBpMSO/kodY76OuLsd4sHyzL3 eOReKYq+u2bOhG4+e/43Fx9M7i3YJi/Zsa7GlUFsAikr9q86B9MtBpjcU/du6t+amosr pA54Ptgzx3K6m+UrAxhexgAUV2Iy/VP5UYssjKMu3cSq+2balv0Y697gLH73gwjWD3o7 K5Ug==
- In-reply-to: <1396897619.1172.14.camel@air.home.fifi.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAD4ivxXPBQ2mbNUF9qR0+i=a1Z9_3W1Mp5Jj0Ts92cwkioeeAA@mail.gmail.com> <1396897619.1172.14.camel@air.home.fifi.org>
Thanks Philippe. I fixed that so that CFLAGS points to the include folder
(I tried both the parent folder and the folder with the headers). Still no
luck ...
Josh
On Mon, Apr 7, 2014 at 3:06 PM, Philippe Troin <phil@xxxxxxxx> wrote:
> On Mon, 2014-04-07 at 14:43 -0400, Josh Wasserstein wrote:
> > Since I am not root on this system, I downloaded ncurses and installed it
> > manually (also using ./configure --prefix=<my_installation_path>), which
> > seems to have gone well.
> >
> > I then updated the following paths:
> >
> > INSTALLATION_PATH='/path/to/installation'
> > export PATH=$INSTALLATION_PATH/bin/:$PATH
> > export LD_LIBRARY_PATH=$INSTALLATION_PATH/lib:$LD_LIBRARY_PATH
> > export CFLAGS=-I$INSTALLATION_PATH/lib
> ^^^^^^^^^^^^^^^^^^^^^^^
> Shouldn't that be:
> export CFLAGS=-I$INSTALLATION_PATH/include
>
> > and tried installing Zsh again, but got the same ncurses error. As far
> as I
> > can tell, the path variables above point to the right locations, and I
> can
> > check this on the shell.
>
> You may need to re-run the configure step after changing the environment
> variables, otherwise the changes may not be picked up.
>
> Phil.
>
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author