DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2109 Version: 2.0-current The attached patch should rectify this. This was removed in revision 4274, and dejan's log offers this: Temporal solution of problem when cairo is not installed in "default" path. >From the tests I ran, everything compiled fine even with Cairo, and test/cairo worked as expected. However, AFAIK my Cairo is in a standard path. Assuming there's someone out there who uses Cairo alongside 2.0 and has it in a non-standard path, could you please test this? >From what I can tell, the problem would have been created when using $@ inside the makefile - when building the .so files, make's dependency is on ../lib/libfltk2.so.2.0 (or libfltk2_images.so.2.0 or _gl.2.0 or the like), thus $@ becomes ../lib/libfltk2.so.2.0 (or something similar for images etc). Incidentally, this would have also created a problem when the sofiles were installed in a directory with a name /other/ than 'lib', and I'd be hedging my bets that this is what caused the Cairo problem...... Link: http://www.fltk.org/str.php?L2109 Version: 2.0-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
