Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CSC] CasinoCoin - The Premiere Coin for Online Casino Gaming | On Cryptsy!
by
beezm
on 21/12/2013, 03:28:18 UTC
Hey guys I'm having issues building the casinocoind in on linux (Ubuntu LTS 12.04). I started with litecoind and am able to successfully build that from source. I'm pretty sure something wonky is going on with the libboost dependencies. I had to install libdb5.1++-dev because aptitude won't install 4.8++-dev package, I seem to have tried 4.6 and 4.8 both now, clearing out the libs and such and reinstalling. I have a few other altcoin daemons build successfully now, I just can't get CSC compiled.

If anyone has any suggestions here are the errors make is spitting out at me:
Code:
.

That's the part that seems to be throwing it off first, then finishes out with:
Code:
.

The main suggestion i keep seeing is just to install the 4.8 libs I seem to have tried that already to no avail.

Any suggestions from someone who has compiled the daemon would be greatly appreciated.

http://www.forums.casinocoin.org/viewtopic.php?f=7&t=7

try this?


Thanks a bunch that led me into a different direction and helped me solve the problem. The solution to this problem was having to simple issue a mkdir obj command in the /src build directory. I would think the makefile should take care of that ? Either way, I got it compiled :]