Hi, Yes, I’m using anaconda and have set up automated builds for JCC packages (win/mac/linux) for it at: https://github.com/conda-forge/jcc-feedstock <https://github.com/conda-forge/jcc-feedstock>
I do not remember seeing your issue in the build, but check your compile parameters to the ones in the build script: https://github.com/conda-forge/jcc-feedstock/blob/master/recipe/build.sh <https://github.com/conda-forge/jcc-feedstock/blob/master/recipe/build.sh> The version that is in that feedstock is the 3.0 release version, the current svn version (as of feb) built as well but had some issues with object casting so have not put that on the feedstock. If you don’t need to build it yourself you can install it with conda search jcc --channel conda-forge With Best Regards /Petrus > On 26 May 2018, at 2:39 , Andi Vajda (JIRA) <j...@apache.org> wrote: > > > [ > https://issues.apache.org/jira/browse/PYLUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491436#comment-16491436 > ] > > Andi Vajda commented on PYLUCENE-38: > ------------------------------------ > > Please subscribe to pylucene-dev@lucene.apache.org to discuss this. > The pylucene-38 bug here is irrelevant. > > You seem to be using Anaconda ? Guessing from your > /Users/mithun/miniconda3/lib/python3.6 path ? > I believe others have reported issues with Anaconda ?? (on the mailing list). > I don't know what environment and would suggest you start with using a plain > python environment to start with PyLucene. > >> JCC build error under recents versions of clang. >> ------------------------------------------------ >> >> Key: PYLUCENE-38 >> URL: https://issues.apache.org/jira/browse/PYLUCENE-38 >> Project: PyLucene >> Issue Type: Bug >> Environment: macOS >> Reporter: A. Coady >> Priority: Major >> >> {code:none} >> jcc3/sources/JArray.cpp:315:66: error: ordered comparison between pointer >> and zero ('PyObject *' (aka '_object *') and 'int') >> PyList_Type.tp_as_sequence->sq_inplace_concat(list, arg) < 0) >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ >> jcc3/sources/JArray.cpp:330:64: error: ordered comparison between pointer >> and zero ('PyObject *' (aka '_object *') and 'int') >> PyList_Type.tp_as_sequence->sq_inplace_repeat(list, n) < 0) >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ >> {code} >> Comparisons between NULL and integers have been elevated from a warning to >> an error in recent versions of clang. And presumably the error handling >> wasn't working anyway. > > > > -- > This message was sent by Atlassian JIRA > (v7.6.3#76005)