From owner-freebsd-ports@FreeBSD.ORG Sun Feb 12 20:27:13 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 928A2106564A for ; Sun, 12 Feb 2012 20:27:13 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C2738FC12 for ; Sun, 12 Feb 2012 20:27:12 +0000 (UTC) Received: by ggnk5 with SMTP id k5so2729951ggn.13 for ; Sun, 12 Feb 2012 12:27:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:disposition-notification-to :content-type:date:message-id:mime-version:x-mailer; bh=qVYWbsN/vEUw89ELqewVcdUeqyPayS0VBK02PwpSqBo=; b=QbDJL5dgHEirQFDDuVuH024eUeoS/7F0n8/wyUf67lWKfRN+dVIp0k91qfn/857i1t 7rtlerQALhtXt8m77y30GYTtNDZSnqZgzZ2wYeLn1HF/o5+nMAPVFa++UhvNe/jpvjYt GZwt2MDhHiyIioOZhoqH5tqd9zIZBq4z4uAEw= Received: by 10.236.80.39 with SMTP id j27mr16873306yhe.92.1329077006586; Sun, 12 Feb 2012 12:03:26 -0800 (PST) Received: from [192.168.6.230] ([201.21.160.190]) by mx.google.com with ESMTPS id n72sm20594344yhh.21.2012.02.12.12.03.23 (version=SSLv3 cipher=OTHER); Sun, 12 Feb 2012 12:03:25 -0800 (PST) From: Sergio de Almeida Lenzi To: freebsd-ports@freebsd.org In-Reply-To: <20120212095018.74a78cc8@scorpio> References: <20120212095018.74a78cc8@scorpio> Date: Sun, 12 Feb 2012 18:03:19 -0200 Message-ID: <1329077000.61323.2.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Update ghostscript compile error.... 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: Sun, 12 Feb 2012 20:27:13 -0000 Em Dom, 2012-02-12 às 09:50 -0500, Jerry escreveu: > I was wondering if there are any plans to update ghostscript to the > latest version -- Ghostscript 9.05 > it is already there .... portsnap fetch update, But it does not compile, .... ==================================== cc -DHAVE_MKSTEMP -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_SSE2 -DHAVE_DBUS -O2 -pipe -fno-strict-aliasing -g -fPIC -DUPD_SIGNAL=0 -I. -I/usr/ports/print/ghostscript9/work/ghostscript-9.05/lcms/include -I/usr/local/include/libpng -I/usr/local/include -I/usr/local/include/freetype2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int" -O2 -pipe -fno-strict-aliasing -DUSE_LIBICONV_GNU -DUSE_LIBPAPER -I/usr/local/include -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/usr/local/lib/ghostscript/9.05 \" -DA4 -Iopenjpeg/libopenjpeg/.. -Iopenjpeg/libopenjpeg -I./soobj -I./base -DUSE_OPENJPEG_JP2 -o ./soobj/sjpx_openjpeg.o \ -c -DOPJ_STATIC ./base/sjpx_openjpeg.c ./base/sjpx_openjpeg.c: In function 'decode_image': ./base/sjpx_openjpeg.c:169: error: too many arguments to function 'opj_decode' ./base/sjpx_openjpeg.c:205: error: 'opj_image_comp_t' has no member named 'typ' ./base/sjpx_openjpeg.c:205: error: 'CTYPE_COLOR' undeclared (first use in this function) ./base/sjpx_openjpeg.c:205: error: (Each undeclared identifier is reported only once ./base/sjpx_openjpeg.c:205: error: for each function it appears in.) ./base/sjpx_openjpeg.c:207: error: 'opj_image_comp_t' has no member named 'typ' ./base/sjpx_openjpeg.c:207: error: 'CTYPE_OPACITY' undeclared (first use in this function) ./base/sjpx_openjpeg.c:217: error: 'CLRSPC_CMYK' undeclared (first use in this function) ./base/sjpx_openjpeg.c:250: error: 'opj_image_t' has no member named 'has_palette' ./base/sjpx_openjpeg.c:257: error: 'CLRSPC_EYCC' undeclared (first use in this function) gmake[2]: ** [soobj/sjpx_openjpeg.o] Erro 1 ===============================================================