Skip to content
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

Compilation error: zlib.h: No such file or directory #3

Open
nanakiksc opened this issue Feb 27, 2019 · 2 comments
Open

Compilation error: zlib.h: No such file or directory #3

nanakiksc opened this issue Feb 27, 2019 · 2 comments

Comments

@nanakiksc
Copy link

Seems that the compiler can't find the libz library in Ubuntu 18.04
I have the zlib1g-dev package (Ubuntu's zlib-dev) installed, so I should have zlib.h.

Is there a way for me to change the compiler flags to include/link that library?

Thanks!

@lbeltrame
Copy link

The CMake file should properly look for libz and add it to the include path (currently it does nothing of the sort).

@Spenca
Copy link

Spenca commented Nov 15, 2019

Hi there @nanakiksc and @lbeltrame... thank you for identifying this issue. Our development team is currently too busy to make such a change, but we’re happy to take a look at a PR if you would like to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants