Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2011 09:08:34 -0600
From:      John Hein <jhein@symmetricom.com>
To:        gnome@freebsd.org
Subject:   Re: [patch] fix libgnomeprint build when cups 1.5.0 is installed
Message-ID:  <20118.65266.516839.386574@gromit.timing.com>
In-Reply-To: <20118.63119.817624.966926@gromit.timing.com>
References:  <20118.63119.817624.966926@gromit.timing.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--WI4Ryn2W2d
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit

That last patch should have had "libgnomeprint-2.18.8/" removed from
the file path...


--WI4Ryn2W2d
Content-Type: text/plain;
	 name="patch-gnome-print-cups-transport.c"
Content-Description: fix build error with cups 1.5.0
Content-Disposition: inline;
	 filename="patch-gnome-print-cups-transport.c"
Content-Transfer-Encoding: 7bit

Fix compile error when cups 1.5.0 is installed ...

gnome-print-cups-transport.c:59: error: expected specifier-qualifier-list before 'FILE'

See also...
https://bugzilla.gnome.org/show_bug.cgi?id=653388

upstream commit...

=========================
commit 9b82b7e75b83395e7c5692085e1934202cf7f65f
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Wed Oct 12 17:08:59 2011 +0200

    Add missing include

    https://bugzilla.gnome.org/show_bug.cgi?id=653388

=========================

--- libgnomeprint/modules/cups/gnome-print-cups-transport.c.orig	2010-02-09 05:32:51.000000000 -0700
+++ libgnomeprint/modules/cups/gnome-print-cups-transport.c	2011-10-13 08:27:55.000000000 -0600
@@ -34,6 +34,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <stdio.h>
 #include <unistd.h>
 #include <locale.h>
 

--WI4Ryn2W2d--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20118.65266.516839.386574>