anyone succeed in building JCC with gcc on Cygwin windows for Pylucene

2009-06-03 Thread Edwin . Madari
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

building JCC with gcc4.x on Cygwin windows:jvm_NULL_THUNK_DATA symbol not found

2009-06-04 Thread Edwin . Madari
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.

building PyLucene on Cygwin windows

2009-06-08 Thread Edwin . Madari
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

JCC on Cygwin windows

2009-06-10 Thread Edwin . Madari
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

make cryptic failure building PyLucene after successful JCC2.2 build on cygwin windows

2009-06-11 Thread Edwin . Madari
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

missing build.xml files - building PyLucene following successful JCC2.2 build on cygwin windows

2009-06-12 Thread Edwin . Madari
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

missing build.xml files in PyLucene distributions

2009-06-12 Thread Edwin . Madari
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

make failing with class not found exception

2009-06-12 Thread Edwin . Madari
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 PyLucene failing with QueryParser/Token class not found exception, while the class exists in lucene-core-2.4.1.jar

2009-06-15 Thread Edwin . Madari
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

RE: make PyLucene failing with QueryParser/Token class not found exception, while the class exists in lucene-core-2.4.1.jar

2009-06-15 Thread Edwin . Madari
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

pylucene windows

2009-07-23 Thread Edwin Madari
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

make-ing pylucene on linux, JCC built fine

2009-07-28 Thread Edwin Madari
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