Building VBox with VBOX_GSOAP_INSTALLED and VBOX_PATH_GSOAP

Discussions related to using the OSE version of VirtualBox.
Post Reply
luciluci
Posts: 1
Joined: 13. Nov 2013, 21:36

Building VBox with VBOX_GSOAP_INSTALLED and VBOX_PATH_GSOAP

Post by luciluci »

Hello,
I am trying to build Vbox with VBOX_GSOAP_INSTALLED set to "C:/../resources/gsoap-2.7/gsoap/bin/win32/"
and VBOX_PATH_GSOAP = "C:/../resources/gsoap-2.7/gsoap" set in PATH vars.
I am getting this error:
kmk: *** No rule to make target `D:/_WORK/Dale/VirtualBox-4.3.0_1/out/win.x86/release/obj/vboxsoap/_WORK\Dale\resources\gsoap-2.7\gsoap/', needed by `
D:/_WORK/Dale/VirtualBox-4.3.0_1/out/win.x86/release/obj/vboxsoap/_WORK\Dale\resources\gsoap-2.7\gsoap\/stdsoap2.obj'. Stop.

I am actually trying to build the Installer project to make the msi file, and it seems to break the build with the error:
D:\...\VirtualBox-4.3.0_1\src\VBox\Installer\win\VirtualBox.wxs(634) : error LGHT0083 : The file with id 'file_VBoxWebSrv.exe' and name 'kgyhh-p8.exe|VBo
xWebSrv.exe' could not be found with source path: '
D:\\...\\VirtualBox-4.3.0_1\\out\\win.x86\\release\bin\vboxwebsrv.exe'.
kmk: *** [D:/.../VirtualBox-4.3.0_1/out/win.x86/release/obj/Installer/win/VirtualBox-4.3.0_OSE-r89960_en_US.msi] Error 83

Can i take out some parts from the installer to make the installer file without the vboxwebsrv.exe?
Thank you
Post Reply