stahta01

Results 63 comments of stahta01

You might use [depends.exe](https://dependencywalker.com/) to find the missing depends and look to see if there are static versions of the DLLs.

I have a poor internet connection. `pacman -Sy --disable-download-timeout` I use the above to sync the information. Tim S.

Any progress on this? Building KiCAD 6.0.4 has the same silent error. Tim S.

> Any progress on this? Building KiCAD 6.0.4 has the same silent error. > > Tim S. Found the KiCAD 6 problem to be an wxWidgets wxString problem inside a...

I just traced an KiCAD 6.0.x build issue to a std::vector use of wxWidgets wxString triggered by large number of entries. The code worked with GCC 11; but, failed to...

Is adding the wxCrafter exe a good enough work around for not have the wxCrafter plugin? Tim S.

@pchemguy You do know about this make option, right? `mingw32-make SHELL=cmd.exe` Because it works for simple project like you linked to when ran from the correct mingw32/64 prompt. Tim S.

Add an "-utils" package for each wxWidgets version would help or maybe even fix this problem. The "-utils" package would contain the non version suffix version of wx-config and wxrc...

It allows the person writing the client code to follow the standard wxWidgets build directions. Other wise the people who follow the standard directions will have build errors. So, either...

The standard directions use "wx-config" to build wxWidgets projects! Tim S.