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

the code cannot proceed because libzlib.dll was not found #3

Open
SPauly opened this issue Feb 3, 2023 · 1 comment
Open

the code cannot proceed because libzlib.dll was not found #3

SPauly opened this issue Feb 3, 2023 · 1 comment
Labels
bug Something isn't working build system Related to the build process wontfix This will not be worked on

Comments

@SPauly
Copy link
Owner

SPauly commented Feb 3, 2023

Unless the directory to libzlib.dll is added to PATH I get the error 'the code cannot proceed because libzlib.dll was not found'

  • Quick fix is add the lib manually to path
  • tried implementing this automatically but since I am building with MinGW and Unix Makefiles the macro WIN32 is never set
  • adding the path to RPATH does not fix the problem for me
@SPauly SPauly added bug Something isn't working wontfix This will not be worked on build system Related to the build process labels Feb 3, 2023
@SPauly
Copy link
Owner Author

SPauly commented Feb 17, 2023

The relative path to that would be: \build\third_party\zlib\bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build system Related to the build process wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant