Date: Fri, 11 Mar 2005 11:56:32 +0100 From: Michael Nottebrock <michaelnottebrock@gmx.net> To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Cc: kde-freebsd@freebsd.kde.org Subject: Re: [kde-freebsd] C++ issue on 4.11: kpopupmenu.h [Please review] Message-ID: <200503111156.41028.michaelnottebrock@gmx.net> In-Reply-To: <20050311100027.GH75290@i2.informatik.rwth-aachen.de> References: <20050310120140.GD80397@i2.informatik.rwth-aachen.de> <200503102151.15748.michaelnottebrock@gmx.net> <20050311100027.GH75290@i2.informatik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart2353608.re3EARDpbm Content-Type: multipart/mixed; boundary="Boundary-01=_jlXMCNkemnCDGmO" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_jlXMCNkemnCDGmO Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 11. March 2005 11:00, Volker Stolz wrote: > Am 10. Mar 2005 um 21:51 CET schrieb Michael Nottebrock: > > On Thursday, 10. March 2005 13:01, Volker Stolz wrote: > > There's an easier and quicker workaround for now: add --enable-final to > > CONFIGURE_ARGS of kipi-plugins. > > s/kipi-plugins/all ports including this header/g Hardly, this header is used by pretty much every other kde application. It= =20 takes some pretty bad luck and headers to produce this error - in this case= =20 it's caused by the tiffio.h header and its placement before any=20 system-headers (which is (at least style)-buggy in itself anyway). > Someone please just hit it over the head with a blunt stick and let's see > what gets unbroken(!) before the ports-freeze. Sorry, but I'm not going to hit our users over the head with a treetrunk=20 (which is what a patch and subsequent PORTREVISION bump in kdelibs amounts= =20 to) for some whacko compilation error that can be easily worked around. If= =20 you don't like --enable-final, you can use the attached patch instead, too. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-01=_jlXMCNkemnCDGmO Content-Type: text/plain; charset="iso-8859-1"; name="patch-kipi-plugins_acquireimages_acquireimagedialog.cpp" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-kipi-plugins_acquireimages_acquireimagedialog.cpp" =2D-- kipi-plugins/acquireimages/acquireimagedialog.cpp.orig Fri Mar 11 11:= 53:55 2005 +++ kipi-plugins/acquireimages/acquireimagedialog.cpp Fri Mar 11 11:53:43 2= 005 @@ -24,7 +24,6 @@ =20 extern "C" { =2D#include <tiffio.h> #include <stdlib.h> #include <stdio.h> #include <unistd.h> @@ -32,6 +31,7 @@ #include <sys/stat.h> #include <sys/mman.h> #include <fcntl.h> +#include <tiffio.h> } =20 // Include files for Qt --Boundary-01=_jlXMCNkemnCDGmO-- --nextPart2353608.re3EARDpbm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD4DBQBCMXloXhc68WspdLARAsqKAJ9jiSD9TjIplWv2sc+HJHuJLqZpmQCYsX+O 4/nfsrFod76aManLzTBJ7g== =BZXj -----END PGP SIGNATURE----- --nextPart2353608.re3EARDpbm--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503111156.41028.michaelnottebrock>