Build error of vboxwebsrv

Discussions related to using the OSE version of VirtualBox.
Post Reply
steavenku
Posts: 1
Joined: 30. Nov 2009, 10:16
Primary OS: Ubuntu 8.04
VBox Version: OSE Debian
Guest OSses: Windows 7

Build error of vboxwebsrv

Post by steavenku »

I've a problem while building the VBox v4.1.6 with webservice in both OpenSUSE 11.1 and CentOS 6. In OpenSUSE, I use gcc 4.3 and gsoap 2.8.4, In CentOS 6, I use gcc 4.4.1 and gsoap 2.7.16. The problem in OpenSUSE is when I build the vboxsoap, there is an error named "soapC-4.cpp ISO C++ forbids variable-size array" appeared. In CentOS, the error in OpenSUSE became the warning, but when linking the vboxwebsrv, an error occured, hidden symbol `soap_faultdetail' in /home/centos/VirtualBox-4.1.6_OSE/out/lib/vboxsoap.a(soapC-1.o) is referenced by DSO. What could be the cause??
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Re: Build error of vboxwebsrv

Post by frank »

The fix for this problem can be found in r40476 and r40477 of the public SVN repository.
Post Reply