From owner-freebsd-ports@FreeBSD.ORG Thu Dec 7 06:14:39 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1100416A403 for ; Thu, 7 Dec 2006 06:14:39 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from pecan.exetel.com.au (pecan-mail.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D0843C9D for ; Thu, 7 Dec 2006 06:13:48 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from 180.205.233.220.exetel.com.au ([220.233.205.180] helo=[192.168.0.148]) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1GsCWi-0002pV-4g; Thu, 07 Dec 2006 17:14:36 +1100 In-Reply-To: <4577A076.5030102@computer.org> References: <4577A076.5030102@computer.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <853D7AE4-78E3-4CE8-95FB-FEF635B791C6@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Thu, 7 Dec 2006 17:14:35 +1100 To: Eric Schuele X-Mailer: Apple Mail (2.752.3) Cc: ports Subject: Re: [OT] Trying to build some software.... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 06:14:39 -0000 On 07/12/2006, at 4:02 PM, Eric Schuele wrote: > Hello, > > Off topic? Maybe. > > I'm trying to build some software that has a port... yet the code > I'm attempting to build is a *later* cvs snapshot. > > I'm trying to build it using the instructions on the originators > website, not by using the port. > > When I run ./autogen.sh... it ends with the following: > checking for zlib.h... yes > checking jpeglib.h usability... no > checking jpeglib.h presence... no > checking for jpeglib.h... no > configure: error: "Cannot find jpeglib.h. Make sure your CFLAGS > environment variable contains include lines for the location of > this file" > > I *do* have jpeglib.h in /usr/local/include, yet modifying CFLAGS > has no effect. Nor does modifying CPPFLAGS (as the port does, I > think). Take a look in config.log. Find out the command it's running to check for jpeglib.h - once you know what it's doing, you can try to fix it.