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

zlib is broken #595

Closed
glebm opened this issue Jul 2, 2022 · 1 comment · Fixed by #596
Closed

zlib is broken #595

glebm opened this issue Jul 2, 2022 · 1 comment · Fixed by #596

Comments

@glebm
Copy link
Contributor

glebm commented Jul 2, 2022

In file included from /opt/nxdk/lib/zlib/zlib/zlib.h:34:
/opt/nxdk/lib/zlib/zlib/zconf.h:444:14: fatal error: 'sys/types.h' file not found
#    include <sys/types.h>      /* for off_t */
             ^~~~~~~~~~~~~
1 error generated.
@glebm
Copy link
Contributor Author

glebm commented Jul 2, 2022

Root cause: zlib.pc does not define Z_SOLO:

Name: zlib
Description: zlib compression library
Version: 1.2.11

Requires:
Libs: ${NXDK_DIR}/lib/libzlib.lib
Cflags: -I${NXDK_DIR}/lib/zlib/zlib

glebm added a commit to glebm/nxdk that referenced this issue Jul 2, 2022
glebm added a commit to glebm/nxdk that referenced this issue Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant