BitShares Forum

Main => General Discussion => Topic started by: networker on June 09, 2014, 12:59:30 pm

Title: Bitshare toolkit build error message
Post by: networker on June 09, 2014, 12:59:30 pm
I did as https://github.com/BitShares/bitshares_toolkit/blob/master/BUILD_UBUNTU.md and every step is successful.
At last when I run 'cmake .' get following error message
--Enabling Bitcoin Core Wallet Imports
CMake Error at programs/client/CMakeLists.txt:8(target_include_directories):
    target_include_directories called with invalid arguments

Can someone help me ? How can I fix it ?
System is Ubuntu Server 14.04
Title: Re: Bitshare toolkit build error message
Post by: HackFisher on June 09, 2014, 01:04:06 pm
You can run
Code: [Select]
git pull https://github.com/HackFisher/bitshares_toolkit master to merge following pull request

https://github.com/BitShares/bitshares_toolkit/pull/240

Or, just wait for a while util it being merged.
Title: Re: Bitshare toolkit build error message
Post by: networker on June 09, 2014, 02:11:56 pm
Thanks!
Now I build bitshares_toolkit successfully 8)