On Thu, Apr 16, Olaf Hering wrote:
> And initially I did not pass the matching --prefix to libvirts configure.
> Even with matching --prefix libvirt does not look in $prefix/include for
> xen/xen.h, even with --includedir=$prefix/include.
Using "env CFLAGS="-I/odd/path/include" CPPFLAGS="-I/odd/p
My xen is configured with "--prefix=/odd/path --enable-rpath". My
libvirt is configured with "env PKG_CONFIG_PATH=/odd/path/share/pkgconfig
bash -x autogen.sh --without-xen --with-libxl". Now make in libvirt fails
to find "xen/xen.h" needed by xenconfig/xen_common.c, I think it expects
it in /usr/