I think that I have set up the requirements correctly (I have passed the
configure step) but I am getting this build error.
c:/Users/Administrator/armenzg/mozilla-central/build/win32/vmwarerecordinghelper/vmwarerecordinghelper.cpp(66):
error C2143: syntax error : missing ';' before '}'
I don't think that the Makefile should be calling anything on the
"win32" folder there.
http://mxr.mozilla.org/mozilla-central/source/build/Makefile.in#52
Here are my settings:
* MS 2008 SP2 (x64 bit)
* VS2010 Pro
* Win7 SDK
* MozillaBuild 1.4 (plus msvc10-x64.bat)
> . $topsrcdir/browser/config/mozconfig
>
> mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../objdir
> ac_add_options --target=x86_64-pc-mingw32
> ac_add_options --host=x86_64-pc-mingw32
> ac_add_options --disable-ogg
Log for the curious:
https://bugzilla.mozilla.org/attachment.cgi?id=445363
I have filed bug https://bugzilla.mozilla.org/show_bug.cgi?id=565972 to
stop building "build/win32" when building the 64 bit version.
You can find the build in:
http://people.mozilla.com/~armenzg/win64
Next I will try to get some logs uploaded with the builds for someone to
help me debug this.
Cheers,
Armen