I can now do a --build on Linux, since we stub all the right primitive
Java types now, but I can't do a --compile.  Here's the issue:

[...]
creating 
build/temp.linux-i686-2.5/usr/lib/python2.5/site-packages/JCC-1.8-py2.5-linux-i686.egg/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 -DPYTHON=1 
-I/usr/java/jdk-1.6/include -I/usr/java/jdk-1.6/include/linux 
-Ibuild/_docfinder 
-I/usr/lib/python2.5/site-packages/JCC-1.8-py2.5-linux-i686.egg/jcc/sources 
-I/usr/include/python2.5 -c 
/usr/lib/python2.5/site-packages/JCC-1.8-py2.5-linux-i686.egg/jcc/sources/jcc.cpp
 -o 
build/temp.linux-i686-2.5/usr/lib/python2.5/site-packages/JCC-1.8-py2.5-linux-i686.egg/jcc/sources/jcc.o
 -fno-strict-aliasing
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/gcj/javaprims.h:33:
 error: conflicting declaration 'typedef __java_byte jbyte'
[...]

I believe that this is another one of these missing class stubs, but
haven't figured out which one yet.

Bill

_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to