2005/9/2, Andi Vajda <[EMAIL PROTECTED]>: > I don't know that FreeBSD was ever tried. Before trying PyLucene, I'd make > sure that libgcj's threading support is implemented for FreeBSD. I remember > seeing mail on the [EMAIL PROTECTED] mailing list about that makes this > doubtful...
I can't find any mention about threads support in libgcj. I already installed gcc41 that includes gcj and friends... maybe there is a way to check it on the command line or something? > Let us know what you find out ! I've read you reply a little too late :), and already started compiling PyLucene. After adding FreeBSD checks to Makefile (mostly just copying Linux parts) , I am at the point where this error prevents me from going further: /usr/local/bin/g++41 -shared -o release/_PyLucene.so -O2 -fPIC -DSWIG_COBJECT_TYPES -DSWIG_COBJECT_PYTHON -DPYLUCENE_VER="'1.0'" -DLUCENE_VER="'1.4.3'" -I/usr/local/include -Irelease/classes -I/usr/local/include/python2.3 PyLucene_wrap.cxx release/lucene.o release/snowball.o release/highlight.o release/analyzers.o release/unreleased.o release/util.java.o release/util.cpp.o release/io.java.o release/io.cpp.o release/store.java.o release/store.cpp.o release/search.java.o release/search.cpp.o release/queryParser.java.o release/queryParser.cpp.o release/analysis.java.o release/analysis.cpp.o release/highlight.java.o release/highlight.cpp.o -L/usr/local/lib -lgcj PyLucene_wrap.cxx: In function 'void finalizeObject(PyObject*)': PyLucene_wrap.cxx:2316: error: 'Py_CLEAR' was not declared in this scope gmake: *** [release/_PyLucene.so] Error 1 If getting to this point means that threading works, any hints on solving this error? Thanks! -- Ksenia _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
