Hello all, good day.
I would like to request assistance for an issue I'm facing.
I have a Sandstorm Go project that accesses an external HTTP API using raw capnp.
I installed the capnp tool using "Release Tarball" method as per instructions in the Cap'n Proto website.
My schema compiles ok via "capnp compile -ogo <schema file>", and there were no code errors in the IDE.
But when building the project, I get several errors of the following kind:
"
Building go server
# zenhack.net/go/sandstorm/capnp/util
"
I'm using Cline as assistant, and Cline suggests that the issue stems from incompatible Cap'n Proto versions between the generated schema code (v3) and the Go Sandstorm librarie(s) which use v2 (
zenhack.net/go/sandstorm?).
Thanks in advance.