Skip to content

Fix configure error#3

Open
mkhon wants to merge 1 commit into
vlm:masterfrom
mkhon:fix-configure
Open

Fix configure error#3
mkhon wants to merge 1 commit into
vlm:masterfrom
mkhon:fix-configure

Conversation

@mkhon

@mkhon mkhon commented Nov 6, 2024

Copy link
Copy Markdown

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