Help to build OpenJDK, Windows 7, VS2008 (VS2010)

2010-12-14 Thread Dang Nhan Nguyen
Hi, I am trying to build openjdk on Windows 7, with VS2008 (or VS2010). I had problem with freetype check and all the freetype version available is for 32bit. So I loaded the source from Freetype and compile it by myself using VS2010 (64bit). I got a .lib file, changed its name to freetype.lib

RE: Help to build OpenJDK, Windows 7, VS2008 (VS2010)

2010-12-14 Thread Dang Nhan Nguyen
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

Requesting help in building HotSpot Project

2010-12-14 Thread Kanik Chakravarty
Hello I am modifying the HotSpot project and inserting print statements to get a trace of the code. I am using Netbeans to build the HotSpot. Is there a way to change the makefiles so that I can build the OpenJDK from my modified HotSpot. Currently I am doing the following: 1. Build my HotSpot in a

Re: Help to build OpenJDK, Windows 7, VS2008 (VS2010)

2010-12-14 Thread Lussier, Denis
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

Re: Help to build OpenJDK, Windows 7, VS2008 (VS2010)

2010-12-14 Thread Phil Race
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.

Re: hotspot build problems

2010-12-14 Thread Per Bothner
So - is this a good fix? On 12/11/2010 04:11 PM, Per Bothner wrote: On 12/11/2010 03:50 PM, Per Bothner wrote: We also need to do: chcon -t execmem_exec_t linux_i486_compiler2/product/gamma This command enables test_gamma to sucessfully run with SELinux enabled. The attached patch seems to w