The GNOME Print package contains the GNOME Printing Architecture, for GNOME 1.4.
Download (HTTP): http://ibiblio.org/pub/Linux/X11/gnome/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:
./configure --prefix=/opt/gnome --with-zlib=/usr && make && make install |