I ran make -d sanity today and see the following. I don't know why it
doesn't want to build freetype_versioncheck.exe. It doesn't exist.
There is however a file named freetype_versioncheck.exe.manifest so to
make sure that isn't a problem I commented out its build from
freetypecheck/makefile an
Pete Brunet wrote:
> I ran make -d sanity today and see the following. I don't know why it
> doesn't want to build freetype_versioncheck.exe. It doesn't exist.
>
> There is however a file named freetype_versioncheck.exe.manifest so to
> make sure that isn't a problem I commented out its build f
Thanks Tim,
>>No need to remake target
`c:/OpenJDK/jdk7/build/windows-i586/btbins/freetype_versioncheck.exe'.
>What is the output when you run that executable in an MS-DOS CMD window?
The exe file doesn't exist as the result of running make sanity, but if I
cd /cygdrive/c/OpenJDK/jdk7/jdk/make/
Pete Brunet wrote:
> Here is what my PATH looks like:
> $ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Program
> Files/Microsoft
> Visual Studio 9.0/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual
> Studio
> 9.0/VC/BIN:/cygdrive/c/Program Files/Microsoft Visual Studi
Tim, I remember some instructions about modifying the path that but I
didn't know how to do it so I renamed cygwin's link so it wouldn't get
called.
I have a bat file in my c:\ a follows:
cd C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools
call vsvars32
cd c:\cygwin\bin
set CLASSPATH=
b
Hi,
I tried building jdk7-b73 on Ubuntu dapper,
and had it fail with
BUILD FAILED
.../jaxp/build-defs.xml:66: Could not create task or type of type:
replaceregexp.
Ant could not find the task or a class this task relies upon.
This problem does not happen on Ubuntu hardy.
It appears to b