Re: build failure with --enable-cpu-level=6--enable-vmx=1
"Stanislav" <[email protected]>
| Newsgroups | gmane.comp.emulators.bochs.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes, it should. I would like to commit the change but I can. The SVN repository is not usable now because of Sourceforce problems. The project services on SourceForge started transition to new Allura interface and the transition failed. Hopefully it will be fixed soon because I already have bunch of changes and bug fixes to merge ... Thanks, Stanislav -----Original Message----- From: Sebastian Herbszt [mailto:[email protected]] Sent: Sunday, October 21, 2012 6:02 PM To: [email protected] Subject: Re: [Bochs-developers] build failure with --enable-cpu-level=6--enable-vmx=1 I wrote: > event.cc: In static member function 'static bx_bool BX_CPU_C::handleAsyncEvent()': > event.cc:181:28: error: 'VMX_TPR_Virtualization' was not declared in > this scope > make[1]: *** [event.o] Error 1 VMX_TPR_Virtualization is only available with BX_SUPPORT_VMX && BX_SUPPORT_X86_64. Should #if BX_SUPPORT_VMX if (is_unmasked_event_pending(BX_EVENT_VMX_VTPR_UPDATE)) { VMX_TPR_Virtualization(); } #endif be changed to BX_SUPPORT_VMX && BX_SUPPORT_X86_64? Sebastian ---------------------------------------------------------------------------- -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ bochs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bochs-developers ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct