Generating libjingle VS solution and projects

二次信任 提交于 2019-12-11 13:16:13

问题


I'm trying to generate the sln and vcproj files from the checkout of libjingle svn. I set all the environment variables defined on README, but i keep getting the error:

C:\src>hammer --mode=all --vsproj

scons: *** No SConstruct file found.
File "c:\src\libjingle\scons-local\scons-local-2.1.0\SCons\Script\Main.py", line 904, in _main

In fact there's no such file, but i can't find any info on how or where to create it. Is this problem related to Python or SCons installation or is something missing on libjingle?


回答1:


It seems build system problem. You need to found SConstruct file (may be in Hammer build system SConstruct have different name) in libjingle project and use build command from directory where it placed.



来源:https://stackoverflow.com/questions/8097442/generating-libjingle-vs-solution-and-projects

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!