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 library not found #157

Closed
dharmatech opened this issue Dec 15, 2014 · 2 comments
Closed

zlib library not found #157

dharmatech opened this issue Dec 15, 2014 · 2 comments
Labels

Comments

@dharmatech
Copy link

After (require 'sx-load), the mini-buffer displays "zlib library not found". I'm on Emacs 24.4.1 on Windows.

@vermiculus vermiculus added the bug label Dec 15, 2014
@Malabarba
Copy link
Collaborator

Thanks for reporting this.
This means you need to download the zlib binary for windows.

The zlib library is an unavoidable dependency, as far as I can tell, so it's not something we can fix in the package. However, we should definitely find out the correct way of installing it, and explain it in the Readme.

@Malabarba
Copy link
Collaborator

Following a discussion on gitter. We believe the solution to this is to use zlib-decompress-region first (which is in 24.4), and fallback to the current method if that's not defined.

vermiculus referenced this issue Dec 20, 2014
Use `zlib-decompress-region` when available (24.4+) and handle UTF-8 encoding correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants