The GNOME Print package contains the GNOME Printing Architecture, for GNOME 1.4.
Download (HTTP): http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/gnome-print/0.37/gnome-print-0.37.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-print/0.37/gnome-print-0.37.tar.bz2
Download size: 756 KB
Estimated Disk space required: 33.3 MB
Estimated build time: 0.66
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
--with-zlib=/usr: Configure GNOME Print to use the system installed zlib.
The GNOME Print package contains the GNOME 1.4 printing libraries.