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

Eric Schuele e.schuele at computer.org
Thu Dec 7 09:29:34 PST 2006


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
> 


-- 
Regards,
Eric



More information about the freebsd-ports mailing list