For PyLucene, has anyone succeeded in building JCC with gcc version 3.4.4 on
Cygwin windows?
"python setup.py build" is throwing errors while compiling JArray.cpp that
comes with PyLucene-2.4.0-2
..
jcc/sources/JArray.cpp: In instantiation of `_t_jarray':
jcc/sources/JArray.cpp:1017: inst
getting jvm_NULL_THUNK_DATA not found error in the last step of building JCC on
Cygwin/windows with "python setup.py build" after switching to gcc version
4.3.2 20080827 (beta) 2 (GCC) with Advise from Andi V, and Christian H. gcc4x
is available from Cygwin, but not as default -do not know why.
make is looking for svn (which I do not have) and ant is unable to find
*\${lucene.dir}\build not found in the PyLucene-2.4.0-2 directory. Any idea
what to do after building and installing JCC on Cygwin windows. details are
below.
Installed gcc 4.4 on Cygwin with instruction from
http://cygw
importing jcc is throwing Import error for not finding init_jcc, indicating
either JCC is not built right or runtime is not right. JCC was built with only
warnings using gcc 4.4 on Cygwin windows. details of gcc, and JCC import error.
$ gcc -v
Using built-in specs.
Target: i686-pc-cygwin
Confi
Thanks to Adi's suggestion removed JCC2.1 and installed JCC2.2. Promise to
post all steps once I get PyLucene built on Cygwin Windows for python 2.5.2.
make for PyLucene is failing without much information after successfully
building JCC2.2. Here is the output followed by what I have done to
With Andi's advise (thanks Andi) got a little further building PyLucence
2.4.1-1 on cygwin windows, but build is complaining about missing build.xml in
one of the subdirectories.
Successful build and install of JCC2.2 on cygwin was an accomplishment in
itself. Goal is to get PyLucene built fo
sorry Andi, I do not see any build.xml files in 2.4.1-2 distributions, and
only one in 2.4.1-1 distributions. re downloaded 2.4.1-1 & 2.4.1-2 again from
different mirrors and inspected.
no build.xml files at all in 2.4.1-2
$ ls -l pylucene-2.4.1-2-src.tar.gz
-rwx--+ 1 madared Administrator
thanks again to Andi Vajda and Christian Heimes, more progress, but make is
failing with class not found error. I see the class with a find command.
.
jar:
[mkdir] Created dir: c:\Edwin\Download\python\pylucene-2.4.1-2\build\jar
[jar] Building jar:
c:\Edwin\Download\python\pylucene
make failing with QueryParser/Token class not found exception, while the class
exists in lucene-core-2.4.1.jar
.
/usr/bin/python -m jcc --shared --jar
lucene-java-2.4.1/build/lucene-core-2.4.1.jar --jar
lucene-java-2.4.1/build/contrib/snowball/lucene-snowball-2.4.1.jar --jar
lucene-java-2
make now complains analysis/PythonTokenizer not found after commenting line for
Token class in Makefile to build Pylucene on cygwin/windows
# --exclude org.apache.lucene.queryParser.Token \
analysis/PythonTokenizer.class exists in build/jar/extensions.jar and this jar
is included with
Appreciate if some one can share the information how you are running
pylucne on windows environment.
archives and installation page indicate windows, but no instruction on how
to.
without success installed cygwin, python, and tried compiling pylucene.
Installed MING32 but could not get pytho
thanks in advance to Andi. It took me a while but managed to send emails
without disclaimer at the bottom.
To build pylucene switched to intel linux, since failed to build on
windows with cygwin or mingw or combination. whatever it takes to get
pylucence, willing to do. on Linux Using:
Python
12 matches
Mail list logo