From owner-freebsd-openoffice@FreeBSD.ORG Wed Dec 1 20:04:24 2004 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 8F7C116A4CE; Wed, 1 Dec 2004 20:04:24 +0000 (GMT) Received: from wsip-24-234-113-78.lv.lv.cox.net (wsip-24-234-113-78.lv.lv.cox.net [24.234.113.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A6B43D55; Wed, 1 Dec 2004 20:04:24 +0000 (GMT) (envelope-from mjpelletier@mjpelletier.com) Received: from wsip-24-234-245-51.lv.lv.cox.net (wsip-24-234-245-51.lv.lv.cox.net [24.234.245.51]) (authenticated bits=0)iB1K4KKP038987 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 1 Dec 2004 12:04:23 -0800 (PST) (envelope-from mjpelletier@mjpelletier.com) From: "Michael J. Pelletier" To: znerd@FreeBSD.org, openoffice@FreeBSD.org Date: Wed, 1 Dec 2004 12:04:15 -0800 User-Agent: KMail/1.7.1 X-PRIORITY: 2 (High) Priority: urgent MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412011204.15536.mjpelletier@mjpelletier.com> X-Scanned-By: MIMEDefang 2.42 Subject: A hack I used to compile openoffice with linux-sun-jdk1.4.2 on FreeBSD 5.3 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: Wed, 01 Dec 2004 20:04:24 -0000 Hello, I was having problems compiling Openoffice on FreeBSD 5.3. I am using the latest code/ports ( updated via CVS on Dec 1 2004 ). I got this error during the compilation of Openoffice: /usr/local/linux-sun-jdk1.4.2/include/jni.h:27:20: jni_md.h: No such file or directory After looking at the header file /usr/local/linux-sun-jdk1.4.2/include/jni.h I found that it was looking for the header file jni_md.h in the same directory ( /usr/local/linux-sun-jdk1.4.2/include ) when in fact it was located in a subdirectory "linux". In other words the jni_md.h was in the directory /usr/local/linux-sun-jdk1.4.2/include/linux. I made a soft linux to temporarily fix it but, I am not sure if this is the correct long term fix. I just wanted to let someone know what the problem was. Thanks, Michael Pelletier