On 09.06.2016 13:07, Martin Pietsch wrote:
---
src/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Makefile.am b/src/Makefile.am
index 8c83b0c..83af3b7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -783,6 +783,7 @@ VBOX_DRIVER_SOURCES = \
vbox/vbox_V4_2_20.c vbox/vbox_CAPI_v4_2_20.h \
vbox/vbox_V4_3.c vbox/vbox_CAPI_v4_3.h \
vbox/vbox_V4_3_4.c vbox/vbox_CAPI_v4_3_4.h \
+ vbox/vbox_V5_0.c vbox/vbox_CAPI_v5_0.h \
vbox/vbox_common.c vbox/vbox_common.h \
vbox/vbox_uniformed_api.h \
vbox/vbox_get_driver.h \
I've got a compilation error after this patch:
CC vbox/libvirt_driver_vbox_impl_la-vbox_V5_0.lo
In file included from vbox/vbox_V5_0.c:13:0:
vbox/vbox_tmpl.c:73:29: fatal error: vbox_CAPI_v5_0.h: No such file or
directory
# include "vbox_CAPI_v5_0.h"
^
compilation terminated.
This is the problem I'm describing in 2/6.
Michal