<DIV><PRE>I am trying to build the FLTK to ITK example in Getting Started IV. However I have some problems while I am compiling this code with Visual C++ 6.0. When I tried to build, I got such error. </PRE><PRE><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p>&nbsp;</o:p></PRE><PRE>Configuration: myProject - Win32 Debug--------------------</PRE><PRE>Compiling...</PRE><PRE>myProjectGUI.cxx</PRE><PRE>C:/Program Files/itk/uzay/out/myProjectGUI.h(9) : fatal error C1083: Cannot open include file: 'fltkProgressBar.h': No such file or directory</PRE><PRE><o:p>&nbsp;</o:p></PRE><PRE>Although This error I think is<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>due to header files from the FltkImageViewer library that is located in Auxiliary,In my CMAKElist file I include the FltkImageViewer directory. I don’t where I am making mistake. The CMAKE I wrote is outlined below. I will be very glad if anyone helps me.</PRE><PRE>PROJECT(myProject)<BR>FIND_PACKAGE
 (ITK)<BR>IF( ITK_FOUND)<BR>&nbsp;INCLUDE( ${USE_ITK_FILE} )<BR>ENDIF( ITK_FOUND)<BR>FIND_PACKAGE (FLTK)<BR>IF (FLTK_FOUND)<BR>&nbsp;INCLUDE_DIRECTORIES(${FLTK_INCLUDE_DIR})<BR>ENDIF( FLTK_FOUND)</PRE><PRE>LINK_DIRECTORIES(<BR>$C:/Program Files/itk/InsightApplications/Auxiliary/FltkImageViewer<BR>${InsightApplications_SOURCE_DIR}/Auxiliary/VtkFltk<BR>${InsightApplications_SOURCE_DIR}/Auxiliary/vtk<BR>${InsightApplications_BINARY_DIR}/Auxiliary/FltkImageViewer<BR>${InsightApplications_BINARY_DIR}/Auxiliary/VtkFltk<BR>${myProject_SOURCE_DIR}<BR>${myProject_BINARY_DIR}<BR>)</PRE><PRE>ADD_EXECUTABLE(myProject myProject.cxx)<BR>IF (FLTK_FOUND)<BR>&nbsp;FLTK_WRAP_UI( myProject myProjectGUI.fl)<BR>ENDIF(FLTK_FOUND)<BR>TARGET_LINK_LIBRARIES( myProject ITKIO ITKFltkImageViewer ITKBasicFilters ITKNumerics ITKCommon ${FLTK_LIBRARIES})</PRE><PRE>&nbsp;</PRE><PRE><o:p>&nbsp;</o:p></PRE><PRE>Thank you </PRE><PRE><o:p>&nbsp;</o:p></PRE><PRE>Uzay Emir</PRE></DIV><p>
                <hr size=1>Do you Yahoo!?<br> 
<a href="http://us.rd.yahoo.com/mail_us/taglines/security/*http://promotions.yahoo.com/new_mail/static/protection.html">Yahoo! Mail</a> - You care about security. So do we.