On Tue, 30 Nov 2004 22:13:44 +0100, Dieter Hofmann
<[EMAIL PROTECTED]> wrote:
> So I tried to compile it on my own. Then I got these error message:
> checking for python... /usr/bin/python
> checking "Python version"... "2.3+.0"
> ./configure: line 1602: test: 3+: integer expression expected
> configure: error: "Python version too low -- at least 1.5.2 is required."

2.3 works fine.  The problem is that "+", which probably means you
have a non-standard python build.  (2.3.0 or 2.3.1 would make sense.)
Just comment that line out of the configure script.

But it might be easier not to bother -- just copy the python files 
to the appropriate directory by hand.  (They are just text files, and
you can grab them from CVS if you don't have them already.)

Then use a pre-compiled binary on the handheld, or at least tell
the install process that you aren't recompiling the parser.  (handheld
binaries are available from www.plkr.org.)

-jJ
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to