On 5 Feb 2010, at 23:28, Frede wrote: > > The CDT error message display: >>> CDT don't find include files, fltk/Window.h, fltk/Widget.h and fltk/ >>> run.h. Show message "No include files were found that matched that >>> name." > I'm using fltk 1.1.10, CDT 6.0.1 and ubuntu 9.04 > Note: fltk in console "$fltk-config --compile" compile perfect. I > compile by no-root. > FLKT header files "/usr/local/include/FL" It"s ok.
OK - I refer you once again to this previous comment: >> 1) In your examples, you give paths of "fltk/Window.h" and so forth. >> Those are fltk-2 file names, but you appear to have called up "fltk- >> config" which is a fltk-1.x package script. >> The correct package script for fltk-2 is "fltk2-config". >> So, are you using fltk-1 or fltk-2? >> You need to sort that out before we can understand your questions >> fully. >> Perhaps this is what you are doing wrong? Fltk-1 and fltk-2 are not >> interchangeable. You say you have installed fltk-1.1.10, but the warnings for "fltk/ Window.h" and so forth are fltk-2. If the code you are trying to build depends on fltk-2, then you will need to install fltk-2, or convert the code to be fltk-1 compatible. Given that is the warning you get, then it is not clear to me that CDT, or its configuration, have any part in the problem that you describe. I have to suspect that fltk and CDT are both working OK, but you simply have incompatible versions of the library? Does that not seem more reasonable? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

