From owner-freebsd-questions@FreeBSD.ORG Sun Feb 29 17:25:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E01F16A4CE for ; Sun, 29 Feb 2004 17:25:54 -0800 (PST) Received: from www.mcmanis.com (www.mcmanis.com [66.125.189.29]) by mx1.FreeBSD.org (Postfix) with SMTP id 3CC9D43D2D for ; Sun, 29 Feb 2004 17:25:54 -0800 (PST) (envelope-from cmcmanis@mcmanis.com) Received: (qmail 15302 invoked from network); 1 Mar 2004 01:36:01 -0000 Received: from home.mcmanis.com (HELO manowar.mcmanis.com) (66.125.189.30) by www.mcmanis.com with SMTP; 1 Mar 2004 01:36:01 -0000 Message-Id: <6.0.0.22.2.20040229172446.0280edb0@66.125.189.29> X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sun, 29 Feb 2004 17:29:21 -0800 To: freebsd-questions@freebsd.org From: Chuck McManis In-Reply-To: <20040301010238.GE42000@alex.lan> References: <6.0.0.22.2.20040229145042.02a29458@66.125.189.29> <20040301010238.GE42000@alex.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: All I want is KDE 3.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 01:25:54 -0000 At 05:02 PM 2/29/2004, Alex de Kruijff wrote: >I have no qlue[sic] as what tk84 is. I experiance that kde_lib didn't build >because kde_base was < 3.2 or visa versa. pkg_delete -a did work here. tk84 is the Tk half of TCL/Tk for TCL ver 8.4. I used pkg_delete -a and re-installed from packages to get KDE 3.1 back again. I was able to build kdebase3.2 and kdelibs, it was the 'make install' from /usr/ports/x11/kde3/ that trys to rebuild Tk84. Even after manually installing the build tk84 from rabarber.fruitsalad.org it still wants to rebuild it. For anyone else who is interested the problem build at the moment is /usr/ports/x11-toolkits/tk84 which is/was missing some includes (like tcl.h) from its work directory. I'm manually adding them by hand (yuck!) but so far don't have a clean build of tk84. --Chuck