Arwalk/zig-protobuf

Error loading library

Closed this issue · 3 comments

Hello, sabe problem here with zig 0.12.0-dev.3161+377ecc6af. It can't find protobuf module and also complains that the project does not have a build.zig.zon file so zig fetch --save does not work.

Originally posted by @davo417 in #37 (comment)

Hello, sabe problem here with zig 0.12.0-dev.3161+377ecc6af. It can't find protobuf module and also complains that the project does not have a build.zig.zon file so zig fetch --save does not work.

Originally posted by @davo417 in #37 (comment)

Hello @davo417, do you have some code to share with us so we can check? Will look into it.

Hey @davo417, the latest master should work now, i added the newly required build.zig.zon file, as well as ensured it works with the latest zig compiler version as of today. I tested in a sample project that i could zig fetch --save it and use it.

Works great!! Thank you for the prompt response.