Code Monkey home page Code Monkey logo

Comments (6)

jmcnamara avatar jmcnamara commented on July 17, 2024

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

from libxlsxwriter.

aalvarado avatar aalvarado commented on July 17, 2024

will do, and will report back, thanks!

from libxlsxwriter.

aalvarado avatar aalvarado commented on July 17, 2024

following the getting started guide did work, thanks!

from libxlsxwriter.

aalvarado avatar aalvarado commented on July 17, 2024

I was able to compile zlib separately and make minizip compile by placing the libs from zlib two directories above and running make.

from libxlsxwriter.

jeroen avatar jeroen commented on July 17, 2024

I just ran into exactly the same problem. I found that you can also make it work by compiling with

CPPFLAGS=-DNOCRYPT

This skips over the crypto types. I don't think these are used by libxlswriter? @jmcnamara

from libxlsxwriter.

jmcnamara avatar jmcnamara commented on July 17, 2024

I just ran into exactly the same problem.

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.

This skips over the crypto types. I don't think these are used by libxlswriter?

Correct. They aren't used and libxlsxwriter compiles it's local copy of minizip with:

CFLAGS += -O3 -DNOCRYPT -DNOUNCRYPT

from libxlsxwriter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.