[ 41%] Building CXX object src/CMakeFiles/inkscape_LIB.dir/ui/dialog/ocaldialogs.cpp.o /usr/local/inkscape/src/ui/dialog/ocaldialogs.cpp:34:27: fatal error: gtkmm/spinner.h: No such file or directory compilation terminated. make[2]: *** [src/CMakeFiles/inkscape_LIB.dir/ui/dialog/ocaldialogs.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/inkscape_LIB.dir/all] Error 2 make: *** [all] Error 2 bash-4.1# find /usr -name spinner.h /usr/local/gtkmm-3.0.1/gtk/gtkmm/spinner.h
Suggestions?
You might have an outdated version of gtkmm. Gtk::Spinner was introduced in gtkmm 2.20.
Oops, didn't notice the last line. Inkscape will only use gtkmm 2.x, it can't be compiled with 3.x yet. You need to update your version of gtkmm 2.x and gtk 2.x, preferably to 2.24.
Regards, Krzysztof