Version: 2.0.0 (using KDE 4.6.2) OS: Linux When trying to build the latest digikam-sc from git: [ 7%] Built target libraw [ 7%] Built target kdcraw_automoc make[2]: *** No rule to make target « /usr/lib/libm.so », required for « lib/libkdcraw.so.20.0.0 ». Stopping. make[1]: *** [extra/libkdcraw/libkdcraw/CMakeFiles/kdcraw.dir/all] Error 2 make: *** [all] Error 2 Reproducible: Always
You don't have standard C++ math library on your system ??? Very strange... Gilles Caulier
I don't know. This happened after a distribution upgrade, maybe there was some wonkiness there? Do you know what ubuntu package this library belongs to, so I can check?
I don't know, i don't use Ubuntu. Gilles Caulier
Libm was installed: http://packages.ubuntu.com/search?suite=natty&&arch=amd64&mode=filename&searchon=contents&keywords=libm.so It was a cmake cache issue. After clearing the build directory and redoing a cmake, everything works fine.