From owner-freebsd-ports@FreeBSD.ORG Tue Dec 5 08:13:38 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4509C16A415; Tue, 5 Dec 2006 08:13:38 +0000 (UTC) (envelope-from David.Bauer@SCHERING.DE) Received: from fluorine.schering.de (fluorine.schering.de [149.234.246.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270CB43CAA; Tue, 5 Dec 2006 08:12:50 +0000 (GMT) (envelope-from David.Bauer@SCHERING.DE) Received: from be333031.eu.schering.net by fluorine.schering.de via smtpd (for mx1.freebsd.org [69.147.83.52]) with ESMTP; Tue, 5 Dec 2006 09:13:28 +0100 Received: from bes702.schering.net (bes702.eu.schering.net [10.98.112.61]) by be333031.eu.schering.net (8.12.11.20060308/8.12.11) with ESMTP id kB58DMJm022218; Tue, 5 Dec 2006 09:13:23 +0100 To: ale@FreeBSD.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.3 September 14, 2004 Message-ID: From: David.Bauer@SCHERING.DE Date: Tue, 5 Dec 2006 09:13:19 +0100 X-MIMETrack: MIME-CD by Router on BE2306/BE/SRV/SHG(Release 6.5.5|November 30, 2005) at 12/05/2006 09:13:21 AM, MIME-CD complete at 12/05/2006 09:13:21 AM, Serialize by Router on BES702/BE/SRV/SHG(Release 6.5.5|November 30, 2005) at 12/05/2006 09:13:23 AM Content-type: text/plain; charset=US-ASCII Cc: ports@FreeBSD.org Subject: FreeBSD Port: pdflib-7.0.0p3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2006 08:13:38 -0000 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' ############################################################