Building VirtualBox OSE 32 bit (SVN) with VS2010

Discussions related to using the OSE version of VirtualBox.
Nitrous
Posts: 19
Joined: 21. Jan 2015, 08:29

Re: Building VirtualBox OSE 32 bit (SVN) with VS2010

Post by Nitrous »

I work in a software company..product runs on VBOX..it was on 4.2 until now..I have been asked to update it..I have been trying for weeks...but to no end.. :x
Nitrous
Posts: 19
Joined: 21. Jan 2015, 08:29

Re: Building VirtualBox OSE 32 bit (SVN) with VS2010

Post by Nitrous »

SDK_VBOX_LIBCURL_INCS.amd64 := $(PATH_HELPER_TOOLS)/amd64/curl-7.28.1/include


This is the curl path that I have given. It is correct i guess. Cant here be any other error?
Nitrous
Posts: 19
Joined: 21. Jan 2015, 08:29

Re: Building VirtualBox OSE 32 bit (SVN) with VS2010

Post by Nitrous »

SDK_VBOX_LIBCURL_LIBS.amd64 := $(PATH_HELPER_TOOLS)/amd64/curl-7.28.1/builds/libcurl-vc10-x64-release-static-ipv6-sspi-spnego/lib/libcurl_a.lib
This the curl library path give. Is it correct.. libcurl_a.lib?
Nitrous
Posts: 19
Joined: 21. Jan 2015, 08:29

Re: Building VirtualBox OSE 32 bit (SVN) with VS2010

Post by Nitrous »

Failing command shows this:

The failing command:
@ C:/PROGRA~2/MICROS~2.0/VC/bin/x86_amd64/cl.exe -c -TP -nologo -O2 -Zi -Zl -GR-
-EHsc -GF -MD -W3 -wd4065 -wd4244 -wd4996 -Zc:wchar_t- -O2 -Oy- -WX -GS- -IE:/
VBOX_FRESH/vbox_svn/src/VBox/Runtime/include -IE:/VBOX_FRESH/vbox_svn/src/libs/z
lib-1.2.6 -IE:/VBOX_FRESH/vbox_svn/src/libs/liblzf-3.4 -IE:/VBOX_FRESH/vbox_svn/
src/libs/kStuff/kStuff/include -IE:/VBOX_FRESH/vbox_svn/out/win.amd64/release/ob
j/VBoxRT/dtrace -IE:/VBOX_FRESH/vbox_svn/src/libs/libxml2-2.6.31/include -IE:\VB
OX_FRESH\vbox_svn/../HelperTools/amd64/curl-7.28.1/include/curl -IE:\VBOX_FRESH\
vbox_svn/../HelperTools/amd64/curl-7.28.1/include/curl -IE:\VBOX_FRESH\vbox_svn/
../HelperTools/amd64/OpenSSL/include -IE:\VBOX_FRESH\vbox_svn/../HelperTools/amd
64/OpenSSL/include -IC:/PROGRA~2/MICROS~2.0/VC/include -IC:/PROGRA~2/MICROS~2.0/
VC/atlmfc/include -IC:/PROGRA~2/MIA713~1/Windows/v7.0A/Include -IC:/PROGRA~2/MIA
713~1/Windows/v7.0A/Include -IE:/WDK/inc/api -IE:/WDK/inc/ddk -IE:/VBOX_FRESH/vb
ox_svn/include -IE:/VBOX_FRESH/vbox_svn/out/win.amd64/release -IC:/PROGRA~2/MICR
OS~2.0/VC/include -IC:/PROGRA~2/MICROS~2.0/VC/atlmfc/include -DVBOX -DVBOX_OSE -
DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_DEBUGGER -DRT_OS_WINDOWS -D__WIN__ -DRT_AR
CH_AMD64 -D__AMD64__ -D__WIN64__ -DVBOX_WITH_HARDENING -D_REENTRANT -DWIN32 -D_W
INDOWS -D_MBCS -DBUILDING_LIBCURL -D_AMD64_ -DAMD64 -D_WIN64 -DIN_RING3 -DHC_ARC
H_BITS=64 -DGC_ARCH_BITS=64 -DIN_RT_R3 -DIN_SUP_R3 -DLDR_WITH_NATIVE -DLDR_WITH_
ELF32 -DLDR_WITH_PE -DRT_WITH_VBOX -DRT_WITHOUT_NOCRT_WRAPPERS -DIPRT_WITH_OPENS
SL -DLDR_WITH_KLDR -DIN_SUP_R3 -DIN_SUP_R3 -DIPRT_WITH_XAR -DIPRT_WITHOUT_SHA512
T224 -DIPRT_WITHOUT_SHA512T256 -DIPRT_WITH_HTTP -D_CRT_SECURE_NO_DEPRECATE -FdE:
/VBOX_FRESH/vbox_svn/out/win.amd64/release/obj/VBoxRT/common/misc/s3-obj.pdb -FD
-FoE:/VBOX_FRESH/vbox_svn/out/win.amd64/release/obj/VBoxRT/common/misc/s3.obj E
:\\VBOX_FRESH\\vbox_svn\\src\\VBox\\Runtime\\common\\misc\\s3.cpp
kmk: *** [E:/VBOX_FRESH/vbox_svn/out/win.amd64/release/obj/VBoxRT/common/misc/s3
.obj] Deleting file `E:/VBOX_FRESH/vbox_svn/out/win.amd64/release/obj/VBoxRT/com
mon/misc/s3-obj.idb'
Nitrous
Posts: 19
Joined: 21. Jan 2015, 08:29

Re: Building VirtualBox OSE 32 bit (SVN) with VS2010

Post by Nitrous »

No rule to make target `E:/VBOX_FRESH/vbox_svn/src/VBox/Runtime/common/misc/http.cpp needed by `E:/VBOX_FRESH/vbox_svn/out/win.amd64/release/obj/VBoxRT/common/misc/http.obj.

This is the latest error coming up
Post Reply