Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem in building gecko 2 source on Windows 7

34 views
Skip to first unread message

bhargava....@gmail.com

unread,
Sep 25, 2012, 9:48:34 AM9/25/12
to Animesh Bhargava
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

bhargava....@gmail.com

unread,
Sep 25, 2012, 9:57:38 AM9/25/12
to
I have also v7.0A inside Program Files(x86)/Microsoft SDKs/Windows. This folder is being detected when i run start-msvc9-x6.bat

bhargava....@gmail.com

unread,
Sep 27, 2012, 8:46:34 AM9/27/12
to
Problem solved
0 new messages