[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Problem compiling Xen 4.2 from sources
2012/10/2 Giorgio Mossa <mossa@xxxxxxxxxxxxxxxxxxxx>
Hello everyone,
I'm working on an Ubuntu 12.04 and I wanted to test
Xen 4.2 (official repository offer just version 4.1),
so I've downloaded the source tarball from the site,
followed the instruction in the readme but when compiling
I'm getting the following error:
In file included from libxl_bootloader.c:21:0:
/usr/include/libutil.h:33:2: error: #warning "Deprecated header, use <bsd/libutil.h> or libbsd-overlay.pc instead." [-Werror=cpp]
cc1: all warnings being treated as errors
make[3]: *** [libxl_bootloader.o] Error 1
could anyone explain how to solve this problem, without disabling the warning/errors compilation options?
Thanks in advance
Giorgio
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
If I remember You need textinfo library which isn't listed in there. I'm using those deppendicies to install xen 4.2 from source:
apt-get install git-core texinfo libglib2.-dev libyajl-dev build-essential bridge-utils
apt-get build-dep xen
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
|