[Insight-users] fatal error C1083: Cannot open include file:
'vnl/vnl_vector_ref.h': No such file or directory
Luis Ibanez
luis.ibanez at kitware.com
Tue Aug 15 12:08:46 EDT 2006
Hi Sundeep,
You are still running CMake incorrectly.
It seems that you are running it in a subdirectory
if Insight instead of running it from the top directory.
Please read the Tutorials:
http://www.itk.org/HTML/Tutorials.htm
in particular:
The "Getting Started" session:
http://www.itk.org/CourseWare/Training/GettingStartedI-WebPage/index.htm
and the first two chapters of the ITK Software Guide:
http://www.itk.org/ItkSoftwareGuide.pdf
You shouldn't need to modify in any way the *.sln files
produced by CMake.
Regards,
Luis
------------------------
Sundeep Gupta wrote:
> Hi Luis
>
> Thanks for the reply. The problem got solved after
> reinstallation of the software.
>
> I am a quiet new user of the software, so unknown about
> many things. Major problems I am facing are:
>
> 1) After running the CMake 2.4 for testing and further
> processing for creating *.sln file in binary folder(for
> e.g.I did for Watershed_segmentation1), it invokes many
> *.cxx file and we have to provide in the source directory
> all the files from various paths which is a cumbersome job.
>
> 2) Then it throws many errors while building of the *.sln
> solution of each process. The major problem I have
> encountered is it contains the name of the subfolder in
> which the header files are located (for e.g. vcl/*.h). We
> not only have to provide paths for various header files but
> also have to remove the subfolder/ name before the header
> files.
>
> 3) While compiling and building the Watershed_segmentation1
> project, after fixing the various bugs at the end I got the
> message " fatal error LNK1104: cannot open file
> 'ITKAlgorithms.lib'". But this file is present in the
> configuration Properties/linker/input path of the project
> properties.
>
> I request you to kindly help me for the above problems.
>
> Thanks and regards,
>
> Sandeep
>
>
More information about the Insight-users
mailing list