On 22/08/2012, at 9:51 PM, Daniel Veillard wrote:
> As planned, I just tagged 0.10.0 release candidate 1 in git and
> pushed a tarball and rpms to the usual place:
>
ftp://libvirt.org/libvirt/
>
> I gave it a try locally and things seems to work as expected, but
> that's far from an extensive testing :-)
>
> So please try it, try to compile it on various platforms and
> send feedback to the list.
Compilation is failing on OSX 10.7:
...
CC libvirt_util_la-viruri.lo
CC libvirt_conf_la-netdev_bandwidth_conf.lo
util/virnetlink.c:819: error: conflicting types for 'virNetlinkEventAddClient'
util/virnetlink.h:82: error: previous declaration of 'virNetlinkEventAddClient'
was here
util/virnetlink.c: In function 'virNetlinkEventAddClient':
util/virnetlink.c:819: error: expected ',' or ';' before ')'
token
util/virnetlink.c:830: error: expected '=', ',', ';',
'asm' or '__attribute__' before 'unsigned'
util/virnetlink.c:834: error: old-style parameter declarations in prototyped function
definition
util/virnetlink.c:834: error: expected '{' at end of input
make[3]: *** [libvirt_util_la-virnetlink.lo] Error 1
Any ideas?
Please try building from GIT instead - rc1 missed the fix for non-Linux
platforms.
commit 34b30de5f5812f367af362b602484fe105e4f88f
Author: Daniel P. Berrange <berrange(a)redhat.com>
Date: Wed Aug 22 16:09:17 2012 +0100
Fix parameter list in virNetlinkEvent{Add,Remove}Client Win32 stubs
The virNetlinkEventAddClient / virNetlinkEventRemoveClient stub
impls had syntax errors in their parameter lists, using a ')'
after the second-to-last parameter instead of a ','
Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com>
Daniel
--
|: