[Insight-users] Image registration
Vincent A. Magnotta
vincent-magnotta at uiowa.edu
Tue Dec 18 11:28:15 EST 2007
Josiane,
You should not have to copy the header files into your source code
directory. It seems like this is really a problem with the
CMakeLists.txt file in your source code directory. You should add a
section in the CMakeLists.txt file similar to the following
FIND_PACKAGE(ITK)
IF(ITK_FOUND)
INCLUDE(${ITK_USE_FILE})
ELSE(ITK_FOUND)
MESSAGE(FATAL_ERROR
"Cannot build without ITK. Please set ITK_DIR.")
ENDIF(ITK_FOUND)
Vince
On Tue, 2007-12-18 at 16:46 +0100, Josiane wrote:
> Hi everybody,
>
>
> I installed the insightToolkit-3.4.0 and i would like to proceed image
> registration. I tried unsuccessfully to build the programs. After
> including by hand many .h files in the directories where i built the
> registrations programms, i have a file which i cannot include. I have this
> error message: fatal error C1083: Cannot open include file:
> 'vcl_config_manual.h': No such file or directory
>
> I noticed that there are many files with the same name in different
> directories, i tried uncessessfully all of them. Please can you help me?
>
>
> Thanks a lot with all regards,
>
> Josiane.
>
>
> Josiane NJIWA, PhD
>
> CREATIS CNRS UMR 5220, INSERM U630,
> INSA Bât. Blaise Pascal
> 7 rue Jean Capelle
> F-69100 Villeurbanne
> tel :+33 (0)4 72 43 82 26
> fax: +33 (0)4 72 43 85 26
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
--
Assistant Professor
Department of Radiology
0453-D JCP
200 Hawkins Drive
Iowa City, IA 52242
E-mail: vincent-magnotta at uiowa.edu
Phone: 319-356-8255
Fax: 319-353-6275
Website: http://www.radiology.uiowa.edu
More information about the Insight-users
mailing list