Building 2.8.8

Hi,

Im getting

NameError: name ‘Variables’ is not defined:
File “/home/juan/ardour-2.8.8/SConstruct”, line 32:
opts = Variables(‘scache.conf’)

when I try to run Scons. I built 2.8.7 on this same machine…Whats up with my scons?

(64studio 3.0, scons .97)

thanks!
juan

@bloodhat: you need a newer version of SCons. 0.97 is VERY old at this point, and very buggy.

what flags are you using in scons, and what command did you use?

ok, will upgrade…

no flags, just the command ‘scons’. I even get the same error with ‘scons --help’

thanks!