I am trying to use CodeBlocks with FLTK library. The wizard ask me to specify the folder where FLTK is unpacked, saying "this folder must contain the subfolders "include" and "lib"". But FLTK doesn't have an "include" directory, it has "Fl" instead for header files. So the wizard says me he can't locate the include directory and stops.
I tried also to edit the #fl global variable, with Settings=>Global variables, setting ...\fltk-1.3.3 as base directory and ...\fltk-1.3.3\Fl as include, but this also fails, saying "The path you entered seems valid, but this wizard can't locate the file Fl.H in it." Obviously I checked it and the file is there.
Thanks for your attention
N. Cassetta