Title: Re: [vbox-dev] Fwd: VirtualBox compilation on Windows 7
Hi, Sameeh.


Hi all,

I am trying to compile VirtualBox for Windows x64 target and facing some issues. According to this documentation
https://www.virtualbox.org/wiki/Windows%20build%20instructions

"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."

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)

There are no such options. When I built VB for Windows I manually specified the following in the LocalConfig.kmk:

SDK_VBOX_OPENSSL-x86_INCS := C:\Programs\OpenSSL\x32\include
SDK_VBOX_OPENSSL-x86_LIBS := C:\Programs\OpenSSL\x32\lib\libssl.lib C:\Programs\OpenSSL\x32\lib\libcrypto.lib
SDK_VBOX_LIBCURL-x86_INCS := C:\Programs\curl\x32\include
SDK_VBOX_LIBCURL-x86_LIBS := C:\Programs\curl\x32\libcurl.lib
SDK_VBOX_LIBCURL-x86_LIBS.x86 := C:\Programs\curl\x32\libcurl.lib


--
Bye.                                    With best regards,
                                       Konstantin Vlasov.
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to