[Insight-developers] caleb.-crd and sextant.-crd : FLTK problems

Luis Ibanez ibanez@choroid.cs.unc.edu
Fri, 11 Jan 2002 08:18:22 -0500 (EST)


Bill,

You are right, the problem is related with the changes on 01/09.

These changes updated FltkImageViewer to make use of the 
cmake FLTK_Wrap_UI command. Prior to that, this directory 
still had the redundant .cxx and .h files generated by fluid 
for every .fl file.

The consequence of the changes is that now the directory:

     ITK_BINARY_DIR/Auxiliary/FltkImageViewer

has to be added to the include path because the header files
generated by Fluid are put in this binary directory.


This has been updated in the CMakeLists.txt files on the
examples that use code in FltkImageViewer and seems to be 
working on other platforms (I'm assuming that all the 
platforms are building the examples... is that right ?). 

The errors in the dashboard are all about header files not 
found, it seems that in these machines CMake is not adding 
the binary directories to the Include Path.

Maybe the problem is that I'm using the latest CMake version
as checked out from the CMake cvs repository...



     Luis




==================================================

"Lorensen, William E (CRD)" wrote:
> Looks like the problem started on Jan 9 with your changes to 
> CMakeLists.txt in Auxiliary//FltkImageViewer.