On 19.07.2011 15:29, Greg Ercolano wrote: > I just tried a test on linux + osx where I removed the file > and ran a 'make clean; make'. The build stopped at that file > on both platforms, so it *is* getting linked on normal builds.
That's not a valid test[1]. You should comment out or disable the relevant part(s) by using "#if 0" or similar, and then look whether you get an undefined symbol when linking. If there is no problem on one or more systems, then this is good, but it still doesn't mean that there are not others that might need it. :-( [1] as written by Ian (I didn't look into it myself), the Windows part is #include'd, so that the file itself is "empty" (after preprocessing it), but it is still needed for Windows. Other systems use other parts of it, but do also need it. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
