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

Fix configure error #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix configure error #3

wants to merge 1 commit into from

Conversation

mkhon
Copy link

@mkhon mkhon commented Nov 6, 2024

checking new ZLIB version... no
configure: error: ZLIB version too old, please install at least v1.1.2 configure: error: ./configure failed for libzip-0.7.1

config.log:

configure:4652: checking new ZLIB version
configure:4669: gcc -c -g -O2 conftest.c >&5
conftest.c:16:16: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
16 | extern ZEXPORT unzOpen (const char *path);
| ~~~~~~ ^
| int
1 error generated.

checking new ZLIB version... no
configure: error: ZLIB version too old, please install at least v1.1.2
configure: error: ./configure failed for libzip-0.7.1

config.log:

configure:4652: checking new ZLIB version
configure:4669: gcc -c -g -O2  conftest.c >&5
conftest.c:16:16: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
   16 | extern ZEXPORT unzOpen (const char *path);
      | ~~~~~~         ^
      | int
1 error generated.
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

Successfully merging this pull request may close these issues.

1 participant