Bug #1802
which libcapnp version?
Status: | Closed | Start date: | 2017-03-03 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
hi,
in version 3.0, configure.ac looks for `libcapnp > 0.5.3`, but looking at https://capnproto.org/install.html, it seems libcapnp 0.5.3 is the latest version.
after changing configure.ac to check for `libcapnp >= 0.5.3`, i get a compilation error: "Version mismatch between generated code and library headers. You must use the same version of the Cap'n Proto compiler and library."
what am i missing?
cheers, piem
History
#1
Updated by Chris Cannam about 8 years ago
For now I'm afraid you need a git checkout of capnproto. There is supposed to be a new release of it quite soon, and I believe the actual version will be 0.6.
See the example in the Sonic Visualiser repo at deploy/linux/docker/Dockerfile_v3.0_ubuntu1604
for how I handle this in the Ubuntu package build.
#2
Updated by Chris Cannam over 6 years ago
- Status changed from New to Closed