After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 100765 - Can't compile libgnome-2.1.2 without CUPS support
Can't compile libgnome-2.1.2 without CUPS support
Status: RESOLVED FIXED
Product: gnome-print
Classification: Deprecated
Component: general
2.1.2
Other Linux
: Normal normal
: ---
Assigned To: Chema Celorio
Chema Celorio
Depends on:
Blocks:
 
 
Reported: 2002-12-09 21:51 UTC by D. D. Brierton
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description D. D. Brierton 2002-12-09 21:51:52 UTC
I was trying to install garnome 0.19.3 on Mandrake 8.2 but the install kep
failing with a CUPS error (turned out I didn't have libcups1-devel
installed, but that's irrelelvant to the present problem). I decided to
disable CUPS support so I added --with-cups=no to the CONFIGURE_ARGS line of

~/garnome-0.19.3/gnome/libgnomeprint/Makefile

but this made no difference.

As a test I then did this:

cd ~/garnome-0.19.3/gnome/libgnomeprint/work/libgnomeprint-2.1.2
./configure --with-cups=no

However, the output of that command ended with:

	Compiler:		gcc
	Compiler flags:		-g -O2 -Wall -Wunused -Wmissing-prototypes
-Wmissing-declarations
	Cups module:		yes    LIBS: -lcups -lssl -lcrypto -lnsl -lcrypt	Modules
dir:		/usr/local/lib/libgnomeprint/2.1.2/modules
	Data dir:   		/usr/local/share/gnome-print-2.2
	Enable gtk-doc:		no

In particular, the line that says "Cups module: yes" appears to indicate
that the configure option failed.
Comment 1 Chema Celorio 2002-12-10 05:22:46 UTC
Fixed in cvs