Date: Tue, 5 Dec 2006 09:13:19 +0100 From: David.Bauer@SCHERING.DE To: ale@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: pdflib-7.0.0p3 Message-ID: <OF7F1C9593.D7B3E536-ONC125723B.002C3587-C125723B.002D2A28@schering.de>
next in thread | raw e-mail | index | archive | help
Hello, I'm trying to build the pdflib on 6.1-RELEASE (gmake 3.81, libtool 1.5.22) and I'm getting the error shown below. The libs/tiff builds without error. Only libtool in libs/pdflib fails. I also tried to build from the not patched sources and there I get the same error. Any hints what's wrong here ? Thanks, David. ####################################################### /usr/local/bin/libtool --silent --mode=compile cc -c -I/usr/local/include -I/usr/X11R6/include -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -O2 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""FreeBSD6"\" -Wall p_tiff.c In file included from p_tiff.c:52: ../../libs/tiff/tiffiop.h:165: error: syntax error before "TIFFmallocHandler" p_tiff.c: In function `pdf_data_source_TIFF_fill': p_tiff.c:185: warning: implicit declaration of function `pdf_TIFFGetField' p_tiff.c:194: warning: implicit declaration of function `pdf_TIFFReadRawStrip' p_tiff.c:199: warning: implicit declaration of function `pdf_TIFFClose' p_tiff.c:211: warning: implicit declaration of function `pdf_TIFFSwabArrayOfShort' p_tiff.c:217: warning: implicit declaration of function `pdf_TIFFReverseBits' p_tiff.c: In function `pdf_is_TIFF_file': p_tiff.c:324: warning: implicit declaration of function `pdf_TIFFClientOpen' p_tiff.c:330: warning: assignment makes pointer from integer without a cast p_tiff.c: In function `pdf_process_TIFF_data': p_tiff.c:372: warning: implicit declaration of function `pdf_TIFFSetDirectory' p_tiff.c:380: warning: implicit declaration of function `pdf_TIFFGetFieldDefaulted' p_tiff.c:457: warning: implicit declaration of function `pdf_TIFFIsTiled' p_tiff.c:497: warning: implicit declaration of function `pdf_TIFFNumberOfStrips' p_tiff.c:959: warning: implicit declaration of function `pdf_TIFFReadRGBAImageOriented' p_tiff.c:968: warning: implicit declaration of function `pdf_TIFFScanlineSize' p_tiff.c:973: warning: implicit declaration of function `pdf_TIFFReadScanline' ############################################################
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OF7F1C9593.D7B3E536-ONC125723B.002C3587-C125723B.002D2A28>