> On Jan 28, 2015, at 14:08, Mahdi Yusuf <yusuf.ma...@gmail.com> wrote: > > Hi, > > I have a few hours trying to get pylucene to build on OSX. I have tried > both pylucene4 and pylucene3. > > I have used the brew version for pylucene4 but it keep crashing with the > error > > https://gist.github.com/myusuf3/1c702e8ea86fd9e9401d
If --use_full_names is not understood, it means you're using a PyLucene 4 Makefile with a PyLucene 3 version of JCC. > As for pylucene3 which is what I would prefer I get to the build stage and > it crashes with 14 errors. Well, without telling us what these 14 errors are, how can I help you ? > I am doing this all with java 1.8 on osx yosemite. I have not upgraded to yosemite yet. A common error, it seems, on yosemite, is that the c++ compiler you're using is not the one that was used to build python. They must be the same. To remedy this it is best to build python from sources with the compiler of your choice. Andi.. > > Any ideas how to get this setup? > > Thanks! > > -- > Mahdi Yusuf