Building torcs-1.3.6 with GCC-7 fails
Building torcs-1.3.6 with GCC-7 fails
Building demos with GCC-7 fails
freeimage fails to build against jpeg-9c
Are you using a pie enabled compiler? Maybe related to https://bugs.gentoo.org/618170?
Actually, the other patch doesn't work if building with GCC-6 and including -std=c++98 in CXXFLAGS.
Building with GCC-6 Fails
GCC-6 doesn't allow implicit cast from bool to pointer
Add correct noexcept specification to throwing destructors
Don't throw in C++11 destructors
That's the better way of handling it. Thanks.
Building with GCC-6 fails with `error: macro "min" passed 3 arguments, but takes just 2`
libdkim-1.0.21 fails to compile with GCC-6
Compiling StatPatternRecognition-3.3.2 with gcc-6 fails with "error: cannot convert ‘bool’ to ‘SprAbsVarTransformer*’ in return"
Compiling openhpi-3.0.0 with GCC-6 fails with "error: cannot convert ‘bool’ to ‘NewSimulatorRdr*’ in return"
Patch to fix building with GCC-6
Strigi-0.7.8 fails to configure when building with GCC-6
Support GCC-6
GCC-6 only makes 'isnan' available in 'std' nam...