John E.

Results 14 comments of John E.

Hi @cristianadam, That's excellent news that TDM-GCC works with vcpkg out of the box. I'll consider whether there is a good default dependency manager to recommend for TDM-GCC; I've never...

Hmm, I wish that error message were a little more helpful, for both of our sakes. Sorry about that. Do you have any way to tell if there is a...

Surfacing some relevant code: https://github.com/jmeubank/tdm-gcc-installer/blob/master/main.nsh#L667-L680 https://nsis.sourceforge.io/Inetc_plug-in

Is Windows Firewall blocking the TDM-GCC installer?

I wonder if the problem is related to the WinInet API that inetc.dll uses. Github.io may be using stronger security than is supported by the Vista version of the API....

Okay, this appears to be an incompatibility that could be fixed by using something other than inetc.dll for downloads. A new version of the TDM-GCC installer will be needed. In...

> 1. If I compile the program with TDM-GCC 9.2.0, with -g3 option but **without any -Ox options**, then GDB v7.9.1 **cannot debug the executable file** "hello.exe" properly (it will...

https://github.com/jmeubank/mingw-w64/blob/master/mingw-w64-headers/crt/_mingw.h.in#L560 * Can you build with `make V=1` and post the command line used? * Can you add `-save-temps` to the FreeImage.cpp command line and attach the resulting FreeImage.i file...

Although GCC and GDB have a history of not playing well with the expanded UTF character space, this looks like something that may be an easy fix. Can you try...

My current Windows locale is US English and when I put TDM-GCC-64 in a directory with the same name, `我的文档`, I get a different error. ``` C:\我的文档\bin>gdb Python Exception No...