阅读:4858回复:0
求助:想对开源的 InstantBird 进行应用,却不知道如何编译~
本人主要属性 windows 平台下的 VC 之类的编程,对于开源项目的跨平台应用,所知甚少。还请各位大侠帮忙指点。
现在正在摸索 FireFox 的编译过程,希望能够从这个过程中知道如何进行正确的编译。但是,终归隔靴搔痒。到现在还没有解决。 在自己摸索的过程中,遇到了一下的问题: 1、在编译的时候,提示“c compiler cannot create executables”。 这个问题,原来是因为用的编译工具不对。用的是“c:\mozilla_build\start-msvc8.bat”。后来在文章资料中发现,可以用“start-msvc9.bat”进行编译的。 2、采用“start-msvc8.bat”编译,出现问题: You are targeting Windows version 0x06010000,but your SDK only supports up to version 0x06000000.Install and use and updated SDK,or target a lower version using --with-windows-version.See https://developer.mozilla.org/En/windows_SDK_versions for more details on fixing this. 希望大侠们能够指点问题的解决办法,或者,比较详细的编译过程。 不胜感谢! |
|