On Friday 31 March 2006 13:06, Petr Van?k wrote: > Dne p?tek 31 b?ezen 2006 13:00 Hans Petter Selasky napsal(a): > > Has anyone built scribus on FreeBSD ? > > > > I get several configure errors saying it cannot find "libtiff", "libjpeg" > > and a bunch of other libraries I know I have installed .... > > well, do you have header files of these libraries too? This is what is > called *-devel packages on most linux distros >
Yes, but the configure script maybe does not find them. %find /usr/local/include/* |grep jpeg /usr/local/include/jpegint.h /usr/local/include/jpeglib.h %find /usr/local/include/* | grep tiff /usr/local/include/tiff.h /usr/local/include/tiffconf.h /usr/local/include/tiffio.h /usr/local/include/tiffvers.h %find /usr/local/include/* | grep png /usr/local/include/libpng /usr/local/include/libpng/png.h /usr/local/include/libpng/pngconf.h /usr/local/include/png.h /usr/local/include/pngconf.h On NetBSD I think it is /usr/pkg/include/.... --HPS
