Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Apr 2003 14:55:05 +0200
From:      Marc van Kempen <marc@bowtie.nl>
To:        java@freebsd.org
Subject:   jni.h and jni_md.h in jdk 1.4.1
Message-ID:  <3E898C29.3080501@bowtie.nl>

next in thread | raw e-mail | index | archive | help
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
----------------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E898C29.3080501>