I recently found the win64 platform sdk April 2005 version on my minimalist msdn subscription.
On Thursday, December 22, 2011, Kelly O'Hair <kelly.oh...@oracle.com> wrote: > > With Visual Studio, you need to setup some environment variables. > Try running this before you start the make: > eval `sh ./make/scripts/vsvars.sh -v7 -64` > This script should find the Visual Studio vsvars64.bat file, run it and set the appropriate > environment variables for you. > Just run: sh ./make/scripts/vsvars.sh -v7 -64 > to see what it spits out, the eval command just gets those setting into your current shell environment. > -kto > On Dec 22, 2011, at 12:56 AM, ರಂಜಿತ್ ಕುಮರ್ wrote: > > Hi, > > I am able to build 32 bit openjdk successfully, but i am facing issues when i try to build openjdk for 64 bit > > I am using Windows2003 64 bit enterprise edition OS and I installed required software > > ANT > Microsoft Windows Server 2003 SP1 Platform SDK (in the build document mention Microsoft Platform Software Development Kit (SDK), April 2005 Edition i am unable to find exact one ) > Directx 9.0 sdk > Sun JDK6 > > and configured ALT_* path and required PATH > > when i sanity in cygwin, i am getting flowing error and stopped > > $ make sanity ARCH_DATA_MODEL=64 > jdk/make/common/shared/Compiler-msvc.gmk:133: *** COMPILER_VERSION cannot be empty here. Stop. > > > Please help me to resolve this issue. > > Thanks & Regards > Ranjith > >