[Insight-users] ITK / SimpleITK - too many erros using Windows 64 and Visual C++ 10

Bradley Lowekamp blowekamp at mail.nih.gov
Thu Nov 3 09:55:55 EDT 2011


On Nov 3, 2011, at 12:28 AM, DougNS wrote:

> 
> Thanks. 
> 
> I installed the 2.7 version. 
> 
> ran easy_install SimpleITK from the python scripts folder 
> 

What was the result of this? Did it successfully download and install SimpleITK?

> ran cmake and had the following errors that I am still trying to understand
> despite of the good advice I read in some similar messages.  Appreciate any
> direction. 
> 
> 5>CustomBuild:
> 5>  Creating Python egg for distribution
> 5>  The system cannot find the path specified.
> 5>C:\Program Files
> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error
> MSB6006: "cmd.exe" exited with code 3.
> 5>
> 2>ClCompile:
> 2>  lapi.c
> 5>Build FAILED.
> 
> 
> 14>  SimpleGaussianFunctional.cxx
> 11>D:\Lib\SimpleITK\SRC\SimpleITK\Wrapping\SimpleITK.i(95): error : Unable
> to find 'sitkTransform.h',  'sitkAffineTransform.h', 'sitkInterpolate.h',
> 'sitkLinearInterpolate.h', 'sitkMetric.h',
> 'sitkMattesMutualInformationMetric.h', 'sitkOptimizer.h',
> 'sitkRegularStepGradientD, escentOptimizer.h', 'sitkRegistration.h'
> 11>Build FAILED.
> 
> 16>D:\Lib\SimpleITK\SRC\SimpleITK\Wrapping\SimpleITK.i(82): error : Unable
> to find 'sitkImageFilter.h', 'sitkHashImageFilter.h',
> 'sitkStatisticsImageFilter.h',  'sitkMeasurementMap.h',
> 'sitkLabelStatisticsImageFilter.h', 'sitkCastImageFilter.h'
> 16>Build FAILED.
> 
> 12>  Running virtualenv with interpreter D:/Programs/Python/python.exe
> 12>CustomBuild:
> 12>  Swig source to generate PYTHON wrapping
> 12>D:\Lib\SimpleITK\SRC\SimpleITK\Wrapping\SimpleITK.i(82): error : Unable
> to find 'sitkImageFilter.h', 'sitkHashImageFilter.h',
> 'sitkStatisticsImageFilter.h', 'sitkMeasurementMap.h',
> 'sitkLabelStatisticsImageFilter.h'
> 'sitkCastImageFilter.h'
> 12>Build FAILED.
> 
> 2>------ Build started: Project: ConfigureFileBuildtime, Configuration:
> Release x64 ------
> 3>------ Build started: Project: dist.Python, Configuration: Release x64
> ------
> 3>Build started 11/2/2011 8:07:02 PM.
> 2>Build started 11/2/2011 8:07:02 PM.
> 3>InitializeBuildStatus:
> 3>  Touching "x64\Release\dist.Python\dist.Python.unsuccessfulbuild".
> 2>InitializeBuildStatus:
> 2>  Creating
> "x64\Release\ConfigureFileBuildtime\ConfigureFileBuildtime.unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> 3>CustomBuild:
> 3>  Creating Python egg for distribution
> 3>  The system cannot find the path specified.
> 3>C:\Program Files
> (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error
> MSB6006: "cmd.exe" exited with code 3.
> 3>
> 3>Build FAILED.
> 3>
> 
> ---------------------------------------- 
> 
> 
> Bradley Lowekamp wrote:
>> 
>> Hello DougNS,
>> 
>> There are binary distributions available for SimpleITK for python, this
>> should be the easiest way to get started.
>> 
>> The Getting Started Documentation is here:
>> http://www.vtk.org/Wiki/ITK_Release_4/SimpleITK/GettingStarted
>> 
>> The list of the binary python eggs is here:
>> http://sourceforge.net/projects/simpleitk/files/SimpleITK/0.3.0/Python/
>> 
>> This list only python 2.7 with x64 available on windows for binary
>> download. So download that version of python:
>> http://www.python.org/download/
>> 
>> Install EasyInstall into that python directory, and run "easy_install
>> SimpleITK" that should download the correct version and install it.
>> 
>> If you encounter a specific problem please provide enough information
>> about what you did, and the error messages you got so that we can help
>> you.
>> 
>> Thanks,
>> Brad
>> 
>> 
>> 
>> On Oct 30, 2011, at 2:27 AM, DougNS wrote:
>> 
>>> 
>>> Folks,
>>> 
>>> I am trying to compile ITK for 2 weeks without success. I tried
>>> everything
>>> and not sure what is the error. Everytime is a differnt thing and I might
>>> be
>>> missing something.
>>> 
>>> I tried ITK and wrap with Python and TCL. Installed TCL and Python
>>> packages
>>> but had issues with wrapping. Many packages to be installed and the
>>> download
>>> is not sefl sufficient (?)
>>> 
>>> After that I am try to compile SimpleITk to see it make simple and have
>>> an
>>> errors with Wrap and discover that everytime a package is missing. Maybe
>>> Windows 7 + VSC c++ is not a plataform o choice and those problems are
>>> common. ( probaly!)
>>> 
>>> I stop using python with wrap ( I was using CWIG with version itk 3.2 and
>>> python) and moved to for ITK 4.0. SimpleITK and last version of SWIG).
>>> 
>>> Gave up python because ot the amount of errors and lack of visibility of
>>> the
>>> root cause. (ez_setup issues and distributuion package on for 32 not
>>> 64).. 
>>> 
>>> Started with Java but same problem. The classes cannot be compiled even
>>> if
>>> the Java SDK is installed and working perfrectlyl.  Not sure if FTTW is
>>> required. IF not sounds like classes will not be compiled (not clear
>>> anywhere if the lib requires this to work). User list is sayinig I miss
>>> NSIS
>>> (where this came from ? Only a make error note indicate that this thing
>>> was
>>> required. ).
>>> 
>>> Everything I try there is a error and can't find documentation for that
>>> and
>>> a reason for error.
>>> 
>>> My objective is to use java or even python for modeling and then write in
>>> the code in C++. Can mention the errors I have been thrugouh  . Too many
>>> and
>>> too many combination. 
>>> 
>>> I would like to know if you guys have a place where a procedure to
>>> compile
>>> the library is available and includes everything that is needed (what
>>> software) and covers the configurations required and sub processes to
>>> have
>>> installed and parameter actives. 
>>> My plataform of choise is Windows 7 64, VSC C++ 10     and Java or python
>>> for modeling. ( not sure if FFTW will be required and dont knwo if I need
>>> for ITK to work).
>>> 
>>> thanks a lot for any help and sorry to sound too lost. I see the the
>>> amount
>>> of work and extraordinary effort here. But can reconcile the use this
>>> powerfull tool as an started and by experience of using other tools. 
>>> 
>>> regards. Doug
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/ITK---SimpleITK---too-many-erros-using-Windows-64-and-Visual-C%2B%2B-10-tp32746106p32746106.html
>>> Sent from the ITK - Users mailing list archive at Nabble.com.
>>> 
>>> _____________________________________
>>> 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.html
>>> 
>>> 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
>> 
>> ========================================================
>> Bradley Lowekamp  
>> Medical Science and Computing for
>> Office of High Performance Computing and Communications
>> National Library of Medicine 
>> blowekamp at mail.nih.gov
>> 
>> 
>> 
>> 
>> _____________________________________
>> 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.html
>> 
>> 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
>> 
>> 
> 
> -- 
> View this message in context: http://old.nabble.com/ITK---SimpleITK---too-many-erros-using-Windows-64-and-Visual-C%2B%2B-10-tp32746106p32770550.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> 
> _____________________________________
> 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.html
> 
> 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

========================================================
Bradley Lowekamp  
Medical Science and Computing for
Office of High Performance Computing and Communications
National Library of Medicine 
blowekamp at mail.nih.gov



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20111103/461e8f63/attachment.htm>


More information about the Insight-users mailing list