Author

Topic: trouble compiling latest git of bitcoin in ubuntu 12.04 (Read 2803 times)

sr. member
Activity: 438
Merit: 291
Take care using BerkDb 5.1 your wallet will not be compatible with stable release....

Read:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.txt
Quote
db4.8 packages are available at: https://launchpad.net/~bitcoin/+archive/bitcoin

Ubuntu precise has packages for libdb5.1-dev and libdb5.1++-dev, but using these will break binary wallet compatibility, and is not recommended.

I have started building a Ubuntu VirtualBox VM that would compile straight off.
Might finish one day!
member
Activity: 89
Merit: 10
Code:
apt-get install libminiupnpc-dev
legendary
Activity: 1540
Merit: 1001
First of all, I was following readme-qt.rst, which seems to have an error, atleast for this build of ubuntu:

Code:
apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
    libssl-dev libdb4.8++-dev

libd4.8++-dev doesn't seem to exist.  Being a linux nub, I tried libdb4.8-dev, that didn't help.  So I tried libdb++dev, and it pulled in 5.1.  That got me by the db_cxx.h error.  Now I'm getting this:

Code:
src/net.cpp:18:32: fatal error: miniupnpd/miniwget.h: no such file or directory

EDIT: nm, found this:  https://bitcointalksearch.org/topic/51-compile-problems-55370

Got me further..

now to see if I can figure out how to make note of this in git.

M
Jump to: