[Insight-users] Trying to compile ITKFltkImageViewer outside the
Insight-Applications
Jeff E
jeff_ermo at yahoo.com
Mon Aug 14 11:09:08 EDT 2006
Hi!
Trying to compile ITKFltkImageViewer outside the Insight-Applications I get the following error:
Deleting intermediate files and output files for project 'ITKFltkImageViewer', configuration 'Debug|Win32'.
Generating fltkTimeProbesCollectorGUI.h
The system cannot find the path specified.
Project : error PRJ0019: A tool returned an error code from "Generating fltkTimeProbesCollectorGUI.h"
What am I doing wrong?
I've already added
IF(USE_FLTK)
FIND_PACKAGE(FLTK)
IF(FLTK_FOUND)
INCLUDE_DIRECTORIES(${FLTK_INCLUDE_DIR})
ENDIF(FLTK_FOUND)
ENDIF(USE_FLTK)
FIND_PACKAGE(ITK)
IF(ITK_FOUND)
INCLUDE(${ITK_USE_FILE})
ELSE(ITK_FOUND)
MESSAGE(FATAL_ERROR
"Cannot build InsightApplications without ITK. Please set
ITK_DIR.")
ENDIF(ITK_FOUND)
FIND_PACKAGE(VTK)
IF(VTK_FOUND)
INCLUDE(${VTK_USE_FILE})
ELSE(VTK_FOUND)
MESSAGE(FATAL_ERROR
"Cannot build InsightApplications without VTK. Please set
VTK_DIR.")
ENDIF(VTK_FOUND)
SET(FLTK_FLUID_EXECUTABLE ${FLTK_INCLUDE_DIR}/fluid/fluidd.exe)
to the CMakeLists.txt
Thanks,
Jeffe
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20060814/9f265243/attachment.html
More information about the Insight-users
mailing list