12-22-2010, 08:13 PM
As I've still got some time to spare, I was looking into debugging the Red Color Channel problem (see here).
I installed all required packages as in packages.txt, but I did not succeed in building the whole thing. It stopped with this complaint:
I installed all required packages as in packages.txt, but I did not succeed in building the whole thing. It stopped with this complaint:
Code:
In file included from bind-fltk-ext.cxx:24:
fltk.cxx:26: fatal error: FL/Fl.h: No such file or directory
compilation terminated.
make[2]: *** [bind-fltk-ext.o] Error 1
make[2]: Leaving directory `/home/jpjacobs/sandbox/murgalua/murgaLua/src'
make[1]: *** [linuxStatic] Error 2
make[1]: Leaving directory `/home/jpjacobs/sandbox/murgalua/murgaLua/src'
make: *** [linuxStatic] Error 2
I checked and /usr/include/FL/Fl.h exists and this does not give problems with the other fltk examples (in C++) I tried to compile.
So what's there more to do to compile the code?
PS: Having the code in something like github would be significantly easier to send in patches etc.