On 01.10.2011, at 19:57, Manolo Gouy wrote: >> >> On 01.10.2011, at 17:29, E. Torres wrote: >> >>> In order to compile FLTK 1.3-svn at revision 9107, I had to add = >> -lXrandr to LDLIBS and GLDLIBS. >> >> Yes, that was a rather major change. I will compile a version 1.3.1 = >> based on 1.3.0 plus one or two essential patches (the hanging pulldown = >> menu, and one more, but I'll have to look that up). > There are also some Mac OS bug fixes in the svn version > that would be good to be present in 1.3.1. Is that possible ?
Sure. I will do an svn diff to figure out what is needed. Any suggestions welcome. > >> The current version >> will become 1.3.2 and go through our standard testing to avoid exactly >> this (I have a feeling that we should try to load this library at >> run-time instead. It may not be available everywhere!). > The usage of the Xrandr library is protected by > #if HAVE_XRANDR > whose value is set at configure time. Isn't that enough to account > for platforms where the library is not available ? If it is a static library, then that's fine, but if it needs some installed counterpart on the target platform, it's not. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
