From owner-freebsd-ports@FreeBSD.ORG Tue Jan 18 12:03:05 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A62616A4CE for ; Tue, 18 Jan 2005 12:03:05 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id F174D43D41 for ; Tue, 18 Jan 2005 12:03:04 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.43 (FreeBSD)) id 1Cqs4K-000CD9-2E; Tue, 18 Jan 2005 13:02:44 +0100 Date: Tue, 18 Jan 2005 13:02:44 +0100 From: Kirill Ponomarew To: Matteo Giannone Message-ID: <20050118120244.GD44541@voodoo.oberon.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: freebsd-ports Subject: Re: gtk20 compile error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 12:03:05 -0000 On Tue, Jan 18, 2005 at 11:14:39AM +0100, Matteo Giannone wrote: > Hello list, I was recompiling all the ports I have installed with > these optimiziations flags in make.conf : CPUTYPE=i686 CFLAGS= -O > -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized > > gtk-2.4.14_2 got a compile error, I tried recompiling without > optimizations but this Syntax error is still present. I append > the log. Thanks in advance for any help. Reinstall /usr/ports/devel/libtool15 to fix it. -Kirill