Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Jan Høydahl
I downloaded and installed JDK from Oracle. And point to it with JAVA_HOME Looks to me that in setup.py, LFLAGS get populated with correct -rpath to the lib folder including libjava.dylib but I’m not that into make, so I’m afraid I’m stuck and cannot vote on the release yet... -- Jan Høydahl, s

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Andi Vajda
On Sep 12, 2016, at 13:25, Jan Høydahl wrote: >> It looks like JCC can't find java (failing to find libjava.dylib). Which >> java did you install ? > Java 1.8.0_102 >> When building JCC, the java version (library or franework) is reported. What >> did it say ? > > found JAVAHOME = > /Library

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Jan Høydahl
> It looks like JCC can't find java (failing to find libjava.dylib). Which java > did you install ? Java 1.8.0_102 > When building JCC, the java version (library or franework) is reported. What > did it say ? found JAVAHOME = /Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home > Y

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Andi Vajda
> On Sep 12, 2016, at 09:54, Jan Høydahl wrote: > > I’m trying to test on my mac. > > Successfully built and installed JCC. > Trying to build pylucene, “make” fails with this error: > >> BUILD SUCCESSFUL >> Total time: 1 second >> ICU not installed >> /usr/local/Cellar/python/2.7.12/bin/python

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Andi Vajda
> On Sep 12, 2016, at 09:54, Jan Høydahl wrote: > > I’m trying to test on my mac. > > Successfully built and installed JCC. > Trying to build pylucene, “make” fails with this error: > >> BUILD SUCCESSFUL >> Total time: 1 second >> ICU not installed >> /usr/local/Cellar/python/2.7.12/bin/python

Re: [VOTE] Release PyLucene 6.2.0 (rc2)

2016-09-12 Thread Jan Høydahl
I’m trying to test on my mac. Successfully built and installed JCC. Trying to build pylucene, “make” fails with this error: > BUILD SUCCESSFUL > Total time: 1 second > ICU not installed > /usr/local/Cellar/python/2.7.12/bin/python -m jcc.__main__ --shared --arch > x86_64 --jar lucene-java-6.2.0/