Howdy !
I have cloned the latest git tree from github and ran into the following problem:
# make // looks all good
# make binary
... all goes well until it's trying to build xapi-api-libs:
gcc -D_LARGFILE64_SOURCE -D_GNU_SOURCE -fPIC -c -o vhd_stubs.o vhd_stubs.c
vhd_stubs.c:9:24: fatal error: vhd/libvhd.h : No such file or directory
compilation terminated.
This file is under xapi-api-libs/vhd/. And indeed, the subdir vhd does not contain the missing header file.
I am compiling this on a Debian wheezy/sid i686 VM.
Anyone seen this
?
Thanx,
Matthias