為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

unable to compile source code

more options

I am new to developing for Firefox and am having difficulty getting the source code to compile.

I have been following [this guide](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build) as best I can, but when I go to build it, I get the following set of errors:

54:03.62 IOError: [Errno 2] No such file or directory: u'c:\\mozilla-source-2\\cse403-finalprog\\mozilla-central\\other-licenses\\nsis\\Plugins\\AccessControl.dll'
54:03.62 c:/mozilla-source-2/cse403-finalprog/mozilla-central/toolkit/mozapps/installer/windows/nsis/makensis.mk:104: recipe for target 'webapp_uninstaller' failed
54:03.62 mozmake.EXE[6]: *** [webapp_uninstaller] Error 1
54:03.62 Makefile:39: recipe for target 'libs' failed
54:03.62 mozmake.EXE[5]: *** [libs] Error 2
54:03.62 c:/mozilla-source-2/cse403-finalprog/mozilla-central/config/recurse.mk:79: recipe for target 'webapprt/win/libs' failed
54:03.62 mozmake.EXE[4]: *** [webapprt/win/libs] Error 2
54:03.63 c:/mozilla-source-2/cse403-finalprog/mozilla-central/config/recurse.mk:32: recipe for target 'libs' failed
54:03.63 mozmake.EXE[3]: *** [libs] Error 2
54:03.63 c:/mozilla-source-2/cse403-finalprog/mozilla-central/config/rules.mk:557: recipe for target 'default' failed
54:03.63 mozmake.EXE[2]: *** [default] Error 2
54:03.63 c:/mozilla-source-2/cse403-finalprog/mozilla-central/client.mk:419: recipe for target 'realbuild' failed
54:03.63 mozmake.EXE[1]: *** [realbuild] Error 2
54:03.63 client.mk:181: recipe for target 'build' failed
54:03.63 mozmake.EXE: *** [build] Error 2
54:03.68 17 compiler warnings present.

I'm using Visual Studio 2015, but I've tried it with 2013 as well.

Any assistance you can give me would be greatly appreciated.

I am new to developing for Firefox and am having difficulty getting the source code to compile. I have been following [this guide](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build) as best I can, but when I go to build it, I get the following set of errors: <code> 54:03.62 IOError: [Errno 2] No such file or directory: u'c:\\mozilla-source-2\\cse403-finalprog\\mozilla-central\\other-licenses\\nsis\\Plugins\\AccessControl.dll'<br /> 54:03.62 c:/mozilla-source-2/cse403-finalprog/mozilla-central/toolkit/mozapps/installer/windows/nsis/makensis.mk:104: recipe for target 'webapp_uninstaller' failed<br /> 54:03.62 mozmake.EXE[6]: *** [webapp_uninstaller] Error 1<br /> 54:03.62 Makefile:39: recipe for target 'libs' failed<br /> 54:03.62 mozmake.EXE[5]: *** [libs] Error 2<br /> 54:03.62 c:/mozilla-source-2/cse403-finalprog/mozilla-central/config/recurse.mk:79: recipe for target 'webapprt/win/libs' failed<br /> 54:03.62 mozmake.EXE[4]: *** [webapprt/win/libs] Error 2<br /> 54:03.63 c:/mozilla-source-2/cse403-finalprog/mozilla-central/config/recurse.mk:32: recipe for target 'libs' failed<br /> 54:03.63 mozmake.EXE[3]: *** [libs] Error 2<br /> 54:03.63 c:/mozilla-source-2/cse403-finalprog/mozilla-central/config/rules.mk:557: recipe for target 'default' failed<br /> 54:03.63 mozmake.EXE[2]: *** [default] Error 2<br /> 54:03.63 c:/mozilla-source-2/cse403-finalprog/mozilla-central/client.mk:419: recipe for target 'realbuild' failed<br /> 54:03.63 mozmake.EXE[1]: *** [realbuild] Error 2<br /> 54:03.63 client.mk:181: recipe for target 'build' failed<br /> 54:03.63 mozmake.EXE: *** [build] Error 2<br /> 54:03.68 17 compiler warnings present. </code> I'm using Visual Studio 2015, but I've tried it with 2013 as well. Any assistance you can give me would be greatly appreciated.

所有回覆 (1)

more options

This site focuses on end user support. You may want to try the suggestions in this article: Where to go for developer support.