[vbox-dev] configure.vbs patch

Oliver Loch grimeton at gmx.net
Sun Sep 16 21:15:13 GMT 2012


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 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.vbs.patch
Type: application/octet-stream
Size: 1172 bytes
Desc: not available
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20120916/21268582/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4343 bytes
Desc: not available
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20120916/21268582/attachment.p7s>


More information about the vbox-dev mailing list