On Sun, Dec 12, 1999 at 03:27:54PM -0700, John Keiser wrote:
> It's been a while since I've compiled, and I'm having a little trouble.
> I specified --with-japhar=/usr/local/japhar (top level Japhar; Japhar
> include is /usr/local/japhar/include/japhar) and --with-jikes to the
> compile, and it doesn't seem to be finding jni.h ...
> [...]
> (I understand it might not be working anymore, and I'm willing to fix
> it, but I would at least need to know what variables I need to change to
> make a global -I directive for all our native directories.)

It seems like you don't have the latest japhar correctly compiled
(or installed in /usr/local/japhar).
If you have japhar correctly compiled the configure script should get this
right since it calls japhar-config compile, which gives on my machine:

  > /usr/local/japhar/bin/japhar-config compile
  -I/usr/local/japhar/include -I/usr/local/japhar/include/japhar 
-I/usr/local/nspr/include

Which seems to be the line you are looking for and which is already in my
Makefiles by way of some configure magic.

Good luck,

Mark

Reply via email to