On 20 Jan 2010, at 6:06, Edward A. Hildum wrote: > I also agree renaming FL/math.h is wrong. > I think the issue with math.h is that the compiler never sees > /usr/include/math.h.
Well, not so much "never sees" the system math.h - rather the default search ruls are applied after any explicit search rules you add, so if you add -I/usr/include/FL then FL/math.h will *always* be found first. And that is then a Bad Thing... > Cmake seems to have a recipe for finding the FLTK installation which > isn't working, probably because it isn't configured right. I'll keep > looking in the docs. I don't know Cmake at all I'm afraid, so don't know what to suggest. When you build the fltk tarball, do all the examples in the test directory build and run OK? I'm asking just to make sure that your system is basically OK, so we can narrow it down to some sort of CMake interaction... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

