How to install xfprint?
Benedikt Meurer
benedikt.meurer at unix-ag.uni-siegen.de
Mon Nov 29 20:40:13 CET 2004
Jean-François Wauthy wrote:
> Le lundi 29 novembre 2004 à 23:14 +0800, Magiclouds Magicloud a écrit :
>
>>I am under FreeBSD 5.3, and I have installed cups-base from Ports. But
>>xfprint's configure script always report me that there is no cups support
>>to have, even I use --enable-cups. I am installing XFCE4 4.2.
>>
>
> the ./configure checks for cups.h, ipp.h, ppd.h and libcups, i don't
> enough know FreeBSD but is there any cups-dev port? if yes then install
> it
cups-base is the correct package, but you need to set CPPFLAGS and
LDFLAGS prior to running configure, e.g.
export CPPFLAGS="$CPPFLAGS -I/usr/local/include"
export LDFLAGS="$LDFLAGS -L/usr/local/lib -Wl,-R/usr/local/lib"
regards,
Benedikt
More information about the Xfce
mailing list