From owner-freebsd-java@FreeBSD.ORG Tue Apr 1 05:00:14 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C5A937B401 for ; Tue, 1 Apr 2003 05:00:14 -0800 (PST) Received: from eowyn.vianetworks.nl (eowyn.vianetworks.nl [212.61.25.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E91543FA3 for ; Tue, 1 Apr 2003 05:00:13 -0800 (PST) (envelope-from marc@bowtie.nl) Received: from uucp.iae.nl (uucp.iae.nl [212.61.26.37]) by eowyn.vianetworks.nl (Postfix) with ESMTP id 09AD721AA1 for ; Tue, 1 Apr 2003 15:00:12 +0200 (CEST) Received: (from uucp@localhost) by uucp.iae.nl (8.9.1/8.9.1) with IAEhv.nl id PAA15816 for java@freebsd.org; Tue, 1 Apr 2003 15:00:11 +0200 (MET DST) Received: from bowtie.nl (euripides.intra.bowtie.nl [192.168.4.15]) h31Ct5Zd070171; Tue, 1 Apr 2003 14:55:05 +0200 (CEST) (envelope-from marc@bowtie.nl) Message-ID: <3E898C29.3080501@bowtie.nl> Date: Tue, 01 Apr 2003 14:55:05 +0200 From: Marc van Kempen Organization: BowTie Technology User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: jni.h and jni_md.h in jdk 1.4.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 13:00:14 -0000 Hi, jni_md.h gets included in jni.h as follows: #include "jni_md.h" But that file sits in the subdirectory "bsd". This means that while compiling one should specify -I.../include/bsd, but that is a platform specific directory isn't it? So shouldn't that line read: #include "bsd/jni_md.h" ? (I needed that for kde 3.1.1, with this change java gets detected correctly) Regards, Marc. -- ---------------------------------------------------- Marc van Kempen tel. +31 40 2 64 98 60 BowTie Technology fax. +31 40 2 64 98 61 Raiffeisenstraat 7 mailto:marc@bowtie.nl 5611 CH Eindhoven http://www.bowtie.nl ----------------------------------------------------