> Just an update, that after changing the paths as I had suspected, the
> compilation..
>
> g++ -Wall TestFastLiteLib.cpp -o TestFastLiteLib
> -I/usr/local/include/fltk/compat/ -L/usr/local/lib -lXext -lX11 -lm
Some [clarifications] to my last posting in this thread:
* * *
Your application appears [to be FLTK 1], eg:
#include <FL/Fl.h> // FLTK1 style include
..but I get the impression you've got FLTK2 installed,
which is [likely a problem, as FLTK2 and FLTK1 are not compatible].
..
* * *
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk