I'm pretty sure JDK7 is still similar to building JDK6 on Windoze... To
get you over the hump u could try bootstrapping your build with a recent
Windows JDK7 Proprietary Binary as built by Oracle. This will likely let
you build only the areas you are interested in working on. Note that you
Dang Nhan Nguyen wrote:
Thanks for the tip, Denis
I skip building CORBA (set BUILD_CORBA=false) and continue with the building.
The build will look for corba binaries and files in ALT_JDK_IMPORT_PATH which
is the same as BOOTTRAP_JDK jdk1.6.0_19.
I haven't been following this thread, but if
, December 14, 2010 6:49 PM
To: Dang Nhan Nguyen
Cc: [email protected]
Subject: Re: Help to build OpenJDK, Windows 7, VS2008 (VS2010) - Now with
building Corba
Building OpenJDK Windows binaries for the first time takes patience and
perserverance. Personally, it took me more than a week
?
Thanks
/Nhan,
From: Lussier, Denis [[email protected]]
Sent: Tuesday, December 14, 2010 6:49 PM
To: Dang Nhan Nguyen
Cc: [email protected]
Subject: Re: Help to build OpenJDK, Windows 7, VS2008 (VS2010) - Now with
building Corba
Building OpenJDK Windows binaries for the first time tak
On 12/14/2010 10:50 AM, Kelly O'Hair wrote:
You said Windows 7, but the makefile seemed to have gotten 6.1 from
the systeminfo, is that right?
Is 6.1 Windows 7? If so that sure is confusing. :^(
Yes, Windows 7 is "6.1". Windows 7 is a marketing name.
-phil.
Hi Dhang,
What you have done is consistent with how I got Freetype working in
OpenSCG's OpenJDK6 One-click Win32 installer binaries that are built using
VS2003. As per http://www.freetype.org/patents.html ... enable
FreeType's byte code interpreter when compiling Freetype and you'll
instantly
Hi guys,
I fixed the problem with FREETYPE.
What I have done is building both freetype.lib and freetype.dll from the
source; thanks to this:
http://wiki.libagar.org/wiki/Install/Windows_(Visual_Studio)#Compiling_FreeType_yourself
and put both of them in ALT_FREETYPE_LIB_PATH
Now proceeding with