[Insight-users] problem building insight application

tejas mehta tejas9090 at yahoo . com
Thu, 17 Jul 2003 16:40:21 -0700 (PDT)


--0-1620882532-1058485221=:4303
Content-Type: text/plain; charset=us-ascii

Hi,
 
I am trying to build the Geodisic Active Contour Application.  I use CMake to configure the itk applications: 
 
Source: C:\itk\InsightApplications-1.2.0
Bin: C:\temp_app 
 
After this I use VC++ to build all the classes
 
Next, I copy the files from the GeodisisActiveContour directory into another directory and try to configure using CMake. I add the following lines to the CMakeLists.txt :
 
FIND_PACKAGE(FLTK)
 IF(FLTK_FOUND)
INCLUDE_DIRECTORIES(${FLTK_INCLUDE_DIR})
ENDIF(FLTK_FOUND)
 
Next, I build the Project.dsw file in VC++. This is where I get the following errors:
 
C:/itk_bin/GeodesicActiveContourGUI.h(7) : fatal error C1083: Cannot open include file: 'GeodesicActiveContourBase.h': No such file or directory
GeodesicActiveContour.cxx
C:\itk_source\GeodesicActiveContour.cxx(18) : fatal error C1083: Cannot open include file: 'GeodesicActiveContour.h': No such file or directory
GeodesicActiveContourBase.cxx
C:\itk_source\GeodesicActiveContourBase.h(20) : fatal error C1083: Cannot open include file: 'itkImageFileReader.h': No such file or directory

I would really appreciate if somenody would help me out.
 
 
Tejas


 
 


---------------------------------
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
--0-1620882532-1058485221=:4303
Content-Type: text/html; charset=us-ascii

<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am trying to build the Geodisic Active Contour Application.&nbsp;&nbsp;I use CMake to configure the itk applications: </DIV>
<DIV>&nbsp;</DIV>
<DIV>Source: C:\itk\InsightApplications-1.2.0</DIV>
<DIV>Bin: C:\temp_app </DIV>
<DIV>&nbsp;</DIV>
<DIV>After this I use VC++ to build all the classes</DIV>
<DIV>&nbsp;</DIV>
<DIV>Next, I copy the files from the GeodisisActiveContour directory into another directory and try to configure using CMake. I add the following lines to the CMakeLists.txt :</DIV>
<DIV>&nbsp;</DIV>
<DIV><EM>FIND_PACKAGE(FLTK)<BR></EM><I>&nbsp;IF(FLTK_FOUND)<BR></I><I>INCLUDE_DIRECTORIES(${FLTK_INCLUDE_DIR})<BR></I><I>ENDIF(FLTK_FOUND)</I></DIV>
<DIV><EM></EM>&nbsp;</DIV>
<DIV>Next, I build the Project.dsw file in VC++. This is where I get the following errors:</DIV>
<DIV>&nbsp;</DIV>
<DIV>C:/itk_bin/GeodesicActiveContourGUI.h(7) : fatal error C1083: Cannot open include file: 'GeodesicActiveContourBase.h': No such file or directory<BR>GeodesicActiveContour.cxx<BR>C:\itk_source\GeodesicActiveContour.cxx(18) : fatal error C1083: Cannot open include file: 'GeodesicActiveContour.h': No such file or directory<BR>GeodesicActiveContourBase.cxx<BR>C:\itk_source\GeodesicActiveContourBase.h(20) : fatal error C1083: Cannot open include file: 'itkImageFileReader.h': No such file or directory<BR></DIV>
<DIV>I would really appreciate if somenody would help me out.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Tejas<BR></DIV>
<DIV><BR>&nbsp;</DIV>
<DIV>&nbsp;</DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://pa . yahoo . com/*http://rd . yahoo . com/evt=1207/*http://promo . yahoo . com/sbc/">SBC Yahoo! DSL</a> - Now only $29.95 per month!
--0-1620882532-1058485221=:4303--