awesome, that got me past the bootstrap...<br><br>how do I get it to find my ncurses headers and stuff? I've tried editing CMakeCache.txt, which seems to get it past the "configure" stage, but make dies...<br>
<br>
[ 45%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.o<br>In file included from /home/jyoo/workspace/newfoopen/vtk/cmake/cmake-2.6.4/Source/CursesDialog/form/form.h:50,<br> from /home/jyoo/workspace/newfoopen/vtk/cmake/cmake-2.6.4/Source/CursesDialog/form/form.priv.h:34,<br>
from /home/jyoo/workspace/newfoopen/vtk/cmake/cmake-2.6.4/Source/CursesDialog/form/fld_arg.c:33:<br>/auto/csmodeldata/foopen/AMD64/include/ncurses/curses.h:66:33: ncurses/ncurses_dll.h: No such file or directory<br>
/auto/csmodeldata/foopen/AMD64/include/ncurses/curses.h:141:28: ncurses/unctrl.h: No such file or directory<br>In file included from /home/jyoo/workspace/newfoopen/vtk/cmake/cmake-2.6.4/Source/CursesDialog/form/form.h:50,<br>
from /home/jyoo/workspace/newfoopen/vtk/cmake/cmake-2.6.4/Source/CursesDialog/form/form.priv.h:34,<br> from /home/jyoo/workspace/newfoopen/vtk/cmake/cmake-2.6.4/Source/CursesDialog/form/fld_arg.c:33:<br>
/auto/csmodeldata/foopen/AMD64/include/ncurses/curses.h:231: error: syntax error before "acs_map"<br>/auto/csmodeldata/foopen/AMD64/include/ncurses/curses.h:231: warning: data definition has no type or storage class<br>
....<br><br><br><br><div class="gmail_quote">On Fri, Jun 19, 2009 at 11:38 AM, Bill Hoffman <span dir="ltr"><<a href="mailto:bill.hoffman@kitware.com" target="_blank">bill.hoffman@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>James Yoo wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I'm sure this question has been answered before, but I really did try to find the answer via yabingle and was utterly unsuccessful... so let me apologize in advance.<br>
<br>
I've never used cmake before but I need to install it so that I can install Mayavi via VTK.<br>
<br>
</blockquote>
<br></div>
Do this:<br>
<br>
1. Remove your build and source tree<br>
2. Get a new copy of the source tree<br>
3. Do an out of source build<br>
mkdir build<br>
cd build<br>
../cmakesource/bootstrap --prefix=$MYINSTALLPREFIX<br>
make<br>
<br>
<br>
There is an issue with bootstrapping more than once and in-source builds of cmake.<br><font color="#888888">
<br>
-Bill<br>
</font></blockquote></div><br>