<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Frank</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
</span>at first you should check if VBOX_WITH_R0_LOGGING is really defined when<br>
you compile the VMM part. Apply this patch manually:<br>
<br>
--- VMMR3/VMM.cpp       (revision 104360)<br>
+++ VMMR3/VMM.cpp       (working copy)<br>
@@ -383,6 +383,7 @@<br>
         }<br>
<br>
 # ifdef VBOX_WITH_R0_LOGGING<br>
+# error EXPECTED<br>
         size_t const cbLogger = RTLogCalcSizeForR0(pLogger->cGroups, 0);<br>
         for (VMCPUID i = 0; i < pVM->cCpus; i++)<br>
         {<br>
<br>
and compile your tree. If 'kmk' does not abort with a build error "EXPECTED"<br>
then you did something wrong.</blockquote><div><br></div><div>I applied the patch and tried to compile, but it exits with that build error, as expected.</div><div>That means that VBOX_WITH_R0_LOGGING is defined, right? So what can I do now?  </div></div><br></div></div>