rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Require explicit version of libvirt #39

Closed lmars closed 9 years ago

lmars commented 9 years ago

When building on Ubuntu 14.04 (which has libvirt v1.2.2), I get the following error:

# github.com/alexzorin/libvirt-go
37: error: 'VIR_FROM_FIREWALL' undeclared (first use in this function)
38: error: 'VIR_FROM_CRYPTO' undeclared (first use in this function)

Those constants were added in v1.2.3 & v1.2.4.

It would be helpful if this library made it clear what version of libvirt is required.

alexzorin commented 9 years ago

Resolved by #40