<br>Hi Luis,<br><br>1) I&#39;m not shure what you mean with ncurses.<br>    I get the ccmake menu, which is interactive enough, it shows &quot;configuring&quot; with an<br>    increasing percentage when I hit &#39;c&#39;.<br>

<br>2) No error messages<br><br>3) no makefile, that&#39;s why I can&#39;t do make<br><br>In fact, a complete hd search revealed that no CMakeOutput.log is created anywhere.<br>Also, no CMakeError.log file is created.<br>

Even when I do cmake, make and make install from /src dir, the CMakeOutput.log and<br>CMakeError.log files are not changed, only the cmake.check_cache<br><br>However, everything seems to be installed in ITK_bin/debug now.<br>

<br>Now I will try if I can convince a project to use the ITK installed in the ITK_bin/debug<br>directory.<br><br>cheers, Michael<br><br><br><br><br><br><div class="gmail_quote">On Mon, Mar 29, 2010 at 8:28 PM, Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;</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;">Hi Michiel,<br>
<br>
Something is going wrong during the configuration.<br>
<br>
<br>
Please check:<br>
<br>
1) Did you get the interactive ncurses menu from<br>
    ccmake  ?<br>
<br>
2) Did ccmake show you any error or warning<br>
    messages ?<br>
<br>
    If so, please post them to the list.<br>
<br>
<br>
3) Is there a &quot;Makefile&quot; in this directory ?<br>
<br>
           /MMprogs/ITK_bin/debug<br>
<br>
4) Please look at the files:<br>
<br>
/MMprogs/ITK_bin/debug/CMakeFiles/CMakeOutput.log<br>
/MMprogs/ITK_bin/debug/CMakeFiles/CMakeError.log<br>
<br>
<br>
     They may contain hints of what<br>
     the real problem is.<br>
<br>
--<br>
<br>
BTW: your install directory shouldn&#39;t be the same<br>
directory in which you are building ITK. (Although<br>
it is unlikely that this is the source of the build<br>
problem, you should still replace that directory with<br>
another one).<br>
<br>
<br>
<br>
    Regards,<br>
<br>
<br>
            Luis<br>
<br>
<br>
------------------------------------------------------------------<br>
On Mon, Mar 29, 2010 at 12:32 PM, michiel mentink<br>
<div><div></div><div class="h5">&lt;<a href="mailto:michael.mentink@st-hughs.ox.ac.uk">michael.mentink@st-hughs.ox.ac.uk</a>&gt; wrote:<br>
&gt; Dear Luis,<br>
&gt;<br>
&gt; this is what I do:<br>
&gt;<br>
&gt; (in this case, $HOME = /MMprogs)<br>
&gt;<br>
&gt; cd $HOME<br>
&gt; mkdir ITK_bin<br>
&gt; mkdir ITK_bin/debug<br>
&gt; cd ITK_bin/debug<br>
&gt; ccmake $HOME/src/ITK_src<br>
&gt; (set CMAKE_BUILD_TYPE to Debug, install directory to $HOME/ITK_bin/debug )<br>
&gt; hit &quot;c&quot; to config<br>
&gt; hit &quot;g&quot; to generate<br>
&gt; make<br>
&gt;<br>
&gt; ... and then nothing to make..<br>
&gt;<br>
&gt; compuser:/MMprogs/ITK_bin/debug$ make<br>
&gt; make: *** No targets specified and no makefile found. Stop.<br>
&gt;<br>
&gt; Did I do something wrong?<br>
&gt;<br>
&gt; Michael<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Mar 16, 2010 at 6:52 PM, Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Michiel,<br>
&gt;&gt;<br>
&gt;&gt; Here is how I do this in Linux:<br>
&gt;&gt;<br>
&gt;&gt; cd  $HOME<br>
&gt;&gt; mkdir bin<br>
&gt;&gt; mkdir bin/Insight/<br>
&gt;&gt; mkdir bin/Insight/Debug<br>
&gt;&gt; cd bin/Insight/Debug<br>
&gt;&gt; ccmake  $HOME/src/Insight<br>
&gt;&gt; (set CMAKE_BUILD_TYPE to Debug)<br>
&gt;&gt; hit &quot;c&quot; to configure<br>
&gt;&gt; hit &quot;g&quot; to generate<br>
&gt;&gt; make<br>
&gt;&gt; cd ..<br>
&gt;&gt; mkdir Release<br>
&gt;&gt; cd Release<br>
&gt;&gt; ccmake   $HOME/src/Insight<br>
&gt;&gt; (set CMAKE_BUILD_TYPE to Release)<br>
&gt;&gt; hit &quot;c&quot; to configure<br>
&gt;&gt; hit &quot;g&quot; to generate<br>
&gt;&gt; make<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; In projects that use ITK,<br>
&gt;&gt; I set the CMake variable ITK_DIR to:<br>
&gt;&gt;<br>
&gt;&gt; $HOME/bin/Insight/Debug<br>
&gt;&gt;<br>
&gt;&gt; or<br>
&gt;&gt;<br>
&gt;&gt; $HOME/bin/Insight/Release<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; depending on whether I want to<br>
&gt;&gt; track the debugging information<br>
&gt;&gt; back to ITK or not.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;     Regards,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;           Luis<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ---------------------------------------------------------<br>
&gt;&gt; On Mon, Mar 8, 2010 at 10:12 AM, michiel mentink<br>
&gt;&gt; &lt;<a href="mailto:michael.mentink@st-hughs.ox.ac.uk">michael.mentink@st-hughs.ox.ac.uk</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;d like to have two ITK versions on my system at the same time, Release<br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; Debug.<br>
&gt;&gt; &gt; That way I can debug a program when I&#39;m developing and run the program<br>
&gt;&gt; &gt; in<br>
&gt;&gt; &gt; release when I<br>
&gt;&gt; &gt; want speed.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Does anyone know how to do that?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Now I use FindITK() in CMakeLists.txt, but I guess I manually have to<br>
&gt;&gt; &gt; point<br>
&gt;&gt; &gt; somewhere else?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; cheers,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Michael<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _____________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; &gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>