mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
fatal error: 'protobuf-c.h' file not found #215
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ilovezfs on GitHub (Dec 15, 2016).
Attempting to build 0.83 on macOS leads to
because the header is in ../protobuf-c/protobuf-c.h not in the current directory.
I can workaround this by changing
https://github.com/CCExtractor/ccextractor/blob/master/src/lib_ccx/ccx_sub_entry_message.pb-c.h#L8 from
to
But the actual cause may be elsewhere as these appear to be generated files.
Full build log is here: https://gist.github.com/ilovezfs/1e011f34739420944c8f4520258e7c5c