开发者

Unable to get WAF to run

I am trying to build the Monotooth library on Ubuntu and there is a native component which needs to be compiled. The distro from github has a开发者_高级运维 wscript file and requires WAF to build. However, whenever I try to execute waf configure I get:

Checking for program gcc                 : ok /usr/bin/gcc
Checking for program cpp                 : ok /usr/bin/cpp
Checking for program ar                  : ok /usr/bin/ar
Checking for program ranlib              : ok /usr/bin/ranlib
 error: No such method 'create_library_configurator'

I don't know python and I'm not sure what this is actually telling me. Am I missing a library (module) or what?


I found that I needed to use a version of waf from http://waf.googlecode.com/files/waf-1.3.2.tar.bz2

I had version 1.5.9 which must have deprecated the create_library_configurator method.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜