← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 682777] Re: MSVC Builds fails

 

F:\dcdev_stuff\bzr\adchpp>scons -c
scons: Reading SConscript files ...
Skipping the PHP module, use MSVC or Linux
TypeError: 'Null' object is not subscriptable:
  File "F:\dcdev_stuff\bzr\adchpp\SConstruct", line 248:
    for plugin in env['plugins']:

my guess is that either rev 434 or 435 are the villain thats causing
these problems

-- 
MSVC Builds fails
https://bugs.launchpad.net/bugs/682777
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.

Status in ADCH++: New

Bug description:
Rev 440

scons: Reading SConscript files ...
Checking for C header file poll.h... no
Checking for C header file sys/epoll.h... no
Checking for dlopen() in C library dl... no
AttributeError: Dev instance has no attribute 'mode':
  File "F:\dcdev_stuff\bzr\adchpp\SConstruct", line 237:
    dev.adchpp = dev.build('adchpp/')
  File "F:\dcdev_stuff\bzr\adchpp\build_util.py", line 111:
    return local_env.SConscript(source_path + 'SConscript', exports={'dev' : sel
f, 'source_path' : full_path })
  File "C:\Dev_Tools\Python\scons-2.0.1.beta.20100627\SCons\Script\SConscript.py
", line 551:
    return _SConscript(self.fs, *files, **subst_kw)
  File "C:\Dev_Tools\Python\scons-2.0.1.beta.20100627\SCons\Script\SConscript.py
", line 260:
    exec _file_ in call_stack[-1].globals
  File "F:\dcdev_stuff\bzr\adchpp\adchpp\SConscript", line 48:
    if dev.mode == 'debug':





References