<div dir="ltr"><div><div>Hi,<br><br></div>The problem is relatively simple. I've downloaded cmake and have run configure as follows:<br><br>./configure --prefix=$HOME/x86_64-6.4  --no-qt-gui<br><br></div><div>The configure phase seems to work fine.. throws no errors, but then when I type gmake, I get the following errrors:<br><br>/net/hp95/users/jstuden3/cmake-2.8.8/Source/CursesDialog/form/form.h:46:31: error: ncurses/ncurses.h: No such file or directory<br>In file included from /net/hp95/users/jstuden3/cmake-2.8.8/Source/CursesDialog/form/form.priv.h:34,<br>                 from /net/hp95/users/jstuden3/cmake-2.8.8/Source/CursesDialog/form/fld_arg.c:33:<br>/net/hp95/users/jstuden3/cmake-2.8.8/Source/CursesDialog/form/form.h:93: error: expected specifier-qualifier-list before ‘chtype’<br>/net/hp95/users/jstuden3/cmake-2.8.8/Source/CursesDialog/form/form.h:120: error: expected specifier-qualifier-list before ‘bool’<br>/net/hp95/users/jstuden3/cmake-2.8.8/Source/CursesDialog/form/form.h:144: error: expected specifier-qualifier-list before ‘WINDOW’<br>...<br>...<br></div><div>a bunch of stuff like this, and then<br></div><div><br>gmake[2]: *** [Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o] Error 1<br>gmake[1]: *** [Source/CursesDialog/form/CMakeFiles/cmForm.dir/all] Error 2<br>gmake: *** [all] Error 2<br><br></div><div>I have ncurses installed in /net/hu19/jstuden3/x86_64-6.4/ (lib/ for the .a's, and include/ for the headers).<br><br></div><div>It seems that I can't specify a directory for ncurses when configuring cmake? doing ./configure --help doesn't seem to indicate anyway to specify include and link paths......<br><br>Regards,<br>Josh<br><br><br></div></div>