Skip to content

Issue with 'USE_ZLIB' #259

@gvanem

Description

@gvanem

I just discovered this cool project and built text-editor.exe using MSVC/clang-cl.
And it worked just fine!

Now trying to build with -DUSE_ZLIB, I get an error from this missing file in src/civetweb/civetweb.c:

#if defined(USE_ZLIB)
#include "mod_zlib.inl"
#endif

I see in this Civetweb PR that it's merged into that project.
I'm not sure about the relationship between these 2 projects.

I fixed this by just D/L this "mod_zlib.inl" from Civetweb's repo. Perhaps it should be added here too?
Or add Civetweb's repo to a .gitmodule?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions