We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Zoltan/configure.ac
Line 254 in f636171
conditionally defines HAVE_GZIP, but ZHAVE_GZIP is expected:
HAVE_GZIP
ZHAVE_GZIP
Zoltan/src/include/Zoltan_config.h.in
Line 30 in f636171
Zoltan/src/driver/dr_const.h
Lines 120 to 122 in f767d44
As src/driver/dr_compress.c is compiled unconditionally, the build fails miserably.
src/driver/dr_compress.c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zoltan/configure.ac
Line 254 in f636171
conditionally defines
HAVE_GZIP
, butZHAVE_GZIP
is expected:Zoltan/src/include/Zoltan_config.h.in
Line 30 in f636171
Zoltan/src/driver/dr_const.h
Lines 120 to 122 in f767d44
As
src/driver/dr_compress.c
is compiled unconditionally, the build fails miserably.The text was updated successfully, but these errors were encountered: