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?
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?
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.587All of this is in MinGW – mklost – 2015-05-25T08:09:04.970