[Insight-users] Re: Problem building 2.4 on .Net 2003

John Tourtellott itk at jatstuff.com
Mon Dec 5 20:38:51 EST 2005


I've been away from my system all day, so let me try to catch up with 
Vincente:


1. Here's my ITK-2.4.0-Binary-Dir/Utilities/vxl/vcl/vcl_config_manual.h 
file:

#ifndef vcl_config_manual_h_
#define vcl_config_manual_h_
//:
// \file
// This file either is or was generated from vcl_config_manual.h.in
// \brief manual options


//: VCL_USE_NATIVE_STL
// Whether to use the compiler's STL.
#define VCL_USE_NATIVE_STL 1


//: VCL_USE_NATIVE_COMPLEX
// Whether to use the compiler's complex type.
#define VCL_USE_NATIVE_COMPLEX 1
// Used to be set from VCL_USE_NATIVE_STL, which worked fine.
// If you don't use the stl flag's setting you're on your own.
// #define VCL_USE_NATIVE_COMPLEX VCL_USE_NATIVE_STL


//: VCL_USE_IMPLICIT_TEMPLATES
// Whether to use implicit template instantiation.
#define VCL_USE_IMPLICIT_TEMPLATES 1

#endif // vcl_config_manual_h_


2. So like Vincente, my file does have VCL_USE_NATIVE_STL defined. (So 
if I understand correctly, this means that CMake generated the right 
thing, but Visual Studio is trying to compile some files it shouldn't.)


3. As for manually adding ITK directories to the include path, no, I've 
never done that. Just to be sure, I checked the itkvcl project 
properties, and all of the "Additional Include Directories" descend from 
my InsightToolkit-2.4.0 binary directory.


4. As for other ITK versions, yes, I have 2.0.1 installed on this same 
system.


5. As for VXL, no, I do not have that installed on my machine (other 
than as part of ITK).

john




More information about the Insight-users mailing list