GNOME Print-0.37

Introduction to GNOME Print

The GNOME Print package contains the GNOME Printing Architecture, for GNOME 1.4.

Package information

GNOME Print dependencies

Installation of GNOME Print

The configure script does not correctly interpret that libxml-1.8.17 is newer than libxml-1.8.8. This can be solved by building xmlConf.sh with this command:

cat > /opt/gnome/lib/xmlConf.sh << EOF
XML_LIBDIR="-L/usr/lib"
XML_LIBS="-lxml"
XML_INCLUDEDIR="-I/usr/include/gnome-xml"
MODULE_VERSION=xml-1.8.17
EOF

Install GNOME Print by running the following commands:

patch -Np1 -i ../gnome-print-0.37-ft217-fixes.patch &&
./configure --prefix=/opt/gnome --with-zlib=/usr &&
make &&
make install

Command explanations

--with-zlib=/usr: Configure GNOME Print to use the system installed zlib.

Contents

The GNOME Print package contains the GNOME 1.4 printing libraries.