de_henne_ has joined #stellar-dev
de_henne has quit [Ping timeout: 264 seconds]
[7] has quit [Disconnected by services]
TheSeven has joined #stellar-dev
de_henne_ has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
<stellar-slack> <sacarlson> I'm now adding another feature onto the multi-sign-websocket that's called "broadcast" this action allows registered listeners to broadcast authenticated messages to all other listeners using stellar authentication so that instructions are know to come from the holder of a stellar account
<stellar-slack> <sacarlson> in my case I will use this function in my poker game to broadcast to the group of players that I'm playing with that I want to cash out of the joint held account. the group will all see this and know it's from said account holder so will agree to sign the transaction send the funds from the joint account and delete him from the signing group
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar-dev
rejon has joined #stellar-dev
etrepum has quit [Ping timeout: 240 seconds]
etrepum has joined #stellar-dev
<stellar-slack> <buhrmi> how about implementing SCP with quantum algorithms
<stellar-slack> <sacarlson> what are quantum algorithms
<stellar-slack> <buhrmi> nobody knows, even the experts on quantum algorithms
<stellar-slack> <sacarlson> just one of those cool sounding words that no one knows
pixelbeat has joined #stellar-dev
Kwelstr has quit [Quit: ugh]
Kwelstr has joined #stellar-dev
pixelbeat has quit [Ping timeout: 255 seconds]
pixelbeat has joined #stellar-dev
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar-dev
rejon has quit [Ping timeout: 240 seconds]
<stellar-slack> <sacarlson> any thing else you might need monsieurnicolas for https://github.com/stellar/stellar-core/issues/749? you can barrow my vpn if you want
<stellar-slack> <monsieurnicolas> I think Graydon was going to look into it next, I'm working on some other things right now
<stellar-slack> <sacarlson> ok
<stellar-slack> <graydon> it's on my list. I'm not sure how to prioritize it relative to other stuff. sacarlson: do you have short-term workarounds, or is it blocking you?
<stellar-slack> <sacarlson> no not a big problem I just reset software and it works fine. If it ended up being a problem I had planed to write a script. but my isp only resets my ip one time every 24 hours\
<stellar-slack> <graydon> ok. I'll try to start digging today but I have a couple things I'd like to get ironed out before hand if that's ok with you.
<stellar-slack> <sacarlson> normal hours of reset are when I'm asleep any way
<stellar-slack> <sacarlson> ok take your time
pixelbeat has quit [Ping timeout: 240 seconds]
pixelbeat has joined #stellar-dev
Kwelstr has quit [*.net *.split]
etrepum has quit [*.net *.split]
AhmedElGamil has quit [*.net *.split]
moo-_- has quit [*.net *.split]
jbenet has quit [*.net *.split]
ultrashag has quit [*.net *.split]
AhmedElGamil has joined #stellar-dev
etrepum has joined #stellar-dev
jbenet has joined #stellar-dev
ultrashag has joined #stellar-dev
moo-_- has joined #stellar-dev
Kwelstr has joined #stellar-dev
proppy has quit [Remote host closed the connection]
mafs has quit [Remote host closed the connection]
etrepum has quit [Remote host closed the connection]
proppy has joined #stellar-dev
mafs has joined #stellar-dev
etrepum has joined #stellar-dev
<stellar-slack> <ericwheeler> oh ok
<stellar-slack> <graydon> so it's building now?
<stellar-slack> <ericwheeler> it left make needing bison--installing now
<stellar-slack> <ericwheeler> now it needs flex--installing lol
<stellar-slack> <ericwheeler> g++: error: xdrc/scan.cc: No such file or directory g++: fatal error: no input files compilation terminated. Makefile:1015: recipe for target 'xdrc/scan.o' failed make[3]: *** [xdrc/scan.o] Error 1 make[3]: Leaving directory '/home/ewheeler/stellar-core/lib/xdrpp' Makefile:1645: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/ewheeler/stel
<stellar-slack> target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/ewheeler/stellar-core' Makefile:391: recipe for target 'all' failed make: *** [all] Error 2
<stellar-slack> <jed> you probably need to do git submodule init and git submodule update
<stellar-slack> <ericwheeler> will do
<stellar-slack> <ericwheeler> brb
<stellar-slack> <ericwheeler> in the stellar-core directory?
<stellar-slack> <jed> yeah
<stellar-slack> <ericwheeler> just checking, not that familiar with git
<stellar-slack> <graydon> no worries. git submodules are one of its less-well-known and less-well-behaved features.
<stellar-slack> <ericwheeler> ran both commands, should I try to make again?
<stellar-slack> <jed> yeah
<stellar-slack> <ericwheeler> make[3]: Entering directory '/home/ewheeler/stellar-core/lib/xdrpp' /bin/sh ./../../ylwrap xdrc/scan.ll .c xdrc/scan.cc -- /bin/sh /home/ewheeler/stellar-core/missing flex updating lex.yyxdrc/scan.cc mv: cannot move ‘http://tmp-scan.cc|tmp-scan.cc’ to ‘../lex.yyxdrc/scan.cc’: No such file or directory depbase=`echo xdrc/scan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I.
<stellar-slack> xdrc/scan.o -MD -MP -MF $depbase.Tpo -c -o xdrc/scan.o xdrc/scan.cc &&\ mv -f $depbase.Tpo $depbase.Po g++: error: xdrc/scan.cc: No such file or directory g++: fatal error: no input files compilation terminated. Makefile:1015: recipe for target 'xdrc/scan.o' failed make[3]: *** [xdrc/scan.o] Error 1 make[3]: Leaving directory '/home/ewheeler/stellar-core/lib/xdrpp' Makefile:1645: recipe for target 'all-recursive' fa
<stellar-slack> 1 make[2]: Leaving directory '/home/ewheeler/stellar-core/lib' Makefile:460: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/ewheeler/stellar-core' Makefile:391: recipe for target 'all' failed make: *** [all] Error 2
<stellar-slack> <graydon> actually I would recommend starting from ./autogen.sh
<stellar-slack> <graydon> then ./configure
<stellar-slack> <graydon> then make
<stellar-slack> <graydon> after the submodule update
<stellar-slack> <ericwheeler> ok will try that
<stellar-slack> <graydon> the configuration needs to have everything checked out to work properly :(
<stellar-slack> <ericwheeler> Entering 'lib/libmedida' Entering 'lib/libsodium' autoreconf: Entering directory `.' autoreconf: http://configure.ac|configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: http://configure.ac|configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: copying file `build-aux/ltmai
<stellar-slack> AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: http://configure.ac|configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --force-missin
<stellar-slack> Entering 'lib/xdrpp' http://configure.ac:11|configure.ac:11: warning: unknown warning category 'extra' http://configure.ac:11|configure.ac:11: warning: unknown warning category 'conversion' lib/Makefile.am:50: warning: user target 'installdirs' defined here ... /usr/share/automake-1.15/am/install.am: ... overrides Automake target 'installdirs' defined here lib/Makefile.am:46: warning: user target 'install' defined h
<stellar-slack> /usr/share/automake-1.15/am/install.am: ... overrides Automake target 'install' defined here lib/Makefile.am:36: warning: user target 'install-exec' defined here ... /usr/share/automake-1.15/am/install.am: ... overrides Automake target 'install-exec' defined here lib/Makefile.am:36: consider using install-exec-local instead of install-exec lib/Makefile.am:32: warning: user target 'install-data' defined here ... /usr
<stellar-slack> overrides Automake target 'install-data' defined here lib/Makefile.am:32: consider using install-data-local instead of install-data lib/Makefile.am:52: warning: user target 'uninstall' defined here ... /usr/share/automake-1.15/am/install.am: ... overrides Automake target 'uninstall' defined here lib/Makefile.am:52: consider using uninstall-local instead of uninstall lib/Makefile.am:48: warning: user target 'installc
<stellar-slack> /usr/share/automake-1.15/am/install.am: ... overrides Automake target 'installcheck' defined here lib/Makefile.am:48: consider using installcheck-local instead of installcheck lib/Makefile.am:34: warning: user target 'install-dvi' defined here ... automake: ... overrides Automake target 'install-dvi' defined here lib/Makefile.am:34: consider using install-dvi-local instead of install-dvi lib/Makefile.am:38: warning:
<stellar-slack> ... automake: ... overrides Automake target 'install-html' defined here lib/Makefile.am:38: consider using install-html-local instead of install-html lib/Makefile.am:40: warning: user target 'install-info' defined here ... automake: ... overrides Automake target 'install-info' defined here lib/Makefile.am:40: consider using install-info-local instead of install-info lib/Makefile.am:42: warning: user target 'install-
<stellar-slack> overrides Automake target 'install-pdf' defined here lib/Makefile.am:42: consider using install-pdf-local instead of install-pdf lib/Makefile.am:44: warning: user target 'install-ps' defined here ... automake: ... overrides Automake target 'install-ps' defined here lib/Makefile.am:44: consider using install-ps-local instead of install-ps
<stellar-slack> <ericwheeler> the plot thickens lol
<stellar-slack> <ericwheeler> that was autogen
<stellar-slack> <graydon> was there an error or did it exit successfully?
<stellar-slack> <graydon> those are mostly warnings
<stellar-slack> <ericwheeler> that was the output of autgen should I continue withconfigure?
<stellar-slack> <graydon> sure