Skip to content
New issue

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

make error on ubuntu 22.04 #123

Open
melvincarvalho opened this issue Apr 21, 2022 · 1 comment
Open

make error on ubuntu 22.04 #123

melvincarvalho opened this issue Apr 21, 2022 · 1 comment

Comments

@melvincarvalho
Copy link
Contributor

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

@dbkeys
Copy link
Contributor

dbkeys commented Apr 30, 2022

Relevant files are: blake2.h, key.cpp & rpcserver.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants