<html><head><title>Re: [vbox-dev] Fwd: VirtualBox compilation on Windows 7</title>
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Hi, Sameeh.<br>
<br>
</span><table>
<tr>
<td width=3 bgcolor= #0000ff><br>
</td>
<td><span style=" font-family:'courier new'; font-size: 9pt;">Hi all,<br>
<br>
I am trying to compile VirtualBox for Windows x64 target and facing some issues. According to this documentation </span><a style=" font-family:'courier new'; font-size: 9pt;" href="https://www.virtualbox.org/wiki/Windows%20build%20instructions">https://www.virtualbox.org/wiki/Windows%20build%20instructions</a> <br>
<br>
<span style=" font-family:'courier new'; font-size: 9pt;">"<span style=" font-family:'verdana'; font-size: 10pt;"><i>For building the 64-bit target you need to add --with-openssl32= to specify the path to the 32-bit OpenSSL development package as both OpenSSL variants (32-bit and 64-bit) are required then."<br>
<br>
</i><span style=" font-family:'courier new'; font-size: 9pt;">However looking at the "configure.vbs" script it seems that it lacks this parameter at all, what environment variable should be set in order to configure the openssl32 path? ( and has the same issue libcurl32 too)</td>
</tr>
</table>
<br>
<span style=" font-family:'Courier New'; font-size: 9pt;">There are no such options. When I built VB for Windows I manually specified the following in the LocalConfig.kmk:<br>
<br>
SDK_VBOX_OPENSSL-x86_INCS := C:\Programs\OpenSSL\x32\include<br>
SDK_VBOX_OPENSSL-x86_LIBS := C:\Programs\OpenSSL\x32\lib\libssl.lib C:\Programs\OpenSSL\x32\lib\libcrypto.lib<br>
SDK_VBOX_LIBCURL-x86_INCS := C:\Programs\curl\x32\include<br>
SDK_VBOX_LIBCURL-x86_LIBS := C:\Programs\curl\x32\libcurl.lib<br>
SDK_VBOX_LIBCURL-x86_LIBS.x86 := C:\Programs\curl\x32\libcurl.lib<br>
<br>
<br>
<span style=" font-family:'arial'; font-size: 8pt; color: #c0c0c0;"><i>-- <br>
Bye.                                    With best regards,<br>
                                        Konstantin Vlasov.</body></html>