From owner-freebsd-ports@FreeBSD.ORG Thu Dec 7 17:29:34 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 166A116A4C9; Thu, 7 Dec 2006 17:29:34 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3813F43FB3; Thu, 7 Dec 2006 17:24:03 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (rwcrmhc13) with ESMTP id <20061207172403m1300afj5ae>; Thu, 7 Dec 2006 17:24:03 +0000 Message-ID: <45784E31.5050905@computer.org> Date: Thu, 07 Dec 2006 11:24:01 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5.0.8 (X11/20061111) MIME-Version: 1.0 To: Sam Lawrance References: <4577A076.5030102@computer.org> <853D7AE4-78E3-4CE8-95FB-FEF635B791C6@FreeBSD.org> In-Reply-To: <853D7AE4-78E3-4CE8-95FB-FEF635B791C6@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 17:29:34 -0000 On 12/07/06 00:14, Sam Lawrance wrote: > > 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. > Thanks for the response. ok... figured it out. heh.. I kept manipulating variables in make.conf. :/ make is not being used at this point. oops. Thanks again! > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Regards, Eric