-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zlib build failure when using bundled version #360
Comments
carlosperate
changed the title
zlib build failure when using submodule source
zlib build failure when using bundled version
Sep 6, 2023
I'm facing this as well, not sure what the reason is, since zlib is present in the third_party sources. I even tried with disabling zlib in protobuf, just to see what would happen, and it failed to even compile zlib itself!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Builds fine when
libz-dev
is installed in Ubuntu 22.04, but without it, it tries to use the local submodule sources and fails to findzlib.h
.To replicate, the simplest method might be to use docker:
If
libz-dev
is added to theapt-get install
line, it builds correctly using the system zlib.The text was updated successfully, but these errors were encountered: