← Back to team overview

yade-dev team mailing list archive

r2473 error in scons

 

Hi, Vaclav!

There is a problem with r2473:

KeyError: 'QT4CXX':
  File "/home/gladk/dem/yade/cleanCompNew/yade/SConstruct", line 630:
    env.SConscript(dirs=['.'],build_dir=buildDir,duplicate=0)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 553:
    return apply(_SConscript, [self.fs,] + files, subst_kw)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 262:
    exec _file_ in call_stack[-1].globals
  File "/home/gladk/dem/yade/cleanCompNew/yade/SConscript", line 5:
    SConscript(dirs=['core','lib']+[d for d in ('extra','py','gui') if d not
in env['exclude']],duplicate=0)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 616:
    return apply(method, args, kw)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 553:
    return apply(_SConscript, [self.fs,] + files, subst_kw)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 262:
    exec _file_ in call_stack[-1].globals
  File "/home/gladk/dem/yade/cleanCompNew/yade/gui/SConscript", line 12:

env.SharedLibrary('_GLViewer',['qt4/GLViewer.cpp','qt4/_GLViewer.cpp','qt4/OpenGLManager.cpp'],SHLIBPREFIX='',LIBS=env['LIBS']+[env['QGLVIEWER_LIB']]+linkPlugins(['PeriodicEngines']),RPATH=env['RPATH']+[env.Literal('\\$$ORIGIN/../../../gui')],CXX=env['QT4CXX']
if env['QT4CXX'] else env['CXX'],CXXFLAGS=[f for f in env['CXXFLAGS'] if not
f.startswith('-Q')])
  File "/usr/lib/scons/SCons/Environment.py", line 408:
    return self._dict[key]


Anton

Follow ups