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

Failed to run on MSYS #1

Closed
j2doll opened this issue Jun 29, 2018 · 1 comment
Closed

Failed to run on MSYS #1

j2doll opened this issue Jun 29, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@j2doll
Copy link
Member

j2doll commented Jun 29, 2018

When I run Hello on msys, the following message appears.

$ ./debug/Hello
[ERROR][../libxlsxwriter/src/packager.c:855]: Error adding member to zipfile
[ERROR] workbook_close(): Zlib error adding file to xlsx file 'tutorial01.xlsx'.
@j2doll j2doll added the bug Something isn't working label Jun 29, 2018
@j2doll
Copy link
Member Author

j2doll commented Sep 21, 2018

Hurray! 😃
The following settings will fix the problem.

# Install the dev tools for libxlsxwriter.
pacman -S mingw-w64-x86_64-toolchain git gcc make zlib-devel

Do not install only gcc and make! The following description is incorrect. 😡 https://libxlsxwriter.github.io/getting_started.html

@j2doll j2doll closed this as completed Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant