On 2013-06-04, at 11:22 PM, Tim Bell wrote:
> Hi Max:
>
>> I'm trying to build 32-bit openjdk on a Windows machine. My Visual Studio
>> 2010 installation includes F#,
>
> That is why the README [1] advises ''Only the C++ part of VS2010 is needed".
That's a misleading instruction, since it se
Exactly. Thanks.
-Max
On 6/5/13 11:22 AM, Tim Bell wrote:
Hi Max:
I'm trying to build 32-bit openjdk on a Windows machine. My Visual
Studio 2010 installation includes F#,
That is why the README [1] advises ''Only the C++ part of VS2010 is
needed".
therefore the PATH variable in spec.gmk h
Hi Max:
I'm trying to build 32-bit openjdk on a Windows machine. My Visual
Studio 2010 installation includes F#,
That is why the README [1] advises ''Only the C++ part of VS2010 is needed".
therefore the PATH variable in spec.gmk has the F#/bin directory at
the beginning. It seems all charac
I'm trying to build 32-bit openjdk on a Windows machine. My Visual
Studio 2010 installation includes F#, therefore the PATH variable in
spec.gmk has the F#/bin directory at the beginning. It seems all
characters after "#" is ignored because the make process complains
"chdir: command not found".