First, I'm not sure this is the best place to post this so if you know a better one, please tell me.
I'm trying to build a bugfix version of Inkscape on OpenSUSE but I'm a bit stuck.
I followed the instructions here but when I run "cmake .." I get this :
Code: Select all
------------------------------
Building Makefile for Inkscape
------------------------------
Source Dir: /home/caetano/Downloads/~inkscape.dev/inkscape/trunk
Binary Dir: /home/caetano/Downloads/~inkscape.dev/inkscape/trunk/build
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Creating build files in: /home/caetano/Downloads/~inkscape.dev/inkscape/trunk/build
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Creating build files in: /home/caetano/Downloads/~inkscape.dev/inkscape/trunk/build
-- Checking for modules 'harfbuzz;pangocairo;pangoft2;fontconfig;gthread-2.0;gsl;gmodule-2.0'
-- Found harfbuzz, version 1.4.2
-- Found pangocairo, version 1.40.1
-- Found pangoft2, version 1.40.1
-- Found fontconfig, version 2.11.1
-- Found gthread-2.0, version 2.48.2
-- Found gsl, version 1.16
-- Found gmodule-2.0, version 2.48.2
-- Checking for module 'x11'
-- Found x11, version 1.6.3
-- Checking for module 'gnome-vfs-2.0'
-- Found gnome-vfs-2.0, version 2.24.4
-- Found GnomeVFS2: /usr/lib64/libgnomevfs-2.so
-- Found LCMS2: /usr/lib64/liblcms2.so
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
-- Found Iconv: /usr/lib64/libc.so
-- Found Intl: /usr/include
-- Found BoehmGC: /usr/local/lib64/libgc.so
-- Checking for module 'poppler'
-- Found poppler, version 0.43.0
-- Found poppler: /usr/lib64/libpoppler.so
-- Checking for module 'poppler-glib'
-- Found poppler-glib, version 0.43.0
-- Found poppler-glib: /usr/lib64/libpoppler-glib.so
-- Checking for module 'cairo-svg'
-- Found cairo-svg, version 1.15.2
-- Found cairo-svg: /usr/lib64/libcairo.so
-- Checking for module 'poppler-cairo'
-- Found poppler-cairo, version 0.43.0
-- Found poppler-cairo: /usr/lib64/libcairo.so
-- Checking for module 'libwpg-0.3'
-- Found libwpg-0.3, version 0.3.0
-- Found libwpg-0.3: /usr/lib64/libwpg-0.3.so
-- Checking for module 'librevenge-0.0'
-- Found librevenge-0.0, version 0.0.2
-- Found librevenge-0.0: /usr/lib64/librevenge-0.0.so
-- Checking for module 'librevenge-stream-0.0'
-- Found librevenge-stream-0.0, version 0.0.2
-- Found librevenge-stream-0.0: /usr/lib64/librevenge-stream-0.0.so
-- Checking for module 'libvisio-0.1'
-- Found libvisio-0.1, version 0.1.5
-- Found libvisio-0.1: /usr/lib64/libvisio-0.1.so
-- Checking for module 'libcdr-0.1'
-- Found libcdr-0.1, version 0.1.3
-- Found libcdr-0.1: /usr/lib64/libcdr-0.1.so
-- Found JPEG: /usr/lib64/libjpeg.so
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
-- Found PNG: /usr/lib64/libpng.so (found version "1.6.8")
-- Checking for module 'popt'
-- Found popt, version 1.16
-- Found Popt: /usr/lib64/libpopt.so
-- Found Potrace: /usr/lib64/libpotrace.so
-- Checking for modules 'gtkmm-3.0>=3.8;gdkmm-3.0>=3.8;gtk+-3.0>=3.8;gdk-3.0>=3.8;gdl-3.0>=3.4'
--
--
--
--
--
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:363 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:528 (_pkg_check_modules_internal)
CMakeScripts/DefineDependsandFlags.cmake:253 (pkg_check_modules)
CMakeLists.txt:89 (include)
-- Configuring incomplete, errors occurred!
See also "/home/caetano/Downloads/~inkscape.dev/inkscape/trunk/build/CMakeFiles/CMakeOutput.log".
See also "/home/caetano/Downloads/~inkscape.dev/inkscape/trunk/build/CMakeFiles/CMakeError.log".
I don't know which package is missing or what went wrong.
Thanks in advance.