I am working on a new Ruby/FLTK binding (for FLTK-1.1.x) and my build system parses the FLTK header files to extract things like the contents of enumerations etc. So, I'd like to know the most portable way of finding where the headers are in the file system.
At the moment I'm preprocessing a wrapper file that #include-s the header I'm interested in. However, parsing the preprocessed output has turned out to be a pain, so I'd like to just open the header directly and read it. That means finding it. Unfortunately it doesn't seem to be possible to query fltk-config to find out where the headers were installed. (Unless I've missed a trick.) So, how do I find things like Enumerations.H in the most portable way possible? Regards, Jeremy Henty _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

