I've resolved the previous clang++ error and built PyLucene 4.4.0
successfully on Mac 10.8.4 with the default Python. I will write about
what's causing the issue in setup.py. In addition, building 4.4.0 on Ubuntu
12.04 went through smoothly.
During the installation and test, however, I got the fol
Thanks a lot for your help.
It turned out that the error was caused by Python installed with Homebrew--
somehow the Homebrew Python was invoking xcrun during the build. So I've
uninstalled the Homebrew Python.
Now I'm building with the default Python with Mac and looking into the
following error:
On Aug 18, 2013, at 21:48, Taka Epsilon wrote:
> I'm new to PyLucene and trying to build JCC 2.17 on Mac OS X 10.8.4 with
> Python 2.7 and Java 1.6. But the 'python setup.py build' command is failing
> with the following error with the default setup.py. Any idea?
>
>
> xcrun clang -fno-strict-
Hi,
must be something wrong with your build chain setup - I also use MacOS 10.8 and
Python 2.7
Are you using the Apple "builtin" Python or did you install your one?
Do you have Xcode installed and did you choose to enable the "command line
tools" (Xcode/Preferences/Downloads/Components)?
Note:
I'm new to PyLucene and trying to build JCC 2.17 on Mac OS X 10.8.4 with
Python 2.7 and Java 1.6. But the 'python setup.py build' command is failing
with the following error with the default setup.py. Any idea?
xcrun clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include
-I/usr/loca
I could build JCC 2.17 and PyLucene 4.4.0 und Mac OS X 10.8.4 (64-bit only -
Python 2.7, Java 1.6). All tests did pass and samples work like expected.
+1
regards
Thomas
--
Am 17.08.2013 um 16:52 schrieb Andi Vajda :
>
> The PyLucene 4.4.0-1 release tracking the recent release of Apache Luce