sudachi.rs icon indicating copy to clipboard operation
sudachi.rs copied to clipboard

Build fails on i386: error[E0425]: cannot find value `SEED` in this scope

Open yurivict opened this issue 1 year ago • 1 comments

error[E0425]: cannot find value `SEED` in this scope
  --> sudachi/src/util/fxhash.rs:78:25
   |
78 | impl_hash_word!(usize = SEED, u32 = SEED32, u64 = SEED64);
   |                         ^^^^ not found in this scope
   |
note: constant `crate::hash::SEED` exists but is inaccessible
  --> sudachi/src/hash.rs:20:1
   |
20 | const SEED: u64 = 0x16f11fe89b0d677cu64;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible

Version: 0.6.8 FreeBSD 14.1

yurivict avatar Jul 21 '24 16:07 yurivict

Sorry, but Sudachi.rs does not support 32-bit execution mode (probably).

eiennohito avatar Jul 22 '24 02:07 eiennohito