Re: [VOTE] Release PyLucene 3.6.2

2013-01-03 Thread Michael McCandless
On Wed, Jan 2, 2013 at 7:58 PM, Andi Vajda wrote: >> I tested on OS X 10.8.2, and was able to install & run my usual smoke >> test (index & search first 100K Wikipedia docs). >> >> But I hit a few strange things ... first, lots of compilation warnings >> when compiling jcc and pylucene, eg: >> >>

AW: [VOTE] Release PyLucene 3.6.2

2013-01-03 Thread Thomas Koch
Maybe I should add that both java and python are universal binary files for 32/64 bit : ios:~ koch$ file /usr/bin/java /usr/bin/java: Mach-O universal binary with 2 architectures /usr/bin/java (for architecture x86_64):Mach-O 64-bit executable x86_64 /usr/bin/java (for architecture i386):

Re: [VOTE] Release PyLucene 3.6.2

2013-01-03 Thread Thomas Koch
Hi, I usually get a bunch of compiler warnings during the build (mostly related to implicit type conversion) so I don't pay much attention on it - unless build or test fails… Just checked the output of my last Mac build and could in deed find similar issues as reported by Mike. See log here: h