cryptofuzz icon indicating copy to clipboard operation
cryptofuzz copied to clipboard

Error when building

Open mehdighninoudev opened this issue 2 years ago • 3 comments

Hi, when trying building cryptofuzz I got this error: crypto.cpp:14:18: error: ‘__builtin_rotateleft32’ was not declared in this scope; did you mean ‘__builtin_roundf32’? 14 | #define ROL(x,n) __builtin_rotateleft32(x,n)

How to solve it please ?

mehdighninoudev avatar Mar 25 '23 12:03 mehdighninoudev

Same problem and also this: crypto.cpp:13:18: error: ‘__builtin_rotateright32’ was not declared in this scope 13 | #define ROR(x,n) __builtin_rotateright32(x,n) | ^~~~~~~~~~~~~~~~~~~~~~~

FrancescoLucarini avatar Mar 28 '23 08:03 FrancescoLucarini

also should be included #include in repository_map.h, otherwise: repository_map.h:833:128: error: ‘nullopt’ is not a member of ‘std’

FrancescoLucarini avatar Mar 28 '23 08:03 FrancescoLucarini

Excuse but I don't understand quite much, I mean how to solve the problem ?

mehdighninoudev avatar Apr 12 '23 18:04 mehdighninoudev