[Insight-users] MetaImageViewer

Luis Ibanez luis.ibanez@kitware.com
Tue, 18 Mar 2003 12:35:29 -0500


Hi Robin,

This file should be generated at run time
by "fluid" the GUI editor of FLTK.

CMake configures your project to invoke
fluid as a custom build rule.

The file will *not* appear in your source
tree, but in your binary tree.

The project should be able to find it
without you having to provide any addition
path.

I would suggest you to rerun CMake and
verify that all the FLTK components have
been found in your system.

It may be that path to fluid is not set
correctly.



   Regards,


      Luis


----------------------


Robin Gandhi wrote:
> hi,
>    I am trying to compile the MetaImageViewer.cxx
> Application and I am missing a include file
> MetaImageViewerGUI.h
> 
> Compliler error:
> -----------------
> MetaImageViewer.cpp:27:32: MetaImageViewerGUI.h: No
> such file or directory
> make: *** [MetaImageViewer.o] Error 1
> 
> This file is not present in the directory where
> MetaImageViewer.cxx is placed.
> 
> I am using the latest CVS check out for Insight
> Applications.
> Where would I find this file?
> Thanks,
> Robin.
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>