[OT] Trying to build some software....

Sam Lawrance lawrance at FreeBSD.org
Wed Dec 6 22:14:39 PST 2006


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.



More information about the freebsd-ports mailing list