From owner-freebsd-ports@FreeBSD.ORG Thu Dec 7 05:02:48 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 E023616A40F for ; Thu, 7 Dec 2006 05:02:48 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.192.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D2043CAA for ; Thu, 7 Dec 2006 05:01:59 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.215] (cpe-76-184-133-124.tx.res.rr.com[76.184.133.124]) by comcast.net (rwcrmhc12) with ESMTP id <20061207050247m1200sacp8e>; Thu, 7 Dec 2006 05:02:47 +0000 Message-ID: <4577A076.5030102@computer.org> Date: Wed, 06 Dec 2006 23:02:46 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5.0.8 (X11/20061111) MIME-Version: 1.0 To: ports Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [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 05:02:49 -0000 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). Presently my make.conf has in it: CFLAGS= -O -pipe COPTFLAGS= -O -pipe On someone's advice I tried setting PKG_CONFIG_PATH as well. But no luck. Any help is appreciated. -- Regards, Eric