From owner-freebsd-questions Tue Oct 16 0:20: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id 4E89637B403 for ; Tue, 16 Oct 2001 00:19:56 -0700 (PDT) Received: from tulip ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with SMTP id OAA06211; Tue, 16 Oct 2001 14:19:20 +0700 (ICT) Message-Id: <3.0.6.32.20011016141942.007eb530@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 16 Oct 2001 14:19:42 +0700 To: Edwin Groothuis From: Roger Merritt Subject: Re: xpaint port won't build Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20011016163139.U2865@k7.mavetju.org> References: <3.0.6.32.20011016131524.007ebce0@stjohn.stjohn.ac.th> <3.0.6.32.20011016131524.007ebce0@stjohn.stjohn.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 04:31 PM 10/16/01 +1000, you wrote: >On Tue, Oct 16, 2001 at 01:15:24PM +0700, Roger Merritt wrote: >> I was trying to install the current xpaint port, but it fails in >> readWritePNG.c with the error message: >> >> readWritePNG.c:10: png.h: No such file or directory >> >> The Makefile shows: >> LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ >> png.5:${PORTSDIR}/graphics/png >> But for some reason it's not making png. >> >> What's my next step? > >It should make it automagicly. Try a 'make install' in >/usr/ports/graphics/png and then this one again. > >Edwin >-- >Edwin Groothuis | Personal website: http://www.MavEtJu.org >edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: >------------------+ http://www.FatalDimensions.org/ > OK, tried that again. It refused to install, because the port has already been installed, but the source code is there. But when I cd over to xpaint and do 'make' it still says 'png.h: No such file or directory'. Meanwhile the find(1) shows '/usr/ports/graphics/png/work/libphg-1.2/png.h'. Do I need to edit the Makefile? I've never had this happen with a port before, so I don't know how to proceed. -- Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message