[Insight-users] Compile current development version of ITK
Xiaopeng Yang
yxp233 at postech.ac.kr
Wed Mar 16 21:38:40 EDT 2011
I checked them all and succeeded in compiling ITK. But when I compile ITKApp, an error occurred.
Compiling...
GaussianMinimumErrorClassifier.cxx
..\..\ITKApps\GaussianMinimumErrorClassifier\GaussianMinimumErrorClassifier.cxx(25) : fatal error C1083: Cannot open include file: 'itkMembershipSampleGenerator.h': No such file or directory
OptionList.cxx
Generating Code...
What's going on there?
-----邮件原件-----
发件人: David Doria [mailto:daviddoria at gmail.com]
发送时间: 2011년 3월 17일 목요일 오전 10:11
收件人: Xiaopeng Yang; Xiaoxiao Liu; Luis Ibanez
抄送: insight-users at itk.org
主题: Re: [Insight-users] Compile current development version of ITK
On Wed, Mar 16, 2011 at 8:46 PM, Xiaopeng Yang <yxp233 at postech.ac.kr> wrote:
> Dear Users,
>
> When I compile the ITK development version (master) in CMake, I have no idea
> which parameters I need to check. It is very different from the compilation
> of the release version. For example, there are parameters like ITKGroup_IO,
> ITKGroup_Common, ITKGroup_Bridge, etc. Do I need to check them all?
I agree - the cmake "help text" really must be improved.
ITKGroup_Bridge - "Request building Bridge modules"
ITKGroup_Core - "Request building Core modules"
should instead be
ITKGroup_Bridge - "[Description of what you get when you turn this on.
What is Bridge?]"
ITKGroup_Core - "[Description of what you get when you turn this on.
What is Core?]"
etc.
David
More information about the Insight-users
mailing list