From owner-freebsd-openoffice@FreeBSD.ORG Thu Nov 10 18:01:33 2005 Return-Path: X-Original-To: openoffice@FreeBSD.org 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 2E93016A420 for ; Thu, 10 Nov 2005 18:01:33 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEC343D55 for ; Thu, 10 Nov 2005 18:01:30 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-060-108-153.pools.arcor-ip.net [84.60.108.153]) by dd2718.kasserver.com (Postfix) with ESMTP id B8F10AC6A3; Thu, 10 Nov 2005 19:01:16 +0100 (CET) Message-ID: <43738AF2.3030703@chillt.de> Date: Thu, 10 Nov 2005 19:01:22 +0100 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Leonardo Santagostini References: <9ab7eeeb0511091335n27c1e029n@mail.gmail.com> In-Reply-To: <9ab7eeeb0511091335n27c1e029n@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: openoffice@FreeBSD.org Subject: Re: Error compiling OO 2.0 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, 10 Nov 2005 18:01:33 -0000 > and attach the > "/usr/ports/editors/openoffice.org-2.0/work/OOo_2.0.0rc3_src/config_office/config.log" It might be a good idea to follow this advice and attach the config.log file. Whatever is going wrong, it seems that you don't have lang/gcc-ooo installed. It's a BUILD_DEPENDS, so it should have been installed automatically for you. Try installing that port manually and running make clean && make in editors/openoffice.org-2.0 again. - Bartosz