Subject: | sys-virt does not compile with libvirt 0.4.0 |
Date: | Thu, 31 Jan 2008 10:31:12 +0100 |
To: | bug-Sys-Virt [...] rt.cpan.org |
From: | Roman Divacky <roman_divacky [...] tempest.sk> |
hi
sys-virt does not compile with libvirt 0.4.0, complaining like this:
Virt.xs: In function ‘boot_Sys__Virt’:
Virt.xs:504: error: ‘VIR_DOMAIN_DESTROY’ undeclared (first use in this
function)
Virt.xs:504: error: (Each undeclared identifier is reported only once
Virt.xs:504: error: for each function it appears in.)
Virt.xs:505: error: ‘VIR_DOMAIN_RESTART’ undeclared (first use in this
function)
Virt.xs:506: error: ‘VIR_DOMAIN_PRESERVE’ undeclared (first use in this
function)
Virt.xs:507: error: ‘VIR_DOMAIN_RENAME_RESTART’ undeclared (first use in
this function)
those definitions were moved to the internal tests only so its not
publicly available.. see this mail:
http://www.redhat.com/archives/libvir-list/2007-October/msg00061.html
the definitions just can be removed fixing the issue
roman divacky