Date: Thu, 25 Oct 2001 13:38:55 -0400 From: Jim Freeze <jfreeze@freebsdportal.com> To: questions@freebsd.org Subject: fox make does not find jpeglib.h Message-ID: <20011025133855.A89849@freebsdportal.com>
next in thread | raw e-mail | index | archive | help
Hi: Maybe someone can help me figure out why the /usr/ports/x11-toolkit/fox port does not find the jpeglib.h file. In the config process I get: checking for jpeglib.h... no but listing files at /usr/local/include I get: /usr/local/include-> dir jpeglib* -r--r--r-- 1 root wheel 46205 Oct 18 08:16 jpeglib.h Is /usr/local/include not searched by default? If not how do I fix this? Extra info: Here is a grep on the config files: config.cache:ac_cv_header_jpeglib_h=${ac_cv_header_jpeglib_h='no'} config.log:configure:3367: checking for jpeglib.h config.log:configure:3373: jpeglib.h: No such file or directory config.log:#include <jpeglib.h> configure:for ac_hdr in jpeglib.h configure.in:AC_CHECK_HEADERS(jpeglib.h,CXXFLAGS="${CXXFLAGS} -DHAVE_JPEG_H=1"; LIBS="${LIBS} -ljpeg") configure.orig:for ac_hdr in jpeglib.h Thanks -- Jim Freeze No comment at this time. www.freeze.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011025133855.A89849>