[SOLVED] openslide-java configure

Tammy Diprima tammy.diprima at stonybrook.edu
Mon Nov 16 11:33:28 EST 2015


*Problem:* when I run automake, I get this error:
configure.ac:10: error: possibly undefined macro: AM_INIT_AUTOMAKE

*Solution:*

Install ant, and then:

glibtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf

Configure looks for jni_md.h.  Locate it and copy it to one of the
locations configure is looking in.
example:
sudo cp
/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/include/darwin/jni_md.h
/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/include

./configure
make
make install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20151116/e1666cf2/attachment.html>


More information about the openslide-users mailing list