AllJoyn LFS scons构建错误' NoneType'对象没有属性'追加'

时间:2016-07-05 20:53:02

标签: service light alljoyn

我正在尝试按照service_framework repo https://git.allseenalliance.org/cgit/lighting/service_framework.git/tree/README.txt中指定的构建步骤构建AllJoyn Lighting服务框架15.04

我正在尝试在Ubuntu 16.04上构建这个service_framework,并且我遇到了构建错误。不知道为什么构建失败,我认为所有文件都在scons正在寻找它们的正确位置。请提出解决此构建错误的建议。提前谢谢。

scons: Reading SConscript files ...
Checking c++ compiler support for -std=c++11 flag... yes
Using OpenSSL crypto
GTEST_DIR not specified skipping common unit test build
GTEST_DIR not specified skipping About Service unit test build
GTEST_DIR not specified skipping alljoyn_core unit test build
SQLITE_DIR not specified: skipping Security Manager sample program build

scons: warning: Ignoring missing SConscript '/home/dev/alljoyn/linux/complete_source/base/config/cpp/SConscript'
File "/home/dev/alljoyn/linux/complete_source/core/service_framework/SConscript", line 28, in <module>
GTEST_DIR not specified skipping LSF unit test build

scons: warning: Ignoring missing SConscript '/home/dev/alljoyn/linux/complete_source/core/ajtcl/SConscript'
File "/home/dev/alljoyn/linux/complete_source/core/service_framework/SConscript", line 164, in <module>
AttributeError: 'NoneType' object has no attribute 'Append':
  File "/home/dev/alljoyn/linux/complete_source/core/service_framework/SConstruct", line 5:
    env.SConscript('SConscript')
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 551:
    return _SConscript(self.fs, *files, **subst_kw)
  File "/usr/lib/scons/SCons/Script/SConscript.py", line 260:
    exec _file_ in call_stack[-1].globals
  File "/home/dev/alljoyn/linux/complete_source/core/service_framework/SConscript", line 165:
    lamp_service_env.Append(LIBPATH = [ lamp_service_env.Dir('../ajtcl') ])

1 个答案:

答案 0 :(得分:0)

我已经尝试过构建,但同样的错误让建筑物破灭!我也很感兴趣:)