Brecht Sanders

Results 270 comments of Brecht Sanders

So is Swift. I wish I could have them all in one fantastic build environment. Unfortunately I'm not able to quite my dayjob just yet :-( Having said that, Go...

Go is working, but not via GCC or LLVM yet, so it's not part of the download package yet. Some recipes already build fine with Go from https://golang.org/, for example...

The winlibs recipe file have the extension `.winlib` and are basically shell scripts that are run in MSYS2 shell. The basic template for a recipe can be found here: https://github.com/brechtsanders/winlibs_recipes/blob/main/_template_.winlib...

I still need to document how to set up MSYS2 shell for use with the [winlibs tools](https://github.com/brechtsanders/winlibs_tools) and how to actually build packages.

The `.winlib` recipes are all-in-one, there are no external patch files (which I think would be a mess).

Are you sure this is not a duplicate of one of these? - https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14902 - https://github.com/brechtsanders/winlibs_mingw/issues/183

I do build GCC with the `--enable-plugin` flag, but no `.exe.a` files are generated. But I don't know why that's the case.

I reported this issue to GCC last year, but got no response: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116091

This may need to be a different utility. It's also important to prevent issues with mutually dependent libraries, as this may cause an infinite loop.

Can you please explain why you doubt the reliability? It does filter out dependency DLLs part of Windows so `copypedeps` won't copy things that are part of the OS. Maybe...