[Insight-users] Trouble building ITK
Bayliss, Chris (Chicago)
cbayliss at gnresound.com
Wed Jan 25 10:37:57 EST 2012
Dan,
Thanks for the help, changing the Visual Studio settings fixed the build issue with ITK 4.0.
I was also able to fix the error C1083: Cannot open include file: 'itkImage.h': No such file or directory, by adding the following lines to the beginning of the CMakeLists.txt file.
FIND_PACKAGE(ITK)
IF(ITK_FOUND)
INCLUDE(${ITK_USE_FILE})
ELSE(ITK_FOUND)
MESSAGE(FATAL_ERROR "Cannot build InsightApplications without ITK. Please set ITK_DIR.")
ENDIF(ITK_FOUND)
Christopher J. Bayliss
Mechanical Engineer
-----Original Message-----
From: Dan Mueller [mailto:dan.muel at gmail.com]
Sent: Friday, January 20, 2012 7:44 PM
To: Bayliss, Chris (Chicago)
Cc: Insight-users at itk.org
Subject: Re: [Insight-users] Trouble building ITK
Hi Chris,
There have been recent reports that building ITK 4.0.0 x64 using
Visual Studio 10 hangs.
See here:
http://www.itk.org/pipermail/insight-users/2012-January/043483.html
http://www.itk.org/pipermail/insight-users/2012-January/043343.html
Some advice:
1. Set Tools>Options>Projects and Solutions>Build and Run>Maximum
number of parallel project builds" = 1
2. Set BUILD_SHARED_LIBS=OFF
HTH
Cheers, Dan
On 21 January 2012 07:27, Bayliss, Chris (Chicago)
<cbayliss at gnresound.com> wrote:
> Hello Users,
>
>
>
> I am not a software developer and am new to ITK. I have tried to build
> several versions of ITK with different results, but I cannot get most of the
> examples to build successfully.
>
>
>
> For some reason, when I try to build ITK 4.0.0 it freezes in Visual Studio
> 10 express and never gets past line 3.
>
>
>
> When I tried ITK 3.20.1, I was able to build the itk.sln file without
> errors. Initially, I had trouble with the HelloWorld example: fatal error
> C1083: Cannot open include file: 'itkImage.h': No such file or directory. I
> was able to re-configure ITK with new CMAKE_DIR or ITK_DIR variables and get
> the Helloworld example to work, however, when I tried to build the Data
> Representation/Mesh example, I got a similar error: fatal error C1083:
> Cannot open include file: 'itkImageFileReader.h': No such file or directory.
>
>
>
> I am not sure what the issue is with ITK 4.0.0, but it appears that my ITK
> 3.2 build is having trouble with the linker to ITK. Am I setting the CMAKE
> commands incorrectly? When I configure ITK I noticed this flag:
> CMAKE_LINKER-NOTFOUND.
>
>
>
> Where should the following entries/flags point?
>
>
>
> CMAKE_INSTALL_PREFIX = C:/Program Files/ITK C:/Program Files/Cmake 2.8?
>
> ITK_DIR = C:\Program Files\ITK\Insight_bin?
>
>
>
>
>
> I am using the following components:
>
> 64 bit machine with windows XP 32 bit.
>
> CMAKE version: 2.8.7
>
> ITK 4.0.0
>
> ITK 3.20.1
>
> Microsoft Visual Studio 10 Express
>
>
>
>
>
> I would greatly appreciate any assistance with this issue.
>
>
>
> Thank you
>
>
>
> Chris Bayliss
>
>
>
>
>
>
>
> **** GN GROUP NOTICE - AUTOMATICALLY INSERTED ****
> The information in this e-mail (including attachments, if any) is considered
> confidential and is intended only for the recipient(s) listed above. Any
> review, use, disclosure, distribution or copying of this e-mail is
> prohibited except by or on behalf of the intended recipient. If you have
> received this email in error, please notify me immediately by reply e-mail,
> delete this e-mail, and do not disclose its contents to anyone. Any opinions
> expressed in this e-mail are those of the individual and not necessarily the
> GN group. Thank you.
> ******************** DISCLAIMER END ************************
>
> _____________________________________
> 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
>
**** GN GROUP NOTICE - AUTOMATICALLY INSERTED ****
The information in this e-mail (including attachments, if any) is considered confidential and is intended only for the recipient(s) listed above. Any review, use, disclosure, distribution or copying of this e-mail is prohibited except by or on behalf of the intended recipient. If you have received this email in error, please notify me immediately by reply e-mail, delete this e-mail, and do not disclose its contents to anyone. Any opinions expressed in this e-mail are those of the individual and not necessarily the GN group. Thank you.
******************** DISCLAIMER END ************************
**** GN GROUP NOTICE - AUTOMATICALLY INSERTED ****
The information in this e-mail (including attachments, if any) is considered confidential and is intended only for the recipient(s) listed above. Any review, use, disclosure, distribution or copying of this e-mail is prohibited except by or on behalf of the intended recipient. If you have received this email in error, please notify me immediately by reply e-mail, delete this e-mail, and do not disclose its contents to anyone. Any opinions expressed in this e-mail are those of the individual and not necessarily the GN group. Thank you.
******************** DISCLAIMER END ************************
More information about the Insight-users
mailing list