Open GermanAizek opened 9 months ago
Describe the bug
im trying building and fail
PS C:\GIT\rizin> meson --native-file=meson-native.txt compile The Meson build system Version: 1.3.1 Source dir: C:\GIT\rizin Build dir: C:\GIT\rizin\compile Build type: native build Project name: rizin Project version: v0.7.0 meson.build:1:0: ERROR: Unknown compiler(s): [['C:\\Program Files (x86)\\Embarcadero\\Studio\\21.0\\bin\\bcc64.exe']]
where file content meson-native.txt
meson-native.txt
[binaries] c = 'C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\bcc64.exe' cpp = 'C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\bcc64.exe'
Platform: Windows 10 Compiler: Embarcadero Clang Compiler 32/64 and Borland Compiler 32
Thanks for reporting. That compiler is not in the list of supported compilers. It need to be added to meson if you want to use it.
Describe the bug
im trying building and fail
where file content
meson-native.txt
Platform: Windows 10 Compiler: Embarcadero Clang Compiler 32/64 and Borland Compiler 32