Hi,
I tried Ponder today with MinGW (mingw32-gcc (tdm-1) 5.1.0) which was the version supplied with the latest Code::Blocks IDE. Apparently, when using C++11 MinGW defines __STRICT_ANSI__ which causes strcmpcase to be missing, failing the build of util.cpp.
I have tried to fix this by explicitly checking for the combination of MinGW and C++11 and it seems to work for me at least, so I'd kindly ask you to review the fix.
Regards, Leo
Hi, I tried Ponder today with MinGW (mingw32-gcc (tdm-1) 5.1.0) which was the version supplied with the latest Code::Blocks IDE. Apparently, when using C++11 MinGW defines __STRICT_ANSI__ which causes strcmpcase to be missing, failing the build of util.cpp. I have tried to fix this by explicitly checking for the combination of MinGW and C++11 and it seems to work for me at least, so I'd kindly ask you to review the fix. Regards, Leo