OK, I'm trying building with scons again and failing right at the start.

This is a system that apparently I've tried to use scons with before (there 
are some files in rosegarden/cache/ for example) but not for a while and I 
can't recall the outcome or whether I've built it with make since.

Anyway, I did cvs update (from HEAD) and then make clean, then I tried just 
typing "scons",  It gave me this marvellously self-descriptive error:

scons: Reading SConscript files ...
KeyError: 'TARGS':
  File "SConstruct", line 24:
    env = Environment(tools = ['default', 'config', 'kde'], toolpath='./')
  File "/usr/lib/scons/SCons/Environment.py", line 266:
    apply_tools(self, tools, toolpath)
  File "/usr/lib/scons/SCons/Environment.py", line 122:
    env.Tool(tool, toolpath)
  File "/usr/lib/scons/SCons/Environment.py", line 906:
    return SCons.Tool.Tool(tool, map(self.subst, toolpath))(self)
  File "/usr/lib/scons/SCons/Tool/__init__.py", line 53:
    apply(self.generate, ( env, ) + args, kw)
  File "./kde.py", line 407:
    if 'configure' in env['TARGS'] or not env.has_key('QTDIR') or not 
env.has_key('KDEDIR'):
  File "/usr/lib/scons/SCons/Environment.py", line 290:
    return self._dict[key]

Then I tried running ./scons_configure, and that said:

This is bksys 1.1.0

ls: bk*.py: No such file or directory
Traceback (most recent call last):
  File "./scons_configure", line 50, in ?
    module = __import__(file[:-3])
ValueError: Empty module name

There are two bk*.pyc files, but not bk*.py.

What next?


Chris


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to