< GitHub166>
[bitcoin] Kefkius opened pull request #7390: RPC: decodescript - Only show P2SH address for P2SH scripts (master...rpc-decodescript) https://github.com/bitcoin/bitcoin/pull/7390
< jonasschnelli>
Luke-Jr: thanks... Will pass that to MarcoFalke.
< GitHub149>
[bitcoin] laanwj opened pull request #7395: devtools: show pull and commit information in github-merge (master...2016_01_devtool_more_info) https://github.com/bitcoin/bitcoin/pull/7395
< GitHub58>
bitcoin/master e279038 Tom Harding: Use createrawtx locktime parm in txn_clone...
< GitHub58>
bitcoin/master 02676c5 Wladimir J. van der Laan: Merge #7236: Use createrawtx locktime parm in txn_clone...
< GitHub107>
[bitcoin] laanwj closed pull request #7236: Use createrawtx locktime parm in txn_clone (master...use_rpc_locktime_clone) https://github.com/bitcoin/bitcoin/pull/7236
< GitHub136>
[bitcoin] jonasschnelli opened pull request #7396: [Qt] Add option to increase/decrease font size in the console window (master...2016/01/qt_font) https://github.com/bitcoin/bitcoin/pull/7396
< cfields>
gitian builders: rc2 sigs pushed
< cfields>
jonasschnelli: pong
< jonasschnelli>
cfields: depends$ make HOST=x86_64-apple-darwin11, ... results in:
< jonasschnelli>
./cryptlib.h:62:10: fatal error: 'stdlib.h' file not found
< jonasschnelli>
What the hell i'm doing wrong?
< jonasschnelli>
missing OSX SDK?
< cfields>
jonasschnelli: on OSX?
< jonasschnelli>
on Linux cross build for osx.
< cfields>
jonasschnelli: hmm, not sure. 0.12 builds are ok. you're building master?
< jonasschnelli>
cfields: yes. Master, but not using gitian.
< jonasschnelli>
Just a make HOST=x86_64-apple-darwin11 on my debian machine.
< jonasschnelli>
I wonder where I need to place the OSX SDK
< cfields>
jonasschnelli: trying here. last time i tried i didn't see any problems though
< cfields>
jonasschnelli: which package fails?
< jonasschnelli>
openssl
< jonasschnelli>
maybe I need to do something like tar -C ${BASEPREFIX}/SDKs -xf ${BUILD_DIR}/MacOSX10.9.sdk.tar.gz
< cfields>
weird
< jonasschnelli>
the SDK is not in depends by deault...
< cfields>
right
< cfields>
jonasschnelli: give me 5min to double-check that i can build ok, then i'll help troubleshoot if all is fine here
< jonasschnelli>
sure
< cfields>
(though since travis isn't complaining afaik, it's likely on your end :)
< jonasschnelli>
cfields! Nevermind
< jonasschnelli>
It was the missing SDK
< jonasschnelli>
you need to have depends/SDKs (with the MacOSX sdk in it).
< cfields>
yes
< jonasschnelli>
And that needs to be placed manual.
< jonasschnelli>
So... all good!
< cfields>
strange that it gets that far and bails without a clear error though
< jonasschnelli>
thanks for the pong! +1
< cfields>
did you have some of the deps built already maybe?
< jonasschnelli>
na... i changes dome things... openssl is the first package now. :)
< jonasschnelli>
*some
< cfields>
ok. either way, glad you're fixed
< cfields>
i'll add that to my notes for the next time the main Makefile is touched
< cfields>
(i try to avoid touching those as much as possible, as it triggers rebuilds of everything)
< instagibbs>
is there a way to use the functions in bitcoin-tx.cpp from inside bitcoind without external system calls?
< jonasschnelli>
instagibbs: bitcoin-tx uses the same base-classes then bitcoind,... just copy over the source code you need (or refactor it)?
< instagibbs>
that answers it, thanks
< paveljanik>
jonasschnelli, BTW - in the debug console, where do you see ">" cursor in the command line in the bottom of the window? In my case, the "I" sign blinks before ">" and this looks a bit ugly 8)
< jonasschnelli>
paveljanik: Yes. Agree... need to find a better solution... any ideas?
< paveljanik>
if "I" blinks after ">" and doesn't rewrite it, I'm happy :-)
< jonasschnelli>
Yes. Maybe I move it back in front of the input field..