On Mon, 27 Oct 2008, Joe Chan wrote:

>  I have installed JCC, and I am able to import it successfully in python
> with 'import jcc'.
>
> I'm getting the following error when I run make:

This error occurred while building Apache Lucene itself.
Are you able to build Apache Lucene independently of PyLucene (which 
just wraps it) ? If not, you might get more help from the Lucene Java user 
list at [EMAIL PROTECTED]

I suspect something is off with your Java installation but having never seen 
this error myself, I don't know off hand what it would be.

Andi..

>
> ### BEGIN CODE ###
> [~/PyLucene-2.4.0-1]
> $ make
> cd lucene-java-2.4.0; /usr/bin/ant -Dversion=2.4.0
> Buildfile: build.xml
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> init:
>
> clover.setup:
>
> clover.info:
>     [echo]
>     [echo]       Clover not found. Code coverage reports disabled.
>     [echo]
>
> clover:
>
> common.compile-core:
>    [javac] Compiling 330 source files to /home/blah/systems/chanj/
> PyLucene-2.4.0-1/lucene-java-2.4.0/build/classes/java
>    [javac] directory does not exist: 10000000
>
> BUILD FAILED
> /home/verbs/systems/chanj/PyLucene-2.4.0-1/lucene-java-2.4.0/common-build.xml:222:
> The following error occurred while executing this line:
> /home/verbs/systems/chanj/PyLucene-2.4.0-1/lucene-java-2.4.0/common-build.xml:481:
> Compile failed; see the compiler error output for details.
>
> Total time: 1 second
> make: *** [lucene-java-2.4.0/build/ lucene-core-2.4.0.jar] Error 1
> ### END CODE ###
>
> It says some directory does not exist, but I'm not sure which directory they
> are talking about. I even tried creating a directory named '10000000' in
> ~/PyLucene-2.4.0-1/lucene-java-2.4.0/build/classes/java to no avail. Note:
> ~/PyLucene-2.4.0-1/lucene-java-2.4.0/build/classes/java does indeed exist.
>
> I would appreciate any insight into the problem.
>
> Thanks!
>
>
> -- 
> Joe Chan
>
_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to