[Insight-users] ITK apps, FLTK in windows with cygwin

Luis Ibanez luis.ibanez at kitware.com
Tue Sep 28 18:42:01 EDT 2004



Hi Hein,


How did you build FLTK ?
by using the Windows Visual Studio project ? or compiling it with GCC ?



Please do the following:


CD into the directory
/home/Stagair/InsightApplications-1.8.0/Auxiliary/FltkImageViewer



and type the full command for "fluid"

usr/local/bin/fluid -c -h
/home/Stagair/InsightApplications-1.8.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.h
-o
/home/Stagair/InsightApplications-1.8.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.cxx
/home/Stagair/InsightApplications-1.8.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.fl

(type this in a single command line !!)


and let us know what you get as output.


   Thanks,


      Luis


-----------------------
Hein-Jan Leliveld wrote:

> On Wed, 01 Sep 2004 11:21:34 -0400, Luis Ibanez <luis.ibanez at kitware.com> wrote:
> 
>>
>>Hi Hein-Jan,
>>
>>Thanks for sending your Makefile.
>>
>>It seems that fluid is not working properly in your installation.
>>
>>The line generating the error is
>>
>>/usr/local/bin/fluid -c
>>-h
>>/home/Stagair/InsightApplications-1.6.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.h
>>-o
>>/home/Stagair/InsightApplications-1.6.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.cxx
>>/home/Stagair/InsightApplications-1.6.0/Auxiliary/FltkImageViewer/fltkClippingPlane3DDrawerGUI.fl
>>
>>Are you sure that fluid doesn't have extension .exe ?
>>
>>like in
>>
>>          /usr/local/bin/fluid.exe
>>
>>Please do the following,
>>
>>  1) CD in to the directory from where you took the Makefile
>>
>>  2) Type from there
>>
>>            /usr/local/bin/fluid
>>
>>and let us know what happens as a result of this command.
> 
> 
> The fluid-builder pops up... I changed fluid to fluid.exe in ccmake,
> but that gives the same build error.
> 
> When I start fluid and load my own application .fl file, everything
> works just fine.
> 
> Stagair at stage1 ~/InsightApplications-1.8.0
> $ make
> Building dependencies. cmake.depends...
> cmake.depends is up-to-date
> /home/Stagair/InsightApplications-1.8.0/Auxiliary: building default_target
> Building dependencies. cmake.depends...
> cmake.depends is up-to-date
> /home/Stagair/InsightApplications-1.8.0/Auxiliary/FltkImageViewer: building defa
> ult_target
> Building dependencies. cmake.depends...
> Building Custom command /home/Stagair/InsightApplications-1.8.0/Auxiliary/FltkIm
> ageViewer/fltkClippingPlane3DDrawerGUI.cxx...
> make[5]: *** [/home/Stagair/InsightApplications-1.8.0/Auxiliary/FltkImageViewer/
> fltkClippingPlane3DDrawerGUI.cxx] Error 1
> 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
> 
> Stagair at stage1 ~/InsightApplications-1.8.0
> $ cd Auxiliary/FltkImageViewer/
> 
> Stagair at stage1 ~/InsightApplications-1.8.0/Auxiliary/FltkImageViewer
> $ /usr/local/bin/fluid
> 
> ***the fluid builder pops up and is working***
> 
> Stagair at stage1 ~/InsightApplications-1.8.0/Auxiliary/FltkImageViewer
> $
> 
> 






More information about the Insight-users mailing list