[CLAM] cannot open include file 'Fl/Fl_Group.H'

Xavi Rubio xrubio at iua.upf.es
Thu Nov 27 07:12:57 PST 2003


Have you set the USE_FLTK variable to true (USE_FLTK = 1) in settings.cfg?. If not, try to change it and regenerate the project.

Xavi

On Thu, 27 Nov 2003 16:00:47 +0100
"Daniel Casanovas i Torrents" <dani at sms25.com> wrote:

> Hi all,
> 
> Me again. I was trying to plot the spectrum of the sound. In order to plot, I added an include reference to the files
>  #include "Plot.hxx"
> #include "Audio.hxx"
> #include "Spectrum.hxx"
> #include "Array.hxx" // imports CLAM::Array declaration
> #include "SystemPlots.hxx" // imports CLAMVM::SystemPlots declaration
> #include <exception>
> 
> and the compiler didn't find some includes:
> 
> c:\clam\clam\src\visualization\widget\fltk\fl_plot.hxx(4) : fatal error C1083: Cannot open include file: 'Fl/Fl_Group.H': No such file or directory
> Plot.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_plot.hxx(4) : fatal error C1083: Cannot open include file: 'Fl/Fl_Group.H': No such file or directory
> SystemPlots.cxx
> c:\clam\clam\src\visualization\plot\systemplots.cxx(2) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> Fl_Plot.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_plot.hxx(4) : fatal error C1083: Cannot open include file: 'Fl/Fl_Group.H': No such file or directory
> Fl_SinglePlot.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_plot.hxx(4) : fatal error C1083: Cannot open include file: 'Fl/Fl_Group.H': No such file or directory
> Fl_Axis.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_axis.hxx(4) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> Fl_X_Axis.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_axis.hxx(4) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> Fl_Y_Axis.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_axis.hxx(4) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> Fl_ZoomSlider.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_zoomslider.hxx(4) : fatal error C1083: Cannot open include file: 'FL/Fl_Widget.H': No such file or directory
> Fl_Gl_2DSurface.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_gl_2dsurface.hxx(5) : fatal error C1083: Cannot open include file: 'FL/Fl_Gl_Window.H': No such file or directory
> Fl_Gl_Single_Display.cxx
> c:\clam\clam\src\visualization\widget\fltk\fl_gl_2dsurface.hxx(5) : fatal error C1083: Cannot open include file: 'FL/Fl_Gl_Window.H': No such file or directory
> FLTKWrapper.cxx
> c:\clam\clam\src\visualization\widget\fltkwrapper.cxx(23) : fatal error C1083: Cannot open include file: 'FL/Fl.H': No such file or directory
> Generating Code...
> Error executing cl.exe.
> 
> I've took a look in the Documentations 'PDF. And I found the Section 23.7, where there is a solution for this error. But i've copied "manually the folders with the includes into Microsoft Visual Studio directory/VC98/Include" and the problem ins't solved yet.
> 
> Thanks again.
> Daniel Casanovas
> 






More information about the clam-users mailing list