<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'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 "$HOME/local/include/ncurses/ncurses.h"<br>lrwxrwxrwx 1 sjohnson sjohnson 8 May 6 19:48 /home/sjohnson/local/include/ncurses/ncurses.h -> curses.h<br><br></div>The configure strings I have tried:<br>
<br>1) CFLAGS="-I$HOME/local/include/ncurses" LDFLAGS="-L$HOME/local/lib" ./configure "--prefix=$HOME/local"<br>2) CFLAGS="-I$HOME/local/include" LDFLAGS="-L$HOME/local/lib" ./configure "--prefix=$HOME/local"<br>
<br></div>... but still the same error when that finishes and I type ''make'': "ncurses/ncurses.h: No such file or directory"<br><br></div>Googling just simply that error message in quotes shows CMAKE as the first result, so it seems like I'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 <<a href="mailto:smujohnson@gmail.com">smujohnson@gmail.com</a>><br>
</div></div></div></div></div></div></div></div></div></div>