You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially, it boils down to preparing a wrap file for 0.6.0 release, since Rizin already uses Meson build system. Lets target it for the next release, it will allow other Meson projects easily use the Rizin library.
The text was updated successfully, but these errors were encountered:
lz4| Project name: lz4
lz4| Project version: 1.9.4
lz4| C compiler for the host machine: cc (clang 14.0.0 "Apple clang version 14.0.0 (clang-1400.0.29.202)")
lz4| C linker for the host machine: cc ld64 820.1
lz4| Program GetLz4LibraryVersion.py found: YES (/opt/homebrew/opt/[email protected]/bin/python3.11 /Users/anton.kochkov/Rizin/wrapdb/subprojects/lz4-1.9.4/contrib/meson/meson/GetLz4LibraryVersion.py)
lz4| Message: Project version is now: 1.9.4
lz4| Compiler for C supports arguments -Wcast-qual: YES
lz4| Compiler for C supports arguments -Wcast-align: YES
lz4| Compiler for C supports arguments -Wshadow: YES
lz4| Compiler for C supports arguments -Wswitch-enum: YES
lz4| Compiler for C supports arguments -Wdeclaration-after-statement: YES
lz4| Compiler for C supports arguments -Wstrict-prototypes: YES
lz4| Compiler for C supports arguments -Wundef: YES
lz4| Compiler for C supports arguments -Wpointer-arith: YES
lz4| Compiler for C supports arguments -Wstrict-aliasing=1: YES
lz4| Compiler for C supports arguments -DLZ4_DEBUG=1: YES
lz4| Build targets in project: 11
lz4| Subproject lz4 finished.
subprojects/rizin/meson.build:542:21: ERROR: Requested variable "lz4_dep" not found.
A full log can be found at /Users/user/Rizin/wrapdb/builddir/meson-logs/meson-log.txt
See https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
Essentially, it boils down to preparing a wrap file for 0.6.0 release, since Rizin already uses Meson build system. Lets target it for the next release, it will allow other Meson projects easily use the Rizin library.
The text was updated successfully, but these errors were encountered: