Open dmitry-sher opened 7 years ago
Historically Sandstorm has actually required that you always use Cap'n Proto from master, as for a long time we failed to find time to do a capnp release, and we'd often add features to Cap'n Proto and use them immediately in Sandstorm.
Now that capnp 0.6 is out (along with a streamlined release process that should be easier to keep up with going forward) and Sandstorm developed has slowed, this may not be an issue anymore. 0.6 should be good enough.
I agree the docs should indicate required capnp version so I'll leave this bug open.
Sandstorm version: 211 Capnp version: 0.5.3 OS: Ubuntu 16 x64 in VirtualBox (kernel: 4.8.0-040800-lowlatency)
I was going through tutorial here: https://docs.sandstorm.io/en/latest/developing/powerbox/ I just take the
capnp
file as it is from docs, run the eval command and it fails like this:The same command works well for
capnp
on Mac OS X 10.12.5 (16F73), capnp installed today from homebrew. Installed file:capnp-0.6.1.sierra.bottle.tar.gz
It'd be nice to update docs about minimum
capnp
version. I've installedcapnp
in Ubuntu VM withsudo apt-get install capnproto