[Insight-users] Trouble installing ITK-4.3.1 with VS2010 on windows 64 bit

Bill Lorensen bill.lorensen at gmail.com
Sat Apr 6 13:09:08 EDT 2013


Did you configure your simple program with CMake? Can you show us the
CMakeLists.txt file for your sample program.

Bill



On Sat, Apr 6, 2013 at 6:35 AM, SUMIT SARKAR <maverikhardcoded at gmail.com>wrote:

> Hi all.... I am new to the structure of ITK and I am facing this problem
> of building ITK with CMAKE. steps I have done are... 1.) downloaded ITK and
> used CMAKE with VS2010 on 64bit windows 2.) libraries are successfully
> generated but the bin folder only consists of .exe not any .dlls (generaly
> the bin folder consists of .dlls ..I am speaking from my previous knowledge
> of building OpenCV with CMAKE). Have I done something wrong? 3.) I wrote a
> simple hello world program in C++ by including the itkImage.h header file
> and itk namespace. Compile error came that itkConfigure.h is missing. I
> found the itkConfigure.h header in the modules->core->common->src directory
> of the build folder(target folder for bin in CMAKE).I copied and pasted it
> in the include directory of the modules->core->common->include of the
> source directory(source of the CMAKE ). 4.) Now again it shows an error of
> vcl_limits.h not found....the itkConfigure.h was called by the itkMacro.h
> and the vcl_limits.h is calle dby the itkNumericTraits.h 5.) the hello
> world example only shhows to include itkImage.h as the header...are othe
> heaers required? Please help...thanx..
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


-- 
Unpaid intern in BillsBasement at noware dot com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130406/730aa4ce/attachment.htm>


More information about the Insight-users mailing list