SConscript error in kjs
Ralf Habacker
ralf.habacker at freenet.de
Mon Oct 31 14:21:19 CET 2005
Hi all,
I got the following error. Any idea whats goes wrong ?
AttributeError: 'SConsEnvironment' object has no attribute 'CFile':
File "SConstruct", line 111:
env.subdirs(dirs)
File "bksys\generic.py", line 885:
lenv.SConscript(lenv.join(i, 'SConscript'))
File "scons-local-0.96.91\SCons\Script\SConscript.py", line 494:
return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
File "scons-local-0.96.91\SCons\Script\SConscript.py", line 226:
exec _file_ in call_stack[-1].globals
File "kjs\SConscript", line 26:
env.CFile(target="grammar.tab.cpp", source="grammar.y", YACCFLAGS="-d -p
kjsyy")
Ralf
More information about the Kde-buildsystem
mailing list