As you might have seen in the last changset, build-infra now builds on 32bit windows.
Phil Race
philip.race at oracle.com
Fri Nov 4 12:25:50 PDT 2011
So a little further now.
>configure: error: Tried to find a VS installation under "C:\Program
Files (x86)"
> but failed. Please run "c:\cygwin\bin\bash.exe -l" from a VS command
prompt and
> then run configure/make from there.
Apparently because my VS2010 is not in the standard place I was required to
go run c:\vs2010\VC\bin\vcvars32.bat, then start my shell
OK .. but VS sets the variable VS100COMNTOOLS so all you had to do was
look for this variable
VS100COMNTOOLS=c:\vs2010\Common7\Tools\
This would be a regression from the current build system which checks
for this variable.
Anyway I got past that too, however I am stuck again :-
----
checking for host address size... 32 bits
checking whether byte ordering is bigendian... yes
configure: WARNING: The tested endian in the host (big) differs from the
endian
expected to be found in the host (little)
checking for javac... no
checking for java... /cygdrive/c/Windows/system32/java
checking for java... (cached) /cygdrive/c/Windows/system32/java
checking for cygpath... (cached) /usr/bin/cygpath
configure: error: Cannot find the rt.jar or its equivalent!
----
I don't know how disconcerted to be by the warning but how do I fix the
issue with rt.jar ?
How does it look for rt.jar ? Actually why does it need rt.jar ?
-phil.
On 11/4/2011 11:14 AM, Fredrik Öhrström wrote:
> You need to download three files that will soon be added to the repository
> when the legal paperwork clears.
>
> Read here.
>
> http://mail.openjdk.java.net/pipermail/build-infra-dev/2011-September/000065.html
>
> //Fredrik
>
> ----- philip.race at oracle.com skrev:
More information about the build-infra-dev
mailing list