<div dir="ltr"><div><div><div><div><div><div>Hi.<br><br></div>Long story short, I am trying to compile cmake using my own compiled ncurses library, and it complains that it can&#39;t find ncurses/ncurses.h.<br><br></div>I had no problem compiling tmux and telling it where ncurses libraries and includes where, though.  And the symlink definitely exists.<br>
<br>sjohnson@li213-89:~$ ls -l &quot;$HOME/local/include/ncurses/ncurses.h&quot;<br>lrwxrwxrwx 1 sjohnson sjohnson     8 May  6 19:48 /home/sjohnson/local/include/ncurses/ncurses.h -&gt; curses.h<br><br></div>The configure strings I have tried:<br>
<br>1) CFLAGS=&quot;-I$HOME/local/include/ncurses&quot; LDFLAGS=&quot;-L$HOME/local/lib&quot; ./configure &quot;--prefix=$HOME/local&quot;<br>2) CFLAGS=&quot;-I$HOME/local/include&quot; LDFLAGS=&quot;-L$HOME/local/lib&quot; ./configure &quot;--prefix=$HOME/local&quot;<br>
<br></div>... but still the same error when that finishes and I type &#39;&#39;make&#39;&#39;:  &quot;ncurses/ncurses.h: No such file or directory&quot;<br><br></div>Googling just simply that error message in quotes shows CMAKE as the first result, so it seems like I&#39;m not the only one.<br>
<br></div>Any help greatly appreciated.<br><div><div><div><br><br clear="all"><i></i><div><div><div><div><div><div><br>-- <br>smu johnson &lt;<a href="mailto:smujohnson@gmail.com">smujohnson@gmail.com</a>&gt;<br>
</div></div></div></div></div></div></div></div></div></div>