Leopold Palomo-Avellaneda <l...@alaxarxa.net> writes: > The imported target "fltk_cairo_SHARED" references the file > > "/usr/lib/x86_64-linux-gnu/libfltk_cairo.so.1.3.3" > > but this file does not exist. Possible reasons include:
Hi, Leo! Sorry my latest change accidentally broke your setup; I'll release a fix soon. Meanwhile, here's the explanation, if you're curious: There are two ways to build FLTK: through traditional human-maintained makefiles in conjunction with an Autoconf-generated configure script, and through CMake. For various reasons, I've historically stuck with the former, which works well apart from (naturally) leaving out /usr/lib/fltk/*.cmake. For a while, I handled those files by producing them from templates under debian/ I maintained on the basis of CMake's output. However, when that output changed once again, I decided to try arranging to run CMake in an auxiliary directory and populating /usr/lib/fltk on the basis of its actual output, while otherwise continuing to use the traditional build system. When I made this switch, I accdentally overlooked a slight library naming difference: CMake uses library names of the form libfltk*.so.1.3.x, with libfltk*.so.1.3 merely symlinking to them, whereas the traditional system uses libfltk*.so.1.3 as the actual library names. I will correct for that difference now that you've called it to my attention. Thanks for the report! -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org