Brecht Sanders

Results 270 comments of Brecht Sanders

Yes, still working on it. The package manager will be completely new and not be based on any existing package manager.

For me adding `-DABSL_FORCE_WAITER_MODE=4` (4 = `ABSL_WAITER_MODE_STDCPP`) to CMake flag `CMAKE_CXX_FLAGS` also fixes the build. But I think it would be cleaner to actually fix the native method (3 =...

Did you try to build against minizip-ng 4.0.4 from https://github.com/zlib-ng/minizip-ng/releases ?

True, but I can include the LLVM `*.dll.a` file. In which scenario where you needing these files?

The goal of the http://winlibs.com/ build packages is to provide the build tools. The idea is not to bloat them too much with things that aren't part of the build...

Okay, I can add these `.dll.a` files in a next release. The focus of [winlibs](https://winlibs.com/) was initially on GCC, so LLVM wasn't that well tested. If you insist on using...

The LLVM `.dll.a` files are included in today's releases.

I build make from source without patches. Are you saying it needs additional patches when building for Windows?

I can't reproduce your problem. Just tried building zlib using the `mingw32-make.exe` from my latest release and adding `-Otarget` gives me no errors. I distribute it as `mingw32-make.exe` to avoid...

All my build recipes are available at https://github.com/brechtsanders/winlibs_recipes/ The recipes are basically shell commands, which call some tools from https://github.com/brechtsanders/winlibs_tools The recipe used for mingw32-make can be found here: https://github.com/brechtsanders/winlibs_recipes/blob/main/recipes/make.winlib