David Summers wrote:
> I'm trying to build the RedHat 7.3 RPM and here is the error I'm
> getting:
>
> Creating build-outputs.mk...
> Traceback (innermost last):
> File "./gen-make.py", line 176, in ?
> main(conf, gentype, skip_depends=skip, other_options=rest.list)
> File "./gen-make.py", line 38, in main
> gen_module = __import__(gen_modules[gentype][0])
> File "build/generator/gen_make.py", line 9, in ?
> import gen_base
> File "build/generator/gen_base.py", line 642
> class_pkg = build_path_join(*class_pkg_list)
> ^
> SyntaxError: invalid syntax
> ERROR: gen-make.py failed
>
>
> Any ideas? Is there something here that doesn't work with Python 2.2?
That call syntax should be supported in python 2.2. Are you sure you are not
using an earlier version of python?
- Russ
http://www.python.org/doc/2.2/ref/calls.html
http://www.python.org/doc/2.1/ref/calls.html
>
> Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 10 22:04:54 2004