Code review comment for lp:~faubulous/inkscape/cmake-win32

Revision history for this message
jazzynico (jazzynico) wrote :

> 'make' failed when linking to the libinkscape_base shared library.

Correction. Not when linking to, but when linking the libinkscape_base.dll lib, with the following errors:
----
d:/dev/tdm-gcc-32-4.6/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/bin/ld.exe: cannot find -lpangocairo-1.0
... same line with different libs here ...
d:/dev/tdm-gcc-32-4.6/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/bin/ld.exe: cannot find -lsigc-2.0
collect2: ld returned 1 exit status
mingw32-make[2]: *** [lib/libinkscape_base.dll] Error 1
mingw32-make[1]: *** [src/CMakeFiles/inkscape_base.dir/all] Error 2
mingw32-make: *** [all] Error 2
----

« Back to merge proposal