<br>Yes, <br>you must build *ALL* the components of your application<br>with the exact same compilation mode.<br><br>In this case, you need to compile in Release mode, all the<br>libraries that you are using for your application.<br>
<br><br>       Luis<br><br><br>---------------------------------------------------------------------------<br><div class="gmail_quote">On Wed, Sep 9, 2009 at 11:50 AM, motes motes <span dir="ltr">&lt;<a href="mailto:mort.motes@gmail.com">mort.motes@gmail.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;">Hm I assume its this one:<br>
<br>
<br>
INCLUDE_DIRECTORIES(${ELASTIX_SRC}/Components/Optimizers/StandardGradientDescent)<br>
<br>
<br>
from the elastix library. So I assume that I also need to make a<br>
Release build of elastix?<br>
<div><div></div><div class="h5"><br>
<br>
<br>
On Wed, Sep 9, 2009 at 5:42 PM, Bill Lorensen&lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt; wrote:<br>
&gt; Where is StandardGradientDescent.lib built?<br>
&gt;<br>
&gt; On Wed, Sep 9, 2009 at 11:35 AM, motes motes&lt;<a href="mailto:mort.motes@gmail.com">mort.motes@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Now I have done the above (build itk from VS in Release mode and build<br>
&gt;&gt; my application using the itk Release build in release mode) but<br>
&gt;&gt; instead of:<br>
&gt;&gt;<br>
&gt;&gt; Error   12      fatal error LNK1181: cannot open input file &#39;ITKCommon.lib&#39;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I get a new error:<br>
&gt;&gt;<br>
&gt;&gt; Error   12      fatal error LNK1181: cannot open input file<br>
&gt;&gt; &#39;StandardGradientDescent.lib&#39;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Any ideas?<br>
&gt;&gt;<br>
&gt;&gt; And why does these errors suddenly appear when I chose to build a<br>
&gt;&gt; release build instead of Debug build?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Sep 9, 2009 at 4:46 PM, Luis Ibanez&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Mote,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; You need to build in the *SAME* configuration mode,<br>
&gt;&gt;&gt; both ITK *and* your application.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please do the following:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    1) Load the ITK solution file into Visual Studio.<br>
&gt;&gt;&gt;    2) Select Configuration = Release<br>
&gt;&gt;&gt;    3) Build ITK<br>
&gt;&gt;&gt;        (verify that you get an ITKCommon.lib file<br>
&gt;&gt;&gt;        in the directory:   ITKBINARY/bin/Release)<br>
&gt;&gt;&gt;    4) Load your project solution into Visual Studio<br>
&gt;&gt;&gt;    5) Select Configuration = Release<br>
&gt;&gt;&gt;    6) Build your application<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;    Regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;            Luis<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -----------------------------------------------<br>
&gt;&gt;&gt; On Wed, Sep 9, 2009 at 10:41 AM, motes motes &lt;<a href="mailto:mort.motes@gmail.com">mort.motes@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I am using Visual Studio 2008. I have tried:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Build -&gt; Configuration Manager ...<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; And from there chosing &quot;Release&quot;. But when I compile I get the error:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Error   12      fatal error LNK1181: cannot open input file<br>
&gt;&gt;&gt;&gt; &#39;ITKCommon.lib&#39;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; This error does not pop up if I choose the &quot;Debug&quot; configuration<br>
&gt;&gt;&gt;&gt; (default).<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; In a previous post I was told to use cmake to build a release build.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Wed, Sep 9, 2009 at 4:37 PM, Luis Ibanez&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>
&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; Hi Motes,<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; In Windows you can not select the compilation mode from CMake.<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; You have to do it from inside Visual Studio,<br>
&gt;&gt;&gt;&gt; &gt; after you load the ITK solution file,<br>
&gt;&gt;&gt;&gt; &gt; by selecting the configuration mode.<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; What version of Visual Studio do you use ?<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;     Luis<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; ---------------------------------------------------------------------------------------------<br>
&gt;&gt;&gt;&gt; &gt; On Wed, Sep 9, 2009 at 10:29 AM, motes motes &lt;<a href="mailto:mort.motes@gmail.com">mort.motes@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Ok but how do I make a release build with cmake?<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; After chosing &quot;Configure&quot; the only thing related to &quot;Release&quot; is:<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; CMAKE_CXX_FLAGS_RELEASE       /MD /O2 /Ob2 /D NDEBUG<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; I thought I could check it like &quot;Examples&quot; and &quot;Testing&quot;.<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; On Wed, Sep 9, 2009 at 3:37 PM, John Drescher&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; In Visual Studio you must select &quot;Release&quot; from the drop down box on<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; the toolbar to perform an optimized compilation. Using a &quot;Release&quot;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; build can improve performance 10-200%.<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; In my testing with a debug versus release (under visual studio) it is<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; much worse than that in debug mode. I mean for a 3D median filter of<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; a<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; CT volume of 512x512x384. In release mode this completes in less than<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; 30 seconds. In debug mode it takes around 30 minutes.<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; John<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; _____________________________________<br>
&gt;&gt;&gt;&gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&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;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt;&gt;&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;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&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;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; _____________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ITK FAQ at: <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&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;<br>
&gt;<br>
</div></div></blockquote></div><br>