Alvin wrote: > When I compile the 1.3.x-r6101 snapshot, I get this error: > > /usr/bin/ar cr ../lib/libfltk.a ... > make[1]: *** No rule to make target `libfltk.so.1.3', needed by `all'. > Stop. > make: *** [all] Error 1 > > > Anyone else getting this error? >
The problem is that the src/Makefile references the literal libfltk.so.1.1 rather than libfltk.so.1.3. I have submitted a bug report, with a patch, that corrects this by using the DSONAME (and others) found in makeinclude http://www.fltk.org/str.php?L1922 -- Alvin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

