Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2002 13:14:00 +0200
From:      Frerich Raabe <raabe@kde.org>
To:        kde@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   Re: [kde-freebsd] Building kdebase3
Message-ID:  <200208021314.05757.raabe@kde.org>
In-Reply-To: <20020802105536.GA56061@wwweasel.geeksrus.net>
References:  <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> <20020802105536.GA56061@wwweasel.geeksrus.net>

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

--Boundary-00=_4lmS9Uqdog9k1+X
Content-Type: Text/Plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Description: clearsigned data
Content-Disposition: inline

=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 02 August 2002 12:55, Alan E wrote:
> On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote:
> Apparently, it's possible to build things in such an order that
> klistview.h doesn't exist at the time uic is run and so the include does
> not get generated; at least that's my hypothesis as of now. i don't
> think uic is borked, but i think the environment around it is

That .ui files fails to include a file. Try the attached patch please.

> klistview.h a new file with 3.0.2?

No.

=2D - Frerich
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9Sml9KrbzRexv2VkRApHWAJ4/LjqwpamFKNwh45DW+ZbrwlU6dACfUE3W
Wlr7zSnm3c8P6sx+6l6EbJI=3D
=3D8Uty
=2D----END PGP SIGNATURE-----

--Boundary-00=_4lmS9Uqdog9k1+X
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="kpersonalizer.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="kpersonalizer.diff"

Index: keyecandypagedlg.ui
===================================================================
RCS file: /home/kde/kdebase/kpersonalizer/keyecandypagedlg.ui,v
retrieving revision 1.15
diff -u -3 -p -r1.15 keyecandypagedlg.ui
--- keyecandypagedlg.ui	2002/07/18 22:21:59	1.15
+++ keyecandypagedlg.ui	2002/08/02 11:12:14
@@ -273,5 +273,8 @@ If you have a fast, new processor, you m
     <slot>slotEyeCandyShowDetails(bool)</slot>
     <slot>slotEyeCandySliderMoved(int)</slot>
 </slots>
+<includes>
+    <include location="global" impldecl="in declaration">klistview.h</include>
+</includes>
 <layoutdefaults spacing="6" margin="11"/>
 </UI>

--Boundary-00=_4lmS9Uqdog9k1+X--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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