bloodhat
(Jaboit)
#1
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
paul
(Paul Davis)
#2
@bloodhat: you need a newer version of SCons. 0.97 is VERY old at this point, and very buggy.
tbonedude
(Tbonedude)
#3
what flags are you using in scons, and what command did you use?
bloodhat
(Jaboit)
#4
ok, will upgrade…
no flags, just the command ‘scons’. I even get the same error with ‘scons --help’
thanks!