[vbox-dev] Build issues

Suren R Gundumalla sureng.reddy at gmail.com
Tue Jun 23 19:17:03 GMT 2009


Thanks Frank. I disabled webservices support but i still get errors like
below:
kmk.exe[2]: *** No rule to make target `C:/Program', needed by
`C:/VirtualBox-2.2.4_OSE/out/win.x86/release/obj/VirtualBox/VirtualBox.exe'.
 Stop.

I don't even get a clue ?


----------------------------------------Partial
output-------------------------------------------

kBuild: Compiling VBoxHeadless -
C:/VirtualBox-2.2.4_OSE/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
kmk.exe[2]: *** No rule to make target `C:/Program', needed by
`C:/VirtualBox-2.2.4_OSE/out/win.x86/release/obj/VirtualBox/VirtualBox.exe'.
 Stop.
kmk.exe[2]: *** Waiting for unfinished jobs....
VBoxHeadless.cpp
kmk.exe[2]: Leaving directory `C:/VirtualBox-2.2.4_OSE'
kmk.exe[2]: Entering directory `C:/VirtualBox-2.2.4_OSE'
kmk.exe[2]: *** Exiting with status 2
kmk.exe[1]: *** [pass_binaries_this] Error 2
kmk.exe[1]: Leaving directory `C:/VirtualBox-2.2.4_OSE'
kmk: *** [pass_binaries_order] Error 2



On Thu, Jun 11, 2009 at 3:00 PM, Suren Reddy <sureng.reddy at gmail.com> wrote:
- Show quoted text -


On Thu, Jun 18, 2009 at 12:48 AM, Frank Mehnert <Frank.Mehnert at sun.com>wrote:

> Suren,
>
> On Sunday 14 June 2009, Suren Reddy wrote:
> > After i installed gSOAP  i made sure i have the files soapcpp2, wsdl2h,
> > libgsoap++.a, and stlvector.h.
> > Now i get into different errors but better than last time.
>
> [...]
>
> >
> C:/VirtualBox-2.2.4_OSE/out/win.x86/release/obj/webservice/VirtualBox.xidl
> > kmk.exe[2]: *** No rule to make target `/stdsoap2.cpp', needed by
> > `C:/VirtualBox-2.2.4_OSE/out/win.x86/release/obj/vboxsoap/stdsoap2.obj'.
> >  Stop.
>
> The reason is that the layout of the SOAP packages changed, AFAIR with
> 2.7.13. We are still using version 2.7.12. It might help (I did not
> test this for Windows) to add the following settings to your
> LocalConfig.kmk
> (which resides in the root directory of the tree):
>
>  VBOX_GSOAP_CXX_SOURCES :=
>  VBOX_GSOAP_CXX_LIBS := libgsoap++
>
> The first statement will ensure that stdsoap2.cpp is not required
> anymore. The second statement should ensure that the static library
> which contains the object code of stdsoap2.cpp is added. Again, I
> did not test this on Windows and you might have a look at
>
>  src/VBox/Main/webservice/Makefile.kmk
>
> to get an understanding what's happen. Or just disable webservice
> support.
>
> Kind regards,
>
> Frank
> --
> Dr.-Ing. Frank Mehnert    Sun Microsystems, Inc.    www.sun.com
>
> _______________________________________________
> vbox-dev mailing list
> vbox-dev at virtualbox.org
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20090623/a93ee8d8/attachment.html>


More information about the vbox-dev mailing list