rizinorg / rz-ghidra

Deep ghidra decompiler and sleigh disassembler integration for rizin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] - 'RZ_BIN_STRING_ENC_WIDE32_BE' was not declared in this scope; did you mean 'RZ_STRING_ENC_UTF32BE'

re-fox opened this issue · comments

Building from rizin/master and rz-ghidra/master on fedora:latest

Maybe caused by rizinorg/rizin#2716

/rz-ghidra/src/RizinScope.cpp:470:38: error: 'RZ_BIN_STRING_ENC_WIDE32_BE' was not declared in this scope; did you mean 'RZ_STRING_ENC_UTF32BE'?
  470 |                                 case RZ_BIN_STRING_ENC_WIDE32_BE:
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                      RZ_STRING_ENC_UTF32BE
make[2]: *** [CMakeFiles/core_ghidra.dir/build.make:118: CMakeFiles/core_ghidra.dir/src/RizinScope.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs...