Hi,<br><br><div class="gmail_quote">On Mon, Jun 25, 2012 at 11:25 PM, Sohail Shafii <span dir="ltr">&lt;<a href="mailto:sohailshafii@yahoo.com" target="_blank">sohailshafii@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif"><div>Hi,</div><div><br></div><div>[ 49%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o<br>In file included from /home/***/src/cmake-2.8.8/Source/CursesDialog/form/form.priv.h:34,<br>
                 from
 /home/***/src/cmake-2.8.8/Source/CursesDialog/form/fld_arg.c:33:<br>/home/***/src/cmake-2.8.8/Source/CursesDialog/form/form.h:46:31: error: ncurses/ncurses.h: No such file or directory<br></div><div><br></div><div>This is unusual to me because in the CmakeCache text file I see the exact location of the file listed for the CURSES_HAVE_NCURSES_CURSES_H:FILEPATH variable. </div>
</div></div></blockquote><div><br></div><div>When you encounter compile errors such as the above, run make VERBOSE=1 to see what the actual compiler commandline is. If that one is missing the path you think should be there and since your cmake is not built yet, I&#39;d suggest to trace down how the include-dirs for ncurses end up being given to the target.</div>
<div><br></div><div>Andreas</div></div><br>