Re: A small bug: F# in $PATH

2013-06-05 Thread David Chase
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

Re: A small bug: F# in $PATH

2013-06-04 Thread Weijun Wang
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

Re: A small bug: F# in $PATH

2013-06-04 Thread Tim Bell
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

A small bug: F# in $PATH

2013-06-04 Thread Weijun Wang
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".