Hello,

please find attached a patch to configure.vbs that works around an empty 
strClExe on Windows7/VS2010SP1 x64 setups.

It also fixes the value of strPathVC on x64.

On my machine in a Visual Studio Command Prompt Which("cl.exe") returns 
"c:\program files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\cl.exe" which 
then leads to false paths later in the process.

The last part of the path is also returned as *NIX path, so that "amd64/cl.exe" 
is completly replaced with nothing and you end up with an empty strClExe on 
line 1072.

License as always: MIT

KR,

Oliver 

Attachment: configure.vbs.patch
Description: Binary data

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to