On Fri, Feb 09, 2007 at 11:56:05AM +0100, Florent Berthaut wrote: [...] > Hi , > > Actually i build it with fltk-1.1.7 so i don't know if it will work with > fltk2.0 > Let me know if works. > > Regards, > Flo > > I have fltk-1.1.7 installed, but wondered if you might be using fltk2, as I can't build your program. Here is the (shortened) output of scons: [...] g++ -o src/audio/jackProcess.o -c -I/usr/include/freetype2 -I/usr/include/libxml2/ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -fasynchronous-unwind-tables src/audio/jackProcess.cpp In file included from src/audio/../base/tapeutape.h:28, from src/audio/jackProcess.cpp:25: src/audio/../base/../ui/execWindow.h:25:19: error: FL/Fl.h: No such file or directory [...] It turns out that there is no Fl.h file in the libfltk1.1-dev package (this is on Ubuntu), but instead the file is named Fl.H. $ locate Fl.h $ $ locate Fl.H /usr/include/FL/Fl.H $ Looking at the fltk source tarball, I get the impression, that the files are ending on .H, not .h, too. Should I rename the files in /usr/include/FL? This would work, but I wonder why it works out of the box on for you (and others) but not on my system. Regards, Burkhard