John Keiser wrote:
> Shouldn't we either include jni.h with our distribution or make the user
> point to another directory with jni.h in it? Perhaps have configure look
> for it in C_INCLUDE_PATH (which is where I am currently setting the
> directory)?
> I'm saying this because most of the time I can't compile stuff until I
> do this. Am I missing something that everyone else is doing by default?
You're missing something. :-) Eventually autoconf/automake will detect your
JNI header files and generate the Makefile accoringly. In the meantime,
I've used a sort of hardcoding for the Japhar headers in my java.net
Makefile.am, which you can examine if you desire. You'll need to change
those locations by hand for now if you are using the JDK.
--
*****************************************************
* Aaron M. Renn *
* Email: [EMAIL PROTECTED] *
* Homepage: <URL:http://www.urbanophile.com/arenn/> *
*****************************************************