Created attachment 53732 [details] Add find_package() invocation for PNG. Version: unspecified OS: Linux The toplevel CMakeLists.txt adds the ${PNG_LIBRARY} variable to target_link_libraries(), unfortunately the variable is not (reliably, ie. in a clean chroot) set, because an invocation of find_package(PNG REQUIRED) is missing. Please apply the attached patch in SVN (I discovered this while preparing a new upload of Skanlite for Debian). Reproducible: Always You can always find the latest version of the attached patch at <http://svn.debian.org/wsvn/pkg-kde/kde-extras/skanlite/trunk/debian/patches/fix_FTBFS_png.patch?sc=1>
Just a two extra points: - I found the bug in the 0.5 tarball, which is distributed via sf.net/kde-apps.org, but it is also in SVN HEAD. - FTBFS stands for "Fails To Build From Source", in case you're unfamiliar with that abbreviation.
Thanks, I think it might be time for a bugfix release :( there is also a bug with saving the window size... Kåre
Bug fix release 0.6 released