< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13692: contrib: Clone core repo in gitian-build (master...Mf1807-contribGitianBuild) https://github.com/bitcoin/bitcoin/pull/13692
< abitman>
hi everyone, i am new to bitcoin core development. I have setup my bitcoin core project with Eclipse CDT on a Mac. I am able to compile, run and debug the build. However, I am not make my IDE to find the #include<util.h> and all the header source files.
< cfields>
gitian builders: v0.16.2rc2 detached sigs have been pushed
< wumpus>
abitman: you probably need to set the include paths for your IDE project
< wumpus>
cfields: thanks
< abitman>
yes, i have the source folder in the "include" paths, but the #include<util.h> is pointing to Apple's util.h under /usr/include
< abitman>
thanks wumpus
< abitman>
wumpus: I added the "src" directory to "Project Properties -> C/C++ Build -> Preprocessor Include Path -> CDT User Setting Entries -> Include Directory", then reindex. That seems to solve the #include<util.h> conflict.
< gmaxwell>
BlueMatt: on my node at home, of the last 288 blocks, only 8 of them needed a getblocktxn. And the figures were 5,3,2,2,2,2,1,1 missing txn. Perhaps it's time to implement prediction?