Christopher Degawa

Results 215 comments of Christopher Degawa

Might need to clarify `Vista and above only` rather than `Vista-only`, I got confused for a moment

Would there be some way to keep all the version that at least share the same steps (sorta) inside one PKGBUILD and instead use something like a `_wx_versions` array and...

> I don't know why wx was split into three versions or if there is a reason to keep 3.0 & 3.1. That is probably a question for the maintainers....

Considering the support windows patch, I would assume MINGW-packages would be a better location

> I think the option without patches is better. Or pure exe is better? If it compiles fine and works as expected without patch, then without patch is fine

https://github.com/msys2/MINGW-packages/issues/11913 this would probably be close to what you are asking about

You can get only development libraries as well through the same path as getting the toolchain? Not sure if I understand what distinction you are trying to make

```ps C:\Users\cddeg> New-Item -Type Directory v1.lnk Directory: C:\Users\cddeg Mode LastWriteTime Length Name ---- ------------- ------ ---- d---- 10/13/2021 11:42 AM v1.lnk C:\Users\cddeg> New-Item -Type Directory v1 Directory: C:\Users\cddeg Mode LastWriteTime...

> Also note that to `sudo make install` from Git sources, I must `make all docs` explicitly first (otherwise it fails to install manpages), https://github.com/notroj/neon/pull/34 https://github.com/notroj/neon/issues/67 https://github.com/notroj/neon/pull/69 That is intentional

I locally just apply https://github.com/notroj/neon/pull/69.patch and keep my configure && make install wrappers intact, and it's been fine so far