[Insight-users] Problem on VC compiler
Luis Ibanez
luis.ibanez@kitware.com
Fri, 02 May 2003 10:53:07 -0400
Hi Iajesse,
Some questions:
1) Are these "1111.." really in your path ?
2) Did you succed with the basic ITK build ?
This kind of error typically happen in the
following cases:
a) When you open the .dsp file local in the
Examples directory instead of opening
the top ITK.dsw workspace.
A large number of global configuration
entries are done at the top level
or
b) When you create an inconsistent CMakeLists.txt
for this single example.
Are you in any of these two cases ?
---------------
The examples are built by default from the
top ITK.dsw workspace. Please open only this top
workspace and build the toolkit from there.
Regards,
Luis
----------------
iajesse wrote:
> I'm new to itk,now I have aproblem on it , When I use
> Examples/DataRepresentation/Image/Image1.cxx VC++6 arise an error.
>
> Compiling...
> Image1.cxx
> E:\11111111111111111111\itkImage.h(20) : fatal error C1083: Cannot open
> include file: 'itkImageBase.h': No such file or directory
> Error executing cl.exe.
> Image1.exe - 1 error(s), 0 warning(s)
>