From owner-freebsd-openoffice@FreeBSD.ORG Thu Apr 3 07:30:03 2008 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8571106564A for ; Thu, 3 Apr 2008 07:30:03 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id A8C188FC20 for ; Thu, 3 Apr 2008 07:30:03 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JhJta-00035u-23 for freebsd-openoffice@freebsd.org; Thu, 03 Apr 2008 07:30:02 +0000 Received: from 92.50.96.215 ([92.50.96.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 07:30:02 +0000 Received: from saper by 92.50.96.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 07:30:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-openoffice@freebsd.org From: Marcin Cieslak Date: Thu, 03 Apr 2008 09:29:52 +0200 Lines: 24 Message-ID: <47F48770.9040601@system.pl> References: <47F42CD4.9060706@queue.to> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.50.96.215 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080325 SeaMonkey/1.1.8 In-Reply-To: <47F42CD4.9060706@queue.to> Sender: news Cc: Andrei Lavreniyuk Subject: Re: Error compile /usr/ports/editors/openoffice.org-2 FreeBSD 7-STABLE X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 07:30:04 -0000 Howard Goldstein wrote: > Andrei Lavreniyuk wrote: >> # cd /usr/ports/editors/openoffice.org-2 >> #make LOCALIZED_LANG=ru JAVA_VERSION=1.5 WITH_KDE=yes >> -DWITHOUT_MOZILLA -DWITHOUT_GNOMEVFS -DWITH_CUPS >> -DWITH_TTF_BYTECODE_ENABLED -DWITH_SYSTEM_FREETYPE > Same error here on editors/openoffice.org-2 and 7-STABLE with > make -DWITHOUT_MOZILLA -DWITH_SYSTEM_FREETYPE DWITH_TTF_BYTECODE_ENABLED > -DWITH_CUPS I can say, that I have just compiled successfully editors/openoffice-2 with WITH_CCACHE=yes LOCALIZED_LANG=pl WITH_DEBUG=1 and --with-system-zlib and my systemshell.cxx patch sucessfully. Can you play a bit (I know, it's painful) and determine which option kills the build? My first guess is "WITH_KDE=yes" --Marcin