From owner-freebsd-stable Sun Jul 8 0:40:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 1769F37B406; Sun, 8 Jul 2001 00:40:19 -0700 (PDT) (envelope-from kaltorak@quake.com.au) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5724aadf) with ESMTP id nizbaaaa for ; Sun, 8 Jul 2001 17:38:46 +1000 Message-ID: <3B480EFA.82BF3032@quake.com.au> Date: Sun, 08 Jul 2001 17:42:50 +1000 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-stable , freebsd-ports@freebsd.org Subject: Re: kde2 - broken? (fixed) References: <3B46E75C.D2EFE231@quake.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kal Torak wrote: > > Hiyas, > > When trying to make kde2 from the ports/x11/kde2/ dir > I get a whole heap of errors about "qpngio"... I cvsup'd > my ports but that didnt fix the error... > > So is the port broken or is my system? I will include the > out put from the make and the errors it produces. > > Thanks! > Kal. Ok, incase anyone is interested I fixed the problem, I dont know if anyone else has been experiancing it but anyway... In the build of Qt qpngio couldnt find one of its #include's called png.h, which wasnt in the include dir but in src/3rdparty/... Anyway copying everything from src/3rdparty/ to include/ fixed the probelm and Qt compiled with no more complaints... Is this something broken in the port or the makefile's in Qt or was my port just screwed? Oh well hope this helps someone! :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message