Date: Tue, 22 Apr 2014 12:00:10 +0100 From: "Richard M. Timoney" <richardt@maths.tcd.ie> To: freebsd-ports@freebsd.org Cc: xfce@freebsd.org Subject: Re: cups support in print/xfce4-print Message-ID: <20140422110010.GA21283@maths.tcd.ie>
next in thread | raw e-mail | index | archive | help
> > On 22 April 2014 09:41, Cary <cary at sdf.org> wrote: > > > > > print/xfce4-print builds normally on 9.2-R with default config, > > > but build fails when port is configured with "--enable-cups" rather > > > than "--enable-bsdlpr". > > > > > > STDERR attached. > > > > > > > Could we have a little more information? The command lines for that > > error > > would be good. Editing the makefile to add MAKE_JOBS_UNSAFE=yes would > > make > > them easier to read too. > > Hi Robert, > > Here is output from running make again with MAKE_JOBS_UNSAFE set > to "YES" in /etc/make.conf . > > thanks, > Cary I found a hack that allows the potr to compile. /usr/ports/print/xfce4-print/work/xfprint-4.6.1/printing-systems/cups/cups.c Add this #define (line 26): #define _IPP_PRIVATE_STRUCTURES 1 #include <cups/ipp.h> It seems from what I understand that the port is using cups internals in a way that is no longer supported. Yours, Richard -- Richard M. Timoney (richardt@maths.tcd.ie) Tel. +353-1-896 1196 School of Mathematics, Trinity College, Dublin 2, Ireland WWW http://www.maths.tcd.ie/~richardt FAX +353-1-896 2282
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140422110010.GA21283>