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

Daniel Casanovas i Torrents dani at sms25.com
Thu Nov 27 07:00:47 PST 2003


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clam-project.org/pipermail/clam-users-clam-project.org/attachments/20031127/d4e2caef/attachment-0002.htm>


More information about the clam-users mailing list