> That's an unhandled exception thrown by the JCC runtime. > > To find out what the actual error is, uncomment the call to > vm_env->ExceptionDescribe() in JCCEnv.cpp, rebuild and reproduce the error. > A Java stacktrace should be outputted to stderr.
No joy: % svn update U jcc/sources/jcc.cpp U java/org/osafoundation/jcc/PythonException.java U java/org/osafoundation/jcc/PythonVM.java U setup.py U CHANGES Updated to revision 441. % sudo python setup.py clean running clean removing 'build/temp.linux-i686-2.5' (and everything under it) % sudo python setup.py build running build running build_py copying jcc/config.py -> build/lib.linux-i686-2.5/jcc copying jcc/sources/jcc.cpp -> build/lib.linux-i686-2.5/jcc/sources copying jcc/classes/org/osafoundation/jcc/PythonVM.class -> build/lib.linux-i686-2.5/jcc/classes/org/osafoundation/jcc copying jcc/classes/org/osafoundation/jcc/PythonException.class -> build/lib.linux-i686-2.5/jcc/classes/org/osafoundation/jcc running build_ext building 'jcc' extension creating build/temp.linux-i686-2.5 creating build/temp.linux-i686-2.5/jcc creating build/temp.linux-i686-2.5/jcc/sources gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -D_jcc_lib -I/usr/lib/jvm/java-6-sun/include -I/usr/lib/jvm/java-6-sun/include/linux -I_jcc -Ijcc/sources -I/usr/include/python2.5 -c jcc/sources/jcc.cpp -o build/temp.linux-i686-2.5/jcc/sources/jcc.o -DPYTHON -fno-strict-aliasing gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -D_jcc_lib -I/usr/lib/jvm/java-6-sun/include -I/usr/lib/jvm/java-6-sun/include/linux -I_jcc -Ijcc/sources -I/usr/include/python2.5 -c jcc/sources/JCCEnv.cpp -o build/temp.linux-i686-2.5/jcc/sources/JCCEnv.o -DPYTHON -fno-strict-aliasing jcc/sources/JCCEnv.cpp: In member function [EMAIL PROTECTED] __jobject* JCCEnv::deleteGlobalRef(__jobject*, int)%Gâ%@: jcc/sources/JCCEnv.cpp:210: error: invalid conversion from [EMAIL PROTECTED]@ to [EMAIL PROTECTED]@ jcc/sources/JCCEnv.cpp:210: error: initializing argument 1 of [EMAIL PROTECTED] _Jv_JNIEnv::DeleteWeakGlobalRef(__jweak*)%Gâ%@ error: command 'gcc' failed with exit status 1 % Bill _______________________________________________ pylucene-dev mailing list pylucene-dev@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/pylucene-dev