Am Dienstag, 13. April 2004 17:41 schrieb Craig Bradney: > On Tue, 2004-04-13 at 16:02, Markus Roduner wrote: > > Hi! > > > > I just downloaded Scribus from CVS. When I do ./configure, at the end it > > says, that there is no CUPS installed. But cups-devel is installed. It > > looks like this could be the problem: > > checking for httpConnect in -lcups... no > > > > The other things related to cups are found: > > checking cups/cups.h usability... yes > > checking cups/cups.h presence... yes > > checking for cups/cups.h... yes > > > > I am working on a apt-upgraded SuSE 9.0 (KDE 3.2.1, QT 3.3.1-2). I put > > the output of ./configure in the attachment. > > > > I rather need the cups features. At the moment I'am layouting a poetry > > book and next a prose almanach (Lithuanian and > > German/French/Rheto-Romance) using Scribus. I'll tell you about the > > results, but till now it works great! > > is your cupsd running? > > otherwise, check your configure.in file at about line 86 for > LIBCUPS="" > hacups= > AC_CHECK_LIB(cups, httpConnect, [LIBCUPS="-lcups > -lssl";hacups=yes],[LIBCUPS="";hacups=no],[-lssl]) AC_SUBST(LIBCUPS) >
cupsd is running. the lines in configure.in are exactly the ones above. LIBCUPS="" hacups= AC_CHECK_LIB(cups, httpConnect, [LIBCUPS="-lcups -lssl";hacups=yes], [LIBCUPS="";hacups=no],[-lssl]) AC_SUBST(LIBCUPS) Is that what it should be? Still no cups. Markus
