Hello, after checking your both problem solutions I found fixing it:
1- Chaning VMW to Ubuntu last version
2- installing and updating all dependencies, some of them:
-
sudo apt-get install -y libtool
-
-
sudo apt-get install qttools5-dev-tools
-
sudo apt install qtbase5-dev
-
- sudo apt-get install libdb4.8++-dev >>>> NOT WORK, SO INSTALLED:
apt-get install libdb++-dev
and right now, it seems working with this code:
./autogen.sh && ./configure --with-incompatible-bdb && make
so, i guess in some minutes will finish and i will know if still goes working, ill give feedback soon
other comandos tested
tested:
/configure LDFLAGS="-L/usr/lib/db48" CPPFLAGS="-I/usr/include/db48"
OK
tested:
./configure --with-incompatible-bdb >/dev/null 2>/dev/null && echo OK
(NOT WORK)
Thanks a lot for your help, keep working !
-----------------------------------
I have tryed to open it in VMPlayer but got internal error.
Try to use an ubuntu distributive offitial repository instead
1. Download it from here:
https://releases.ubuntu.com/20.04.2.0/ubuntu-20.04.2.0-desktop-amd64.iso2. In your VMPlayer select "Create a new virtual machine" and then click Browse and find the ubuntu-20.04.2.0-desktop-amd64.iso file.
3. When your fresh Ubuntu will be instlled, run it and enter in a terminal window (CTRL+ALT+T)
4. Follow the instructions here
https://medium.com/@jordan.baczuk/how-to-fork-bitcoin-part-1-397598ef7e66 If the mentioned error will persists then this will mean that the instructions are bad, return here again and I will give an instruction how to compile a latest bitcoin version on your ubuntu machine.