funkshelper / woodcoin

GNU General Public License v3.0
7 stars 12 forks source link

Can't make on Ubuntu 22.04 jammy #11

Open yodel-settles opened 1 year ago

yodel-settles commented 1 year ago

Got this error

key.cpp:110:10: error: could not convert ‘BN_zero_ex(zero)’ from ‘void’ to ‘bool’
  110 |     if (!BN_zero(zero)) { ret=-1; goto err; }
      |          ^~~~~~~
      |          |
      |          void
key.cpp:110:10: error: in argument to unary !