Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi.
I started to build firefox open source 24.0.1 on Win7 using Miscrosoft Visual Studio 2010. I step by step listed undo https://developer.mozilla.org/en-US/docs/Simple_Firefox_build[^].
Well, I've configured .mozconfig file like this
VB
mk_add_options WIN32_REDIST_DIR="C:\Program Files\Microsoft Visual Studio 10.0\VC\redist\x86\Microsoft.VC100.CRT"
mk_add_options MOZ_OBJDIR="XXX\obj-i686-pc-mingw32"
mk_add_options MOZ_MAKE_FLAGS="-j4"
mk_add_options PYTHON="C:\mozilla-build\python"

ac_add_options --enable-application=browser
ac_add_options --disable-gamepad
ac_add_options --disable-webgl 
ac_add_options --disable-tests
ac_add_options --disable-webrtc
ac_add_options --disable-jsd
ac_add_options --disable-crashreporter
ac_add_options --disable-webapp-runtime
ac_add_options --disable-updater
ac_add_options --disable-opus
ac_add_options --disable-ogg
ac_add_options --disable-webm
ac_add_options --disable-websms-backend
ac_add_options --disable-libconic
ac_add_options --disable-gconf
ac_add_options --disable-gio
ac_add_options --disable-pango
ac_add_options --disable-necko-wifi

ac_add_options --with-app-basename=XXXX
ac_add_options --with-app-name=XXXX


and started building with .configure and .make command on "start-msvc10.bat" supported by Mozilla-Build. But there are two errors occured.

VB
YYYYY\dist\include\nsTArray.h(267) :  warning C4003: not enough actual parameters for macro 'MOZ_NOT_REACHED'
c:\xxxx\VC\INCLUDE\xlocale(323) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
make[4]: *** No rule to make target 'XXXX.exe.manifest', needed by 'XXXX.exe'. Stop.


Well, How can I solve this problem? Please, help me.
Posted
Updated 19-Oct-13 17:04pm
v2

Well, I've just solved this problem.

Above the compiling errors are occurred because of this.
VB
ac_add_options --with-app-basename=XXXX
ac_add_options --with-app-name=XXXX

I've removed this options and recompile it.

So that, errors are disappeared. That's all.
 
Share this answer
 
kjkljlmlhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhjgggggkggggggggggggggggggggggggggggggggggghioklllllkjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
 
Share this answer
 
v2
Comments
WuRunZhe 24-Oct-13 6:35am    
Hey, sujay5. What are you doing?

Do you want to get points?

It's not right and you are very brazen.

Get your points with yourself.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900