回复: [Insight-users] how to build ImageExample.dsw?
Yu Qi
felix_china at yahoo.com.cn
Wed Jun 8 05:33:34 EDT 2005
Hi
Did it say that can not find ###.h file?
Maybe you need this code in your Cmakelist file
# Find ITK.
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)
I do not if it will help. At least this is the problem I had at the beginning.
Best regards,
Yu Qi
Xuelin Cui <xuelin at hawaii.edu> 写道:
hi:
In the ..\InsightToolkit-2.0.1\Examples\DataRepresentation\Image, I
tried to build the Image1.cxx-Image5.cxx
I copied them(CMakelist.txt included) out to a new folder. Then, using
CMake to generate the .dsw in another folder. Then build the .dsw under
MS VC++ 6.
But , alot of errors.....
Is my way correct? It seems not. Please tell me the right way to build
that
Thank you very much
Xuelin
Department of Mechanical Engineering
University of Hawaii at Manoa
2540 Dole St
Honolulu HI 96822
United States
_______________________________________________
Insight-users mailing list
Insight-users at itk.org
http://www.itk.org/mailman/listinfo/insight-users
---------------------------------
DO YOU YAHOO!?
雅虎免费G邮箱-中国最强免费防毒反垃圾超大邮箱
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20050608/7d61f0ed/attachment.htm
More information about the Insight-users
mailing list