radareorg/r2ghidra

meson.build:55:8: ERROR: C++ shared or static library 'r_core' not found

Closed this issue · 1 comments


Error Encountered During Configuration

Environment:

  • Operating System: Microsoft Windows [Version 10.0.19045.3803]
  • Command Line Tool: Clink v1.6.9.242b68

Description:
While attempting to configure the r2ghidra project by running the configure.bat script, the following error occurred during the configuration process:

meson.build:55:8: ERROR: C++ shared or static library 'r_core' not found

Steps to Reproduce:

  1. Navigate to the project directory: C:\Users\FERZ\r2ghidra
  2. Execute the configure.bat script.

Expected Behavior:
The configuration process should execute without errors and successfully configure the project for building.

Additional Information:

  • Meson Build System Version: 1.4.0
  • Project Version: 5.8.9
  • Visual Studio Version: 17.9.3

Detailed Log:
A detailed log of the configuration process has been attached for reference:
meson-log.txt

Your prompt attention to this matter and assistance in resolving the issue would be greatly appreciated. Thank you for your support!

You need radare2. See the ci script to see where its expected to be located