We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying out the latest ubuntu 22.04
installation git clone https://github.com/project-bitmark/bitmark.git more doc/build-unix.md sudo apt install -y autoconf build-essential libtool autotools-dev libssl-dev libsodium-dev libdb++-dev libboost-all-dev pkg-config ./autogen.sh ./configure --with-incompatible-bdb
Gives the following issue (possibly related to libssl)
tinyformat.h:802:9: note: here 802 | case 'g': | ^~~~ make[3]: *** [Makefile:1141: main.o] Error 1 make[3]: Leaving directory '/home/ubuntu/bitmark/src' make[2]: *** [Makefile:1163: all-recursive] Error 1 make[2]: Leaving directory '/home/ubuntu/bitmark/src' make[1]: *** [Makefile:786: all] Error 2 make[1]: Leaving directory '/home/ubuntu/bitmark/src' make: *** [Makefile:518: all-recursive] Error 1
search gives some pointers
The text was updated successfully, but these errors were encountered:
Relevant files are: blake2.h, key.cpp & rpcserver.cpp
Sorry, something went wrong.
No branches or pull requests
Trying out the latest ubuntu 22.04
Gives the following issue (possibly related to libssl)
search gives some pointers
The text was updated successfully, but these errors were encountered: