<div dir="ltr">Tested Git master.  Yes, it's all good.  Copying the header file is no longer necessary.  And "autoreconf -fi" worked great.  Thank you for your help.<div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><div dir="ltr"><div dir="ltr">On 17 November 2015 at 04:34, Benjamin Gilbert via openslide-users <span dir="ltr"><<a href="mailto:openslide-users@lists.andrew.cmu.edu" target="_blank">openslide-users@lists.andrew.cmu.edu</a>></span> wrote:<br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On 2015-11-16 11:33, Tammy Diprima via openslide-users wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
PROBLEM: when I run automake, I get this error:<br>
<a href="http://configure.ac:10" rel="noreferrer" target="_blank">configure.ac:10</a> [1]: error: possibly undefined macro: AM_INIT_AUTOMAKE<br>
<br>
SOLUTION:<br>
<br>
Install ant, and then:<br>
<br>
glibtoolize --force<br>
aclocal<br>
autoheader<br>
automake --force-missing --add-missing<br>
autoconf<br>
</blockquote>
<br>
"autoreconf -fi" will do all of those things for you, if you have Autoconf, Automake, libtool, and pkg-config installed.  All of this is only necessary when building from Git rather than from a source release.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Configure looks for jni_md.h.  Locate it and copy it to one of the<br>
locations configure is looking in.<br>
example:<br>
sudo cp<br>
/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/include/darwin/jni_md.h<br>
/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/include<br>
</blockquote>
<br>
This is a bug, and should now be fixed in Git:<br>
<br>
    <a href="https://github.com/openslide/openslide-java/commit/7ac6c3d" rel="noreferrer" target="_blank">https://github.com/openslide/openslide-java/commit/7ac6c3d</a><br>
<br>
Could you test Git master and verify that copying the header file is no longer necessary?<br>
<br>
Thanks,<br>
--Benjamin Gilbert<br>
<br>
_______________________________________________<br>
openslide-users mailing list<br>
<a href="mailto:openslide-users@lists.andrew.cmu.edu" target="_blank">openslide-users@lists.andrew.cmu.edu</a><br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users" rel="noreferrer" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a><br>
</blockquote></div><br></div></div>