From owner-freebsd-openoffice@FreeBSD.ORG Fri Mar 18 06:56:04 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C5F616A4CE for ; Fri, 18 Mar 2005 06:56:04 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id A802D43D5C for ; Fri, 18 Mar 2005 06:56:03 +0000 (GMT) (envelope-from bsd@kelleycows.com) Received: from [10.3.29.200] (c-24-30-114-40.we.client2.attbi.com[24.30.114.40]) by comcast.net (sccrmhc12) with ESMTP id <2005031806560201200e7767e>; Fri, 18 Mar 2005 06:56:03 +0000 Message-ID: <423A7B81.2020401@kelleycows.com> Date: Thu, 17 Mar 2005 22:56:01 -0800 From: Christopher Kelley User-Agent: Mozilla Thunderbird 1.0 (X11/20050313) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "" References: <20050317120044.B9CFE16A50E@hub.freebsd.org> In-Reply-To: <20050317120044.B9CFE16A50E@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-openoffice@freebsd.org Subject: Re: error compiling editors/openoffice-1.1 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 06:56:04 -0000 Alexander B. Zubkov Wrote: >Cannot compile editors/openoffice-1.1 on FreeBSD 5.4-PRERELEASE > > > >dmake: Error code 1, while making >'./unxfbsd.pro/misc/build/so_moz_runtime_file > >s' > >---* TG_SLO.MK *--- > >*** Error code 255 > > > >Stop in /usr/ports/editors/openoffice-1.1. > > This has been discussed a bunch of times here and on freebsd-questions, but the upshot is, the mozilla included with openoffice (which is NOT the mozilla that is in ports) needs some patches to work with the new version of freetype2 that is in ports, which is a dependency of OOo. So you can either until those patches are completed, or if you need OOo; make -DWITHOUT_MOZILLA install clean should work. Christopher