[BRLTTY] python bindings on arch linux

Samuel Thibault samuel.thibault at ens-lyon.org
Sun Feb 12 13:13:02 EST 2012


timothyhobbs at seznam.cz, le Sun 12 Feb 2012 18:58:02 +0100, a écrit :
> configure:7417: checking jni.h usability
> configure:7417: gcc -c -g -O2 -Wall  conftest.c >&5
> conftest.c:68:17: fatal error: jni.h: No such file or directory
...
> configure:7417: result: no
> configure:7417: checking jni.h presence
> configure:7417: gcc -E  conftest.c
> conftest.c:35:17: fatal error: jni.h: No such file or directory
...
> configure:7417: result: no
> configure:7417: checking for jni.h
> configure:7417: result: no
> configure:7422: checking for "/usr/lib/jvm/java-7-openjdk/include/jni.h"
> configure:7436: result: yes

I see... Dave, when JAVA_JNI_HDR is not found, JAVA_JNI_INC is prepended
with -I, but we should also check that it still does compile with that.

About jni_md.h, Debian simply ships a symlink from
/usr/lib/jvm/java-6-openjdk-amd64/include/jni_md.h
to
/usr/lib/jvm/java-6-openjdk-amd64/include/linux/jni_md.h

I'd say ArchLinux should do the same, we don't really want to look for
the linux/ directory from brltty.

Samuel


More information about the BRLTTY mailing list