Willy Sudiarto Raharjo wrote:
> ./configure --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual
> Studio .NET 2003/Vc7" --with-jdk-home="/cygdrive/c/Program
> Files/Java/jdk1.6.0_07" --with-use-shell=tcsh
> --with-midl-path="/cygdrive/c/Program Files/Microsoft Visual Studio
> .NET 2003/Vc7/bin" --with-directx-home="/cygdrive/c/Program
> Files/Microsoft DirectX SDK (August 2008)"

Just in case, I am not sure, but to reduce the possibility of
misinterpreting a white space, try to consider the followings:

e.g.
 --with-cl-home="/cygdrive/c/Program Files/Microsoft Visual Studio .NET 
2003/Vc7"

1. cygpath -m -s "/cygdrive/c/Program Files/Microsoft Visual Studio .NET 
2003/Vc7"
   e.g: c:/PROGRA~1/MICROS~1.NET/Vc7

2. substitute c: with /cygdrive/c
   e.g: /cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7

3. confirm if it works.
   e.g. guw echo /cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7
        c:\PROGRA~1\MICROS~1.NET\Vc7
        guw ls /cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7

4. use it, instead.
   e.g. --with-cl-home=/cygdrive/c/PROGRA~1/MICROS~1.NET/Vc7

Assumptions:
 - cl.exe maybe prefer c:\ notation to /cygdrive/c/ one.

 - guw converts /cygdrive/c/ to c:\, which will be invoked by dmake.

 - UNIX commands of Cygwin can be easily tricked with a white space
   e.g: ls c:/PROGRA~1 works, but ls c:/Program Files does not work.

Ciao,
Tora

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to