The very recent pull "bzr pull" at the linking step are a error.
(i use cmake for building)

CMakeFiles/inkscape_base.dir/display/cairo-utils.cpp.o: undefined reference to symbol 'gdk_pixbuf_get_height'

the problem come from link.txt you need add " -lgdk_pixbuf-2.0 " from directory inkscape/src/CMakeFiles/inkscape.dir/


and are the same with inkscape/src/CMakeFiles/inkview.dir/link.txt

after inkscpae compile and inkscape run properly ;)


Regard

JsT