Code review comment for lp:~zorba-coders/zorba/bug928987

Revision history for this message
Matthias Brantner (matthias-brantner) wrote :

CMake says it's building Zorba but I'm unable to find any compiled files. Also, running the test suite gives me:

test 3901
    Start 3901: swig_xqj

3901: Test command: /home/mbrantner/zorba/build/swig/xqj/xqj_test.sh
3901: Test timeout computed to be: 1500
3901: xqj_test.bat: Deleting old Java API if found...
3901: rm: cannot remove `/home/mbrantner/zorba/build/swig/xqj/tck/org': No such file or directory
3901: java_test.sh: Compile Java API ...
3901: /home/mbrantner/zorba/build/swig/java/IStream.java:32: cannot find symbol
3901: symbol : method delete_IStream(long)
3901: location: class org.zorbaxquery.api.zorba_apiJNI
3901: zorba_apiJNI.delete_IStream(swigCPtr);
3901: ^
3901: /home/mbrantner/zorba/build/swig/java/IStream.java:39: cannot find symbol
3901: symbol : method IStream_readToString(long,org.zorbaxquery.api.IStream)
3901: location: class org.zorbaxquery.api.zorba_apiJNI
3901: return zorba_apiJNI.IStream_readToString(swigCPtr, this);
3901: ^
3901: /home/mbrantner/zorba/build/swig/java/IStream.java:43: cannot find symbol
3901: symbol : method IStream_read(long,org.zorbaxquery.api.IStream,byte[],int)
3901: location: class org.zorbaxquery.api.zorba_apiJNI
3901: return zorba_apiJNI.IStream_read(swigCPtr, this, BYTE, LENGTH);
3901: ^
3901: /home/mbrantner/zorba/build/swig/java/IStream.java:47: cannot find symbol
3901: symbol : method new_IStream()
3901: location: class org.zorbaxquery.api.zorba_apiJNI
3901: this(zorba_apiJNI.new_IStream(), true);

What am I doing wrong?

« Back to merge proposal