Skip to content

configure broken - mismatch between ZHAVE_GZIP and HAVE_GZIP #3

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

Open
StefanBruens opened this issue Jul 16, 2022 · 0 comments
Open

Comments

@StefanBruens
Copy link

TAC_ARG_ENABLE_OPTION(gzip, [enable zlib support for driver], GZIP, no)

conditionally defines HAVE_GZIP, but ZHAVE_GZIP is expected:

#undef ZHAVE_GZIP

#ifdef ZHAVE_GZIP
#define ZOLTAN_GZIP
#endif

As src/driver/dr_compress.c is compiled unconditionally, the build fails miserably.

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

1 participant