[Insight-users] ITK-FLTK problems

Luis Ibanez luis.ibanez at kitware.com
Tue Aug 3 09:20:53 EDT 2004


Hi Dhanesh,

The problem seems to be here:

 > 
/home/dhanesh/ITK/InsightApplications-1.6.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.cxx...
 > make[5]: execvp: /usr/local/bin: Permission denied


It is likely related to the FLUID_EXECUTABLE CMake entry
that you specified when you ran CMake.

You probably wrote :

           /usr/local/bin

instead of the full

           /usr/local/bin/fluid


Please read the tutorial on the use of ITK+FLTK

    http://www.itk.org/HTML/Tutorials.htm
http://www.itk.org/CourseWare/Training/GettingStarted-IV.pdf	

and look at FAQ entry on the same topic.

    http://www.itk.org/Wiki
http://www.itk.org/Wiki/ITK_FAQ#FLTK_WRAP_UI_called_with_FLTK_WARP_UI_undefined


That will show you how to configure FLTK entries
correctly.



Regards,


   Luis


-------------------------------
Dhanesh Ramachandram wrote:

> Hi,
> 
> I've been trying to use ITK with FLTK-1.1.4 on a Fedora Core 2 machine.
> I compiled ITK-1.6.0, VTK 4.2.2 and FLTK-1.1.4 successfully. I use CMake
> 2.0.2 However, when I try to compile the  InsightApplications, I get the
> follwoing errors :
> 
> Building dependencies. cmake.depends...
> -- Loading VTK CMake commands
> -- Loading VTK CMake commands - done
> cmake.depends is up-to-date
> /home/dhanesh/ITK/InsightApplications-1.6.0/Auxiliary: building
> default_target
> Building dependencies. cmake.depends...
> cmake.depends is up-to-date
> /home/dhanesh/ITK/InsightApplications-1.6.0/Auxiliary/FltkImageViewer:
> building default_target
> Building dependencies. cmake.depends...
> Building Custom command
> /home/dhanesh/ITK/InsightApplications-1.6.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.cxx...
> make[5]: execvp: /usr/local/bin: Permission denied
> make[5]: ***
> [/home/dhanesh/ITK/InsightApplications-1.6.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.cxx] Error 127
> make[4]: *** [default_target] Error 2
> make[3]: *** [default_target_FltkImageViewer] Error 2
> make[2]: *** [default_target] Error 2
> make[1]: *** [default_target_Auxiliary] Error 2
> make: *** [default_target] Error 2
> 
> 
> I'm dumbfounded. Can anyone possible help me out ? Thanks a lot
> 
> 
> 






More information about the Insight-users mailing list