[SOLVED] openslide-java configure

Tammy Diprima tammy.diprima at stonybrook.edu
Tue Nov 17 09:20:05 EST 2015


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.


On 17 November 2015 at 04:34, Benjamin Gilbert via openslide-users <
openslide-users at lists.andrew.cmu.edu> wrote:

> On 2015-11-16 11:33, Tammy Diprima via openslide-users wrote:
>
>> PROBLEM: when I run automake, I get this error:
>> configure.ac:10 [1]: error: possibly undefined macro: AM_INIT_AUTOMAKE
>>
>> SOLUTION:
>>
>> Install ant, and then:
>>
>> glibtoolize --force
>> aclocal
>> autoheader
>> automake --force-missing --add-missing
>> autoconf
>>
>
> "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.
>
> 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
>>
>
> This is a bug, and should now be fixed in Git:
>
>     https://github.com/openslide/openslide-java/commit/7ac6c3d
>
> Could you test Git master and verify that copying the header file is no
> longer necessary?
>
> Thanks,
> --Benjamin Gilbert
>
> _______________________________________________
> openslide-users mailing list
> openslide-users at lists.andrew.cmu.edu
> https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20151117/d710e2e3/attachment.html>


More information about the openslide-users mailing list