Hi,
I am trying to build gecko 2 source on Windows 7 machine to get windows 64 bit SDK. I have installed mozilla build tools and have placed mozconfig file there.Following is mozconfig file content.
# mozilla config
ac_add_options --enable-application=xulrunner
mk_add_options MOZ_CO_PROJECT=xulrunner
# Builds the core gecko components as a single library called libxul.
ac_add_options --enable-libxul
ac_add_options --disable-installer
ac_add_options --disable-javaxpcom
ac_add_options --disable-tests
#ac_add_options --with-windows-version=600
# uncomment followings for debug build
#ac_add_options --enable-debug
#ac_add_options --disable-optimize
I run start-msvc9-x64.bat and execute make -f
client.mk build but i get following error.
"configure: error: You are targeting Windows version 0x06010000, but your SDK only supports up to version 0x06000000. Install and use an updated SDK, or target lower version using --with-windows-version."
Even when i uncomment --with-windows-version in mozconfig file still i get same error.I have windows SDK v6.1 and v6.0A placed in /Program Files/Microsoft SDKs/Windows and v5.0 v6.0A in /Program Files (x86)/Microsoft SDKs/Windows.
Please help as to how should i proceed.
thanks
Animesh