From owner-freebsd-current@FreeBSD.ORG Mon Apr 14 05:28:05 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E0C037B401 for ; Mon, 14 Apr 2003 05:28:05 -0700 (PDT) Received: from mail3.tpgi.com.au (mail.tpgi.com.au [203.12.160.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6209943F3F for ; Mon, 14 Apr 2003 05:28:03 -0700 (PDT) (envelope-from agh@tpg.com.au) Received: from pen-ts2-2600-074.tpgi.com.au (pen-ts2-2600-074.tpgi.com.au [202.7.172.74]) by mail3.tpgi.com.au (8.11.6/8.11.6) with ESMTP id h3ECRuD23834; Mon, 14 Apr 2003 22:27:57 +1000 From: "Alastair G. Hogge" To: kpeter@melbpc.org.au, current@freebsd.org Date: Mon, 14 Apr 2003 22:27:54 +0000 User-Agent: KMail/1.5.1 References: <200304101614.21262.agh@tpg.com.au> <200304100001.41318.cbiffle@safety.net> <3E954C30.2090200@melbpc.org.au> In-Reply-To: <3E954C30.2090200@melbpc.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304142227.55003.agh@tpg.com.au> Subject: Re: KDE-3.1.1 build problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 12:28:05 -0000 On Thursday, 10 April 2003 10:49, Peter Kostouros wrote: > Hi > > It could also be stale C++ header files. I think the stale header file > issue was discussed a few months ago. Try you luck with the archives. Hey thanks for the feedback guys :-) It turns out the problem was stale headers...and libs I think. I just nuked /usr/include/g++/ and /usr/lib/ before and installworld. Of course this caused problems with make installworld but which were easily solved with a few make installs in some /usr/src/ directories. -Alastair > Cliff L. Biffle wrote: > >On Thursday 10 April 2003 09:33 am, Alastair G. Hogge wrote: > >>Hi all, > >> > >>I'm having problems building kdebase3 or kdelibs3 from the ports. > >>Neither will build. I've been having this same problem ever since KDE-3 > >> was ported. > > > >I've been building both cleanly for some time, but you might try opening > > the offending file and inserting a 'namespace std;' after the header > > includes. > > > >This is not a fix, but it might force the module to build cleanly so you > > can figure out what's wrong. > > > >-Cliff L. Biffle > >_______________________________________________ > >freebsd-current@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-current > >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"