<div dir="ltr">I'm trying to follow the tutorials for installing ITK. I have to seem "configure" and "generate" first. I changed ITKApps to be the directory where ITK is installed. But, still having a problem.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Apr 27, 2014 at 1:46 AM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It looks like you are trying to build ITKApps.<br>
<br>
Have you built ITK?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Sat, Apr 26, 2014 at 7:23 PM, Med SWEng <<a href="mailto:medcompsweng@gmail.com">medcompsweng@gmail.com</a>> wrote:<br>
> I'm trying to install itk 4.4.0 instead, but in CMake, having this issue:<br>
><br>
> CMake Warning at C:/Program Files/CMake<br>
> 2.8/share/cmake-2.8/Modules/FindITK.cmake:48 (find_package):<br>
> Could not find a package configuration file named "ITKConfig.cmake"<br>
> provided by package "ITK".<br>
><br>
> Add the installation prefix of "ITK" to CMAKE_PREFIX_PATH or set "ITK_DIR"<br>
> to a directory containing one of the above files. If "ITK" provides a<br>
> separate development package or SDK, be sure it has been installed.<br>
> Call Stack (most recent call first):<br>
> CMakeLists.txt:19 (FIND_PACKAGE)<br>
><br>
> CMake Error at CMakeLists.txt:27 (MESSAGE):<br>
> Cannot build ITKApps without ITK. Please set ITK_DIR.<br>
><br>
> Configuring incomplete, errors occurred!<br>
><br>
> See also "C:/Toolkits/itk-4.0.0/bin/CMakeFiles/CMakeOutput.log".<br>
><br>
><br>
><br>
> And, whenever I try to select a path instead of "ITK_DIR-NOTFOUND", it<br>
> always returns back to "ITK_DIR-NOTFOUND"<br>
><br>
> I don't think that installing ITK should be that complex? What is the issue<br>
> here?<br>
><br>
> Thanks.<br>
><br>
><br>
> On Sat, Apr 26, 2014 at 11:19 PM, Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>> wrote:<br>
>><br>
>><br>
>> ________________________________<br>
>> From: Gib Bogle<br>
>> Sent: Sunday, 27 April 2014 9:17 a.m.<br>
>><br>
>> To: Med SWEng<br>
>> Subject: RE: [ITK] CMake error<br>
>><br>
>> Do you have this file?<br>
>><br>
>><br>
>> C:/Toolkits/itk-4.5.2/src/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/libf2c/pow_dd.c<br>
>><br>
>> Note: in cmake you should always use forward slashes '/' not '\'<br>
>><br>
>> (I forgot my own advice - to copy messages to the mailing list ;)<br>
>><br>
>> ________________________________<br>
>> From: Med SWEng [<a href="mailto:medcompsweng@gmail.com">medcompsweng@gmail.com</a>]<br>
>> Sent: Sunday, 27 April 2014 9:08 a.m.<br>
>> To: Gib Bogle<br>
>> Cc: <a href="mailto:community@itk.org">community@itk.org</a><br>
>> Subject: Re: [ITK] CMake error<br>
>><br>
>> The fields where as follows:<br>
>><br>
>> source: C:\Toolkits\itk-4.5.2\src<br>
>><br>
>> binary: C:\Toolkits\itk-4.5.2\bin<br>
>><br>
>><br>
>> On Sat, Apr 26, 2014 at 10:58 PM, Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>><br>
>> wrote:<br>
>>><br>
>>> What did you enter in the fields "Where is the source code:" and "Where<br>
>>> to build the binaries:"?<br>
>>><br>
>>> (Please keep this conversation on the mailing list.)<br>
>>> ________________________________<br>
>>> From: Med SWEng [<a href="mailto:medcompsweng@gmail.com">medcompsweng@gmail.com</a>]<br>
>>> Sent: Sunday, 27 April 2014 7:54 a.m.<br>
>>> To: Gib Bogle<br>
>>> Subject: Re: [ITK] CMake error<br>
>>><br>
>>> Yes, I'm using cmake gui...<br>
>>><br>
>>><br>
>>> On Sat, Apr 26, 2014 at 9:50 PM, Gib Bogle <<a href="mailto:g.bogle@auckland.ac.nz">g.bogle@auckland.ac.nz</a>><br>
>>> wrote:<br>
>>>><br>
>>>> You should have this file:<br>
>>>><br>
>>>> InsightToolkit-4.5.0/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/libf2c/pow_dd.c<br>
>>>> If you do not there is something wrong with your ITK source code<br>
>>>> installation, or (more likely) you have provided the wrong source location<br>
>>>> in cmake.  Are you using cmake-gui?<br>
>>>> ________________________________<br>
>>>> From: Community [<a href="mailto:community-bounces@itk.org">community-bounces@itk.org</a>] on behalf of Med SWEng<br>
>>>> [<a href="mailto:medcompsweng@gmail.com">medcompsweng@gmail.com</a>]<br>
>>>> Sent: Sunday, 27 April 2014 6:02 a.m.<br>
>>>> To: <a href="mailto:community@itk.org">community@itk.org</a><br>
>>>> Subject: [ITK] CMake error<br>
>>>><br>
>>>> I'm trying to install ITK, but got the following error in CMake while<br>
>>>> "generating":<br>
>>>><br>
>>>> CMake Error at<br>
>>>> Modules/ThirdParty/VNL/src/vxl/v3p/netlib/CMakeLists.txt:474 (ADD_LIBRARY):<br>
>>>> Cannot find source file:<br>
>>>><br>
>>>> libf2c/pow_dd.c<br>
>>>><br>
>>>> Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp<br>
>>>> .hxx .in .txx<br>
>>>><br>
>>>> How can I solve this issue?<br>
>>>><br>
>>>> Thanks.<br>
>>><br>
>>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Community mailing list<br>
>> <a href="mailto:Community@itk.org">Community@itk.org</a><br>
>> <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> Community mailing list<br>
> <a href="mailto:Community@itk.org">Community@itk.org</a><br>
> <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</font></span></blockquote></div><br></div>