litecoincash-project / litecoincash

Main release & integration tree for Litecoin Cash
https://litecoinca.sh
MIT License
53 stars 39 forks source link

Can't build on Ubuntu jammy #37

Open yodel-settles opened 1 year ago

yodel-settles commented 1 year ago
In file included from crypto/minotaurx/blake2s-ref.c:18:
crypto/minotaurx/blake2.h:101:5: error: size of array element is not a multiple of its alignment
  101 |     blake2s_state S[8][1];
      |     ^~~~~~~~~~~~~
crypto/minotaurx/blake2.h:102:5: error: size of array element is not a multiple of its alignment
  102 |     blake2s_state R[1];
      |     ^~~~~~~~~~~~~
crypto/minotaurx/blake2.h:109:5: error: size of array element is not a multiple of its alignment
  109 |     blake2b_state S[4][1];
      |     ^~~~~~~~~~~~~
crypto/minotaurx/blake2.h:110:5: error: size of array element is not a multiple of its alignment
  110 |     blake2b_state R[1];
      |     ^~~~~~~~~~~~~
crypto/minotaurx/blake2s-ref.c: In function ‘blake2s’:
crypto/minotaurx/blake2s-ref.c:355:3: error: size of array element is not a multiple of its alignment
  355 |   blake2s_state S[1];
      |   ^~~~~~~~~~~~~
make[2]: *** [Makefile:5585: crypto/minotaurx/libbitcoinconsensus_la-blake2s-ref.lo] Error 1
younicoin commented 8 months ago

Hi, I fixed here https://github.com/litecoincash-project/litecoincash/pull/40