asheesh changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Channel glossary: "i,i" means "I have no point, I just want to say". b == thumbs up. | Public logs at https://botbot.me/freenode/sandstorm/ & http://logbot.g0v.tw/channel/sandstorm/today
isd has joined #sandstorm
menace has joined #sandstorm
jadewang has quit [Remote host closed the connection]
joshbuddy has quit [Quit: joshbuddy]
jadewang has joined #sandstorm
menace has quit [Quit: Leaving.]
joshbuddy has joined #sandstorm
bb010g has quit [Quit: Connection closed for inactivity]
joshbuddy has quit [Quit: joshbuddy]
isd has quit [Ping timeout: 264 seconds]
isd has joined #sandstorm
joshbuddy has joined #sandstorm
_whitelogger_ has joined #sandstorm
isd has quit [Quit: Leaving.]
joshbuddy has quit [Quit: joshbuddy]
rolig has quit [*.net *.split]
aldeka_ has quit [*.net *.split]
XgF has quit [*.net *.split]
rolig has joined #sandstorm
isd has joined #sandstorm
XgF has joined #sandstorm
aldeka_ has joined #sandstorm
{prosody} is now known as prosody
simonv3 has quit [Quit: Connection closed for inactivity]
isd has quit [Quit: Leaving.]
<ocdtrekkie_> Sometimes, random life events dictate code priority: https://github.com/ocdtrekkie/HAController/commit/eda013fed6d5492d4c5dfeaf93db6cc6ff38b4fd (My home automation system now interprets broadcasts from my smoke detectors.)
|jemc| has joined #sandstorm
_whitelogger has joined #sandstorm
heliostatic has quit [Ping timeout: 260 seconds]
|jemc| has quit [Ping timeout: 260 seconds]
raoulzecat has joined #sandstorm
heliostatic has joined #sandstorm
heliostatic has quit [Ping timeout: 272 seconds]
joshbuddy has joined #sandstorm
joshbuddy has quit [Quit: joshbuddy]
joshbuddy has joined #sandstorm
heliostatic has joined #sandstorm
joshbuddy has quit [Quit: joshbuddy]
heliostatic has quit [Ping timeout: 260 seconds]
jadewang has quit [Remote host closed the connection]
heliostatic has joined #sandstorm
heliostatic has quit [Ping timeout: 264 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 276 seconds]
ArcTanSusan has joined #sandstorm
ArcTanSusan has quit [Client Quit]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 240 seconds]
heliostatic has joined #sandstorm
heliostatic has quit [Ping timeout: 240 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 240 seconds]
heliostatic has joined #sandstorm
heliostatic has quit [Ping timeout: 250 seconds]
<XgF> ocdtrekkie_: Wow, thats the first time I've seen VB in years
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 265 seconds]
xet7 has quit [Ping timeout: 276 seconds]
xet7 has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 276 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 272 seconds]
raoulzecat has quit [Ping timeout: 255 seconds]
raoulzecat has joined #sandstorm
bb010g has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 260 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 246 seconds]
asmyers has joined #sandstorm
jadewang has joined #sandstorm
joshbuddy has joined #sandstorm
jadewang has quit [Ping timeout: 264 seconds]
Jan\ has joined #sandstorm
prosody is now known as prsdy
prsdy is now known as Prosody
asmyers has quit [Ping timeout: 240 seconds]
joshbuddy has quit [Ping timeout: 256 seconds]
joshbuddy has joined #sandstorm
jadewang has joined #sandstorm
joshbuddy has quit [Quit: joshbuddy]
jadewang has quit [Ping timeout: 240 seconds]
|jemc| has joined #sandstorm
joshbuddy has joined #sandstorm
|jemc| has quit [Ping timeout: 260 seconds]
jadewang has joined #sandstorm
natea has joined #sandstorm
jadewang has quit [Ping timeout: 272 seconds]
asmyers has joined #sandstorm
simonv3 has joined #sandstorm
joshbuddy has quit [Quit: joshbuddy]
<simonv3> Is there a place that showcases how a purely front-end tool might be packaged for Sandstorm?
<dwrensha> simonv3: draw.io is built on top of https://github.com/sandstorm-io/sandstorm-rawapi-example
<simonv3> awesome, thanks
joshbuddy has joined #sandstorm
jadewang has joined #sandstorm
mnutt has joined #sandstorm
asmyers has quit [Ping timeout: 272 seconds]
natea has quit [Quit: natea]
decipherstatic has quit [Quit: No Ping reply in 180 seconds.]
decipherstatic has joined #sandstorm
<mnutt> I’m trying to build sandstorm from source to make some changes, and I get to compiling capnp files and it segfaults:
<mnutt> capnpc: capnp/test.capnp
<mnutt> Segmentation fault
<mnutt> I ran `make update-deps && make clean && make` to produce that
pentalus has joined #sandstorm
<dwrensha> mnutt: could you possibly be hitting https://github.com/sandstorm-io/capnproto/issues/212 ?
<mnutt> maybe so, sounds like I need to clean out my dependencies
<mnutt> I’ll give that a try
|jemc| has joined #sandstorm
jadewang has quit [Remote host closed the connection]
|jemc| has quit [Ping timeout: 276 seconds]
<mnutt> is the problem described in that ticket that capnproto was built with g++ and sandstorm is built with clang? or a specific issue with clang?
<dwrensha> the problem there was not with building sandstorm
<dwrensha> I guess it seems kinda unlikely that you're hitting the same problem
<dwrensha> Sandstorm builds itself and capnproto both with clang, so it shouldn't hit that problem
<mnutt> somehow sandstorm seems to be building capnproto with g++
<dwrensha> did you specify CXX=g++ or something like that?
<mnutt> no
<mnutt> I’m going to delete my git checkout and try again, to make sure I didn’t set anything up weirdly at some point.
mnutt has quit [Quit: mnutt]
|jemc| has joined #sandstorm
pentalus has quit [Remote host closed the connection]
|jemc| has quit [Ping timeout: 246 seconds]
natea has joined #sandstorm
<zarvox> mnutt: if you're somehow using ld.gold, also try switching to ld.bfd
<zarvox> when I tried building sandstorm with ld.gold, the resulting binaries segfaulted on launch