<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
In the process of getting set up for building the open jdk I ran make
sanity and was getting freetype version check failures.  My version of
freetype was installed via the binary installer at  <a
 class="moz-txt-link-freetext"
 href="http://gnuwin32.sourceforge.net/packages/freetype.htm">http://gnuwin32.sourceforge.net/packages/freetype.htm</a>. 
<br>
<br>
To fix the problem I had to copy C:\Program
Files\GnuWin32\bin\freetype6.dll to
C:\OpenJDK\jdk7\build\windows-i586\btbins
<br>
<br>
This line in C:\OpenJDK\jdk7\jdk\make\tools\freetypecheck\Makefile was
supposed to do the latter but for whatever reason it didn't:<br>
  $(CP) $(FREETYPE_DLL) $(@D)/  <br>
I did try editing the file to change FREETYPE_DLL from freetype.dll to
freetype6.dll and also copy the file from C:\Program Files\GnuWin32\bin
to C:\Program Files\GnuWin32\lib but that didn't fix the problem so
maybe the $(@D) is incorrect. I haven't figured out how to get tracing
turned on so I don't know what $(@D) resolved to.
<div class="moz-signature">-- <br>
<font color="#0060a0" face="Arial, sans-serif" size="1"><b>Pete Brunet</b></font><br>
<font color="#0060a0"><span style="text-decoration: line-through;">
              
              
              
              
    
</span></font><br>
<font color="#333333" face="Arial, sans serif" size="1">
a11ysoft - Accessibility Architecture and Development<br>
(512) 238-6967 (work), (512) 689-4155 (cell)<br>
Skype: pete.brunet<br>
IM: ptbrunet (AOL, Google), <a class="moz-txt-link-abbreviated" href="mailto:ptbrunet@live.com">ptbrunet@live.com</a> (MSN<br>
<a class="moz-txt-link-freetext" href="http://www.a11ysoft.com/about/">http://www.a11ysoft.com/about/</a><br>
Ionosphere: WS4G
<br>
</font>
</div>
</body>
</html>