< achow101> well that didn't help
< GitHub32> [bitcoin] luke-jr opened pull request #8492: configure: Allow building bench_bitcoin by itself (master...conf_only_bench) https://github.com/bitcoin/bitcoin/pull/8492
< jonasschnelli> achow101: can you post your build log?
< GitHub190> [bitcoin] jonasschnelli closed pull request #5916: add key generation type (master...2015/03/keygentype) https://github.com/bitcoin/bitcoin/pull/5916
< achow101> jonasschnelli: Here https://gist.github.com/achow101/841c0c5bedaa3e0a6f641fa94b8e8c67 I'm using Ubuntu 15.10 to cross compile to windows x86_64
< teward> achow101: stupid obvious thing i'm going to point out: Ubuntu 15.10 gets no more updates, and is outside Ubuntu support, I'd suggest not using it (been dead for a couple weeks now)
< teward> (the OS itself)
< teward> whoops I can't read what channel this is, disregard (though the end of life part of Ubuntu 15.10 is still valid)
< Chris_Stewart_5> What this documenation is describing is what really happens inside of `TraverseAndBuild` right? https://bitcoin.org/en/developer-reference#creating-a-merkleblock-message
< Chris_Stewart_5> Nevermind, i think it is. The part that was throwing me off was I wasn't seeing this line where the new flag was being appened to our flag list
< jonasschnelli> achow101: seems like your minGW compiler does not understand c++11?
< jonasschnelli> maybe doublecheck if you have the most recent version of mingw-w64 and g++-mingw-w64
< achow101> jonasschnelli: looks like it's up to date. How do I check the version
< achow101> I have version 4.9.3
< achow101> *4.9.2
< instagibbs> how/when does a SafeMode event occur?
< instagibbs> I've been informed that it was some old thing disabled long ago, which is why I couldn't figure out what it does. nevermind
< sipa> achow101: that should be fine
< GitHub124> [bitcoin] jtimon opened pull request #8493: Untested: libcosnensus: Expose VerifyHeader (master...0.13-consensus-header) https://github.com/bitcoin/bitcoin/pull/8493