jni_md.h in wrong place, needed for binary libavetanaBT.so
Brought to you by:
juliencamp,
moritzg
While doing the "make" the compiler looks for a file
jni_md.h in the directory:
/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/include/
when the file is actually present in the directory:
/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/include/linux
I copied the file to the directory it looks into the
file for and it compiled successfully.
It took me a day to solve this problem.
Otherwise I was getting the errors as I've mentioned in
my forum post.