I have already reported the dependency problem as a bug here: https://bugs.archlinux.org/task/28380
The problem with Java is as follows. It tells me: In file included from ./bindings.c:20:0: /usr/lib/jvm/java-7-openjdk/include/jni.h:45:20: fatal error: jni_md.h: File does not exist compilation terminated. make[2]: *** [bindings.o] Error 1 make[2]: Leaving directory `/home/timothy/resources/software-other/orca/svn/brltty/Bindings/Java' make[1]: *** [all-api-bindings] Error 1 make[1]: Leaving directory `/home/timothy/resources/software-other/orca/svn/brltty/Programs' make: *** [all] Error 2 jni_md.h is located in /usr/lib/jvm/java-7-openjdk/include/linux/ AKA one directory up from where jni.h is. I didn't investigate beyond that point. I do have one question I gues. When I do make, apitest does not get build. Should I just manually build this with gcc, or is there some option I'm missing? Thank you for your time, Timothy Hobbs > ------------ Původní zpráva ------------ > Od: Samuel Thibault <[email protected]> > Předmět: Re: [BRLTTY] python bindings on arch linux > Datum: 12.2.2012 18:23:00 > ---------------------------------------- > Hello, > > [email protected], le Sun 12 Feb 2012 18:08:39 +0100, a écrit : > > I eventually figured out that the problem was that the archlinux package was > missing a dependency: > > pyrex. > > Please notify archlinux maintainer, they probably don't know that would > be very useful. > > > Here is a little bit of a build guide. First a note about arch, since the > release of python3, arch has renamed python2 to /usr/bin/python2. This broke > every package that relied on python2. When we build a package on arch linux > which uses python2 we have to specify the path explicitly. > > Well, I'd say that archlinux should handle it, I don't think we can > really divine what each and every distro does :) > > > Furthermore, there is a problem with the way the configure script configures > java's path. > > What problem is there? We could probably fix it. > > Samuel > _______________________________________________ > This message was sent via the BRLTTY mailing list. > To post a message, send an e-mail to: [email protected] > For general information, go to: http://mielke.cc/mailman/listinfo/brltty > > > _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
