Thanks Andi! I'd forgotten to remove the old builds from the repository and that created the problem. After removing the old eggs, it compiled and installed successfully!
Thanks again! Manos._ On Mon, Feb 1, 2010 at 12:12 AM, Andi Vajda <va...@apache.org> wrote: > > On Sun, 31 Jan 2010, Manos Tsagias wrote: > > /jcc/__main__.py", line 88, in <module> >> cpp.jcc(sys.argv) >> >> >> File"$HOME/_python/lib64/python2.5/site-packages/JCC-2.5-py2.5-linux-x86_64.egg >> /jcc/cpp.py", line 418, in jcc >> raise ValueError, "Invalid argument: %s" %(arg) >> ValueError: Invalid argument: --home >> make: *** [install] Error 255 >> >> am I setting INSTALL_OPT correctly? Also, when I ran "make" (STEP 7), it >> > > No, this indicates that you're not running the new version of jcc that has > support for --home. Did you rebuild jcc and reinstall it ? > > > exported first a revision before starting compiling. Is that normal? >> > > Yes, if you're building PyLucene from svn sources, the Lucene Java sources > are fetched from svn since PyLucene wraps Java Lucene. > > Andi..