Tracking Dependencies

From Inkscape Wiki
Revision as of 07:56, 14 January 2018 by Tavmjong (talk | contribs) (→‎Distros)
Jump to navigation Jump to search

Overview

We need help getting our basic lib dependencies listed out and kept up to date. Also we need to track which versions of which distros have the needed dependencies.

To get glib and GTK+ dependencies figured out, people can go through the API documentation and look for the 'since' entries saying when calls were added. Then look for those calls in our source. Voila! we'll have base minimum dependencies figured out.

Compilers

For C++11 features, see C++11

gcc

clang

Libs

C++ bindings are not included, since their required versions match those of the C counterparts. Versions in parentheses refer to the dependencies for experimental Gtk+ 3 builds.

Library v 0.92 trunk
Boehm-GC 7.2 7.2
Cairo 1.10 1.10
GDL N/A
(3.4)
3.4
Glib 2.28 2.28
GTK+ 2.24
(3.8)
3.18
GNU Scientific Library ? ?
libSoup N/A (any)
LittleCMS 1.13 1.13
libxml 2.6.11* 2.6.11*
libxslt 1.0.15* 1.0.15*
Pango 1.24 1.24
Poppler 0.20.0 0.20.0
libsigc++ 2.0.12* 2.0.12*

* Tentative dependency

Distros

Note: This table is not relevant to (non-fink) MacOS X, where we ship the desired version with Inkscape.

"Inkscape" column is default or distro version / oldest that builds - latest that builds. If no latest is given then that means trunk is expected to build on the given platform.

e.g. for a distro that ships with 0.48 but should support building of trunk you might get:

0.48 / 0.47-
Distro Inkscape gcc clang cairo cairomm glib glibmm gtk+ gtkmm pango poppler gdl lcms libsigc++ libgc libsoup
Windows Devlibs (32bit) [1] (r66) 4.6.1 (n/a) 1.14.6 1.10.0 2.28.8 2.28.2 2.24.10 2.24.2 1.28.3 0.39.0 (n/a) 1.17
2.4
2.2.11 7.4.2 (n/a)
Windows Devlibs Gtk+ 3 branch [2] (r34) 1.10.2 1.10.0 2.38.0 2.36.0 2.24.18
3.8.1
2.24.2
3.8.0
1.34.0 0.22.5 3.4.2 1.19
2.4
2.2.10 7.2d (n/a)
Windows Devlibs 64bit [3] (r36) 5.3.0 (n/a) 1.15.2 1.12.0 2.47.4 2.46.3 2.24.29
3.19.6
2.24.4
3.18.0
1.39.0 0.40.0 3.18.0 -
2.7
2.6.2 7.4.2 (n/a)
Windows MSYS2 (2018-01-12)
(mingw-w64 packages from MSYS2 project)
0.92.2 7.2.0 (5.0.0) 1.15.10 1.12.0 2.54.2 2.54.1 2.24.32
3.22.26
2.24.5
3.22.0
1.40.11 0.62.0 3.22.0 1.19
2.8
2.10.0 7.6.2 2.60.2
Debian 8 (Jessie, oldstable, EOL 2018-06-06) 0.48.5 4.9.2 3.5 1.14.0 1.10.0 2.42.1 2.42.0 2.24.25
3.14.5
2.24.4
3.14.0
1.36.8 0.26.5 3.14.0 2.6 2.4.0 7.2d 2.48.0
Debian 9 (Stretch, stable) 0.92.1 6.3.0 3.8 1.14.8 1.12.0 2.50.3 2.50.0 2.24.31
3.22.11
2.24.5
3.22.0
1.40.5 0.48.0 3.22.0 2.8 2.10.0 7.4.2 2.56.0
RHEL / CentOS / Scientific Linux 7.4 0.48 4.8.3 X 1.12.14 1.10.0 2.40.0 2.36.2 2.24.22
3.22.10
2.24.2
3.22.0
1.34.1 0.22.5 X 2.5.4 2.3.1 7.2d
Ubuntu 14.04 LTS (Trusty) EOL 2019-04 0.48.4 4.8.2 (U 3.5) 1.13.0 1.10.0 2.40.2 2.39.93 2.24.23
3.10.8
2.24.4
3.10.1
1.36.3 0.24.5 3.8.1 1.19
2.5
2.2.10 7.2d 2.44.2
Ubuntu 16.04 LTS (Xenial) EOL 2021-04) 0.91.0 5.3.1 3.8 1.14.6 1.12.0 2.48.0 2.46.3 2.24.30
3.18.9
2.24.4
3.18.0
1.38.1 0.41.0 3.18.0 2.6 2.6.2 7.4.2 2.52.2
Ubuntu 17.04 (Zesty) EOL 2018-01 0.92.1 6.3 4.0 1.14.8 1.12.0 2.52.0 2.50.0 2.24.31
3.22.11
2.24.5
3.22.0
1.40.4 0.48.0 3.22.0 2.7 2.10.0 7.4.2 2.56.0
Legend
Inkscape stable unsupported
Inkscape trunk unsupported
GTK+ 3 builds unsupported

Getting and Installing Source packages

If your distro does not have some packages available (like many don't, ie, Fedora Core 2), you must often download source packages and build and install them yourself. Actually this is not that hard, and is similar to doing a Gentoo 'emerge.'

  • Usually you download a file with a name like somepackage-1.0.tar.gz. Unpack it with
   $ tar zxf somepackage-1.0.tar.gz
   or
   $ tar jxf somepackage-1.0.tar.bz2
  • Then 'cd' into the new directory.
  • Configure it with the command:
   $ ./configure
  • Build it with:
   $ make
  • As the 'root' user, install it with:
   # make install

Boehm-GC

Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source

Binaries: If searching for a package for GC, the name of it is sometimes:

  • gc
  • libgc
  • gc-devel
  • libgc-devel
  • boehm-gc (on Gentoo)
  • debian/ubuntu: sudo apt-get install libgc-dev

libSigc++

Source: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.3.tar.bz2

With this file, and for GlibMM and GtkMM below, it is usually desirable for us developers to build this C++ library statically. This removes a dependency that might be difficult for an end-user during installation. Configure it with:

   ./configure --enable-static --disable-shared

GlibMM

Try to match your Glib2 version with GlibMM's version. For example, if your Glib2 is 2.16.6, download glibmm-2.16.4.tar.bz2.

Latest source: http://ftp.gnome.org/pub/GNOME/sources/glibmm/

GtkMM

Usually you can try the latest version of GtkMM, but if you get version mismatch errors, try older releases.

Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.12/gtkmm-2.12.7.tar.bz2

cairomm

if you got prompted about cairomm, try first solve your cairo version, so you can grab there a compatible version.


Boost

Many users have reported when building from source that after installing the above dependencies, the configure script still requires a "boost" package. It can be found below, but even after installing, you will need to create a symlink to allow the configure script to find it:

   ln -s /usr/local/include/boost_1_xx_x/boost /usr/local/include/boost

Source: http://www.boost.org/users/download/

Poppler

Source: http://poppler.freedesktop.org/

Poppler is required for PDF import. There are several potential issues:

  • Some Linux distributions do not ship the Xpdf headers required by Inkscape. In such cases, you need to recompile Poppler, passing --enable-xpdf-headers on the configure line or install the libpoppler-private-dev package. See this wishlist bug. This typically manifests in error messages like this:
In file included from extension/internal/pdfinput/svg-builder.cpp:19:
extension/internal/pdfinput/svg-builder.h:32:23: error: CharTypes.h: No such file or directory
...
make[2]: *** [extension/internal/pdfinput/svg-builder.o] Error 1
make[2]: Leaving directory `/tmp/build/inkscape-0.46/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/build/inkscape-0.46'
make: *** [all] Error 2
  • Inkscape 0.47 does not compile with Poppler >= 0.12.2. If you need to compile Inkscape on such systems, use the development version from Bazaar, where this bug is fixed. See the bug report for details and a minimal patch.
  • Inkscape compiled with Poppler <= 0.12.1 will run on systems with Poppler >= 0.12.2, but the PDF import function will crash instantly. This problem does not concern Windows users, since the correct Poppler version is contained in the Windows installer package. This cannot be fixed on Inkscape's side: those two versions of Poppler are not ABI compatible, yet share the same soname. See this bug for more details.
  • Poppler's Xpdf headers are not guaranteed to be API-compatible between releases. It's likely that future Poppler versions will break PDF import in some way. PDF import works at least up to 0.12.4 but might not work with later versions.