Dogecoin qt build compiling error libdb_cxx headers missing

1

When I run

MSYS shell:

./autogen.sh BOOST_ROOT=../boost_1_55_0 ./configure --disable-tests

I got the error:

error libdb_cxx headers missing

What can I do to fix this?

mklost

Posted 2015-05-24T23:08:36.107

Reputation: 11

Question was closed 2019-07-17T18:44:30.433

Have you installed berkleydb?Nick ODell 2015-05-25T03:35:17.083

yes I have, but when I was compiling sources an error appeared but fixed with this way: link

mklost 2015-05-25T07:48:41.587

All of this is in MinGWmklost 2015-05-25T08:09:04.970

No answers