<DanC_>
opt/sandstorm/latest/usr/include/sandstorm/web-session.capnp:147: error: Parse error: Empty list item.
<DanC_>
opt/sandstorm/latest -> sandstorm-187
<isd>
DanC_: another wild guess: are you building with the released version of capnproto? If so that won't work; the sandstorm schema assume some functionality that's only available on master.
<DanC_>
hellifino. how do i check?
<DanC_>
I just followed the instructions on the tin: `make dev`
<isd>
capnp --version
<DanC_>
Cap'n Proto version 0.5.1.2
<isd>
Okay, yeah that's probably your issue. The release has unfortunately been held back due to the need to support non-linux platforms (e.g. windows), and in the meantime sandstorm has come to depend on features that are only available on master, so you'll have to get that installed.
<isd>
If nothing else did, probably? I think spk depends on it, but I would expect it to pull in a more recent version. Maybe it's got something installed somewhere under /opt and it's using that, but you've got an older version installed from another source somehow?
<isd>
`which capnp`?
<isd>
figure out whether a package owns that file?
<DanC_>
`dpkg -S /usr/local/bin/capnp` says no
<isd>
Yeah, if it's in /usr/local it wouldn't be packaged.
<DanC_>
find says there's no capnp bin in /opt/sandstorm/latest/ ; just include and node_modules
<isd>
Dunno. I use vagrant myself, on account of the fact that I'm on arch which doesn't do user namespaces. So this is somewhat unfamiliar territory for me.
<isd>
Also, it is my bed time.
<isd>
Best of luck.
<DanC_>
I seem to have capnproto checked out. How do I get git to tell me what version I have checked out? with hg, it's `hg sum`
<DanC_>
hasta
<isd>
git show
<DanC_>
ooh. good one! thanks
<isd>
which will give you a hash; git doesn't have revision numbers the way hg does.
<isd>
alternatively, git log
<DanC_>
Updating 09759e9..562f7ea
<isd>
Anyway, g'night
<DanC_>
hasta
<DanC_>
er... no Makefile, nothing in README about how to install capnproto in the sources.
<DanC_>
no INSTALL file
<DanC_>
ah... doc/install.md
yeehi has joined #sandstorm
<DanC_>
hmm... sandstorm has been running for 1 weeks 4 days, but the /latest pointer is to something relased 10 hours ago