Thanks Frank. I disabled webservices support but i still get errors like below:<div><br></div><div><span class="Apple-style-span" style="border-collapse: collapse; ">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.</span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></div><div><span class="Apple-style-span" style="border-collapse: collapse;">I don't even get a clue ?<br></span><div><span class="Apple-style-span" style="border-collapse: collapse; "><div>
<br><div><br><div>----------------------------------------Partial output-------------------------------------------</div><div><br><div><div>kBuild: Compiling VBoxHeadless - C:/VirtualBox-2.2.4_OSE/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp</div>
<div>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.</div><div class="im" style="color: rgb(80, 0, 80); "><div>kmk.exe[2]: *** Waiting for unfinished jobs....</div>
</div><div>VBoxHeadless.cpp</div><div class="im" style="color: rgb(80, 0, 80); "><div>kmk.exe[2]: Leaving directory `C:/VirtualBox-2.2.4_OSE'</div><div>kmk.exe[2]: Entering directory `C:/VirtualBox-2.2.4_OSE'</div>
<div>kmk.exe[2]: *** Exiting with status 2</div></div><div>kmk.exe[1]: *** [pass_binaries_this] Error 2</div><div class="im" style="color: rgb(80, 0, 80); "><div>kmk.exe[1]: Leaving directory `C:/VirtualBox-2.2.4_OSE'</div>
</div><div>kmk: *** [pass_binaries_order] Error 2</div><div><br></div><div><br></div><br><div class="gmail_quote"><div class="im" style="color: rgb(80, 0, 80); ">On Thu, Jun 11, 2009 at 3:00 PM, Suren Reddy <span dir="ltr"><<a href="mailto:sureng.reddy@gmail.com" target="_blank" style="color: rgb(42, 93, 176); ">sureng.reddy@gmail.com</a>></span> wrote:<br>
</div><div><div><span id="q_121f156234755a2b_8" class="h4" style="cursor: pointer; color: rgb(80, 0, 80); font-size: 9px; ">- Show quoted text -</span></div><div><font class="Apple-style-span" color="#500050" size="1"><span class="Apple-style-span" style="font-size: 9px;"><br>
</span></font></div></div></div></div></div></div></div></span><br><div class="gmail_quote">On Thu, Jun 18, 2009 at 12:48 AM, Frank Mehnert <span dir="ltr"><<a href="mailto:Frank.Mehnert@sun.com">Frank.Mehnert@sun.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Suren,<br>
<div class="im"><br>
On Sunday 14 June 2009, Suren Reddy wrote:<br>
> After i installed gSOAP  i made sure i have the files soapcpp2, wsdl2h,<br>
> libgsoap++.a, and stlvector.h.<br>
> Now i get into different errors but better than last time.<br>
<br>
[...]<br>
<br>
</div><div class="im">> C:/VirtualBox-2.2.4_OSE/out/win.x86/release/obj/webservice/VirtualBox.xidl<br>
> kmk.exe[2]: *** No rule to make target `/stdsoap2.cpp', needed by<br>
> `C:/VirtualBox-2.2.4_OSE/out/win.x86/release/obj/vboxsoap/stdsoap2.obj'.<br>
>  Stop.<br>
<br>
</div>The reason is that the layout of the SOAP packages changed, AFAIR with<br>
2.7.13. We are still using version 2.7.12. It might help (I did not<br>
test this for Windows) to add the following settings to your LocalConfig.kmk<br>
(which resides in the root directory of the tree):<br>
<br>
  VBOX_GSOAP_CXX_SOURCES :=<br>
  VBOX_GSOAP_CXX_LIBS := libgsoap++<br>
<br>
The first statement will ensure that stdsoap2.cpp is not required<br>
anymore. The second statement should ensure that the static library<br>
which contains the object code of stdsoap2.cpp is added. Again, I<br>
did not test this on Windows and you might have a look at<br>
<div class="im"><br>
  src/VBox/Main/webservice/Makefile.kmk<br>
<br>
</div>to get an understanding what's happen. Or just disable webservice<br>
support.<br>
<br>
Kind regards,<br>
<br>
Frank<br>
<font color="#888888">--<br>
Dr.-Ing. Frank Mehnert    Sun Microsystems, Inc.    <a href="http://www.sun.com" target="_blank">www.sun.com</a><br>
</font><br>_______________________________________________<br>
vbox-dev mailing list<br>
<a href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a><br>
<a href="http://vbox.innotek.de/mailman/listinfo/vbox-dev" target="_blank">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a><br>
<br></blockquote></div><br></div></div>