mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #5] OSX yosemite make results in: unknown type name 'z_crc_t' #5
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aalvarado on GitHub (Jun 19, 2015).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/5
Originally assigned to: @jmcnamara on GitHub.
Unable to compile on OSX Yosemite
I installed both zlib from homebrew-dupes and minizip but I'm unable to use export flags in the Makefile.
Please advice.
@jmcnamara commented on GitHub (Jun 20, 2015):
Hi Adan,
I don't normally use homebrew to get libs so I'll look into that. I have an idea why it isn't working.
In the meantime can you install Zlib using the method suggested in the Getting Started section of the docs. I use that on OS X and it works fine.
John
@aalvarado commented on GitHub (Jun 22, 2015):
will do, and will report back, thanks!
@aalvarado commented on GitHub (Jun 22, 2015):
following the getting started guide did work, thanks!
@aalvarado commented on GitHub (Jul 28, 2015):
I was able to compile zlib separately and make minizip compile by placing the libs from zlib two directories above and running make.
@jeroen commented on GitHub (Aug 22, 2017):
I just ran into exactly the same problem. I found that you can also make it work by compiling with
This skips over the crypto types. I don't think these are used by
libxlswriter? @jmcnamara@jmcnamara commented on GitHub (Aug 22, 2017):
I doubt you encountered the same issue but you may have seen the same symptoms. Probably best to open a new bug report with the steps to reproduce it.
Correct. They aren't used and libxlsxwriter compiles it's local copy of minizip with: