mnutt has quit [Remote host closed the connection]
mnutt has joined #sandstorm
mnutt has quit [Client Quit]
mnutt has joined #sandstorm
yarmo has quit [Quit: yarmo]
<jonesv>
hmm if I add `using Cxx = import "c++.capnp";` to `calculator.capnp` and try to build it, I get `/tmp/capnproto/c++/samples/calculator.capnp:24:20-31: error: Import failed: c++.capnp`
<jonesv>
Just by adding the import line to calculator.capnp
<isd>
I think you want `import "/capnp/c++.capnp"`?