Open ubermanu opened 5 months ago
No idea. Could you try adding pcre_mod.linkSystemLibrary("pcre");
(or "libpcre"
) to your build.zig? Either that, or build an executable with zig build
, and then run it in gdb
or lldb
to see where the NULL access occurs.
I have a segfault when using libpcre.zig as a module, any idea?
also, cloning the repo and running tests locally seems to be ok
zig version: 0.12.0 system: arch
build.zig:
main.zig: