From owner-freebsd-openoffice@FreeBSD.ORG Sun Nov 20 16:50:29 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 4787D16A41F for ; Sun, 20 Nov 2005 16:50:29 +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 7409A43D5E for ; Sun, 20 Nov 2005 16:50:27 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-060-107-061.pools.arcor-ip.net [84.60.107.61]) by dd2718.kasserver.com (Postfix) with ESMTP id 73A7D5B80F; Sun, 20 Nov 2005 17:50:20 +0100 (CET) Message-ID: <4380A94D.4000502@chillt.de> Date: Sun, 20 Nov 2005 17:50:21 +0100 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lanny Baron References: <437FAC4A.1050607@FreeBSDsystems.COM> <437FEDBB.6040107@chillt.de> <200511192352.37406.nb_root@videotron.ca> <4380A229.1040803@FreeBSDsystems.COM> In-Reply-To: <4380A229.1040803@FreeBSDsystems.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: openoffice@freebsd.org Subject: Re: 2 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: Sun, 20 Nov 2005 16:50:29 -0000 > hecking DLL ../../unxfbsd.pro/lib/check_libofficebean.so ...: ERROR: > /usr/local/jdk1.4.2/jre/lib/i386/libawt.so: Undefined symbo > "XmIsClipWindow" This symbol is provided by OpenMOTIF. Could it be that you don't have x11-toolkits/open-motif installed? Technically, that's impossible, as it's a BUILD_DEPENDS. But strange things do happen ;). So, if that port is missing, install it manually and try again. - Bartosz