Difficulty compiling VirtualBox 4.3.6 on Windows 7 64-bit

Discussions related to using the OSE version of VirtualBox.
Post Reply
AmirB
Posts: 1
Joined: 12. Feb 2014, 18:10

Difficulty compiling VirtualBox 4.3.6 on Windows 7 64-bit

Post by AmirB »

Hi,

I am trying to build a VirtualBox 4.3.6 on 64-bit Windows. I am following the instructions at the VirtualBox web site.

I appear to be doing something wrong with respect to the OpenSSL. At first, the compilation process could not locate any files in the include/openssl directory, until I manually copied it into ...\VirtualBox-4.3.6\src\VBox\Runtime\include.

It now does not find: VBox-libcrypto-x86.lib which it says is required by VBoxRT-x86.dll.

I previousy ran the script and it appeared to run smoothly.
cscript configure.vbs ^
--with-MinGW-w64=C:/Users/amirb/Amir/Building_VirtualBox/Unpacked/mingw64 ^
--with-libSDL=C:/Users/amirb/Amir/Building_VirtualBox/Unpacked/SDL/SDL-1.2.15 ^
--with-openssl=C:/Users/amirb/Amir/Building_VirtualBox/Unpacked/OpenSSL ^
--with-libcurl=C:/Users/amirb/Amir/Building_VirtualBox/Unpacked/cURL ^
--with-qt4=C:/Users/amirb/Amir/Building_VirtualBox/Unpacked/Qt ^
--with-python=C:/Users/amirb/Amir/Building_VirtualBox/Unpacked/Python

Any ideas?

Thanks,
Amir
Post Reply