protobuf-zig icon indicating copy to clipboard operation
protobuf-zig copied to clipboard

project doesn't build

Open travisstaloch opened this issue 1 year ago • 0 comments

currently, running $ zig build fails. here is the output:

~/.../zig/protobuf-zig $ zig build
install
└─ install protoc-gen-zig
   └─ zig build-exe protoc-gen-zig Debug native failure
error: the following command terminated unexpectedly:
... <COMMAND HERE> ...

i tried running <COMMAND HERE> (minus the final --listen=- arg) and it segfaults so i'm not sure what the problem is.

travisstaloch avatar Jan 07 '24 22:01 travisstaloch