User forums > General (but related to Code::Blocks)

Anyone building Code::Blocks using GCC 7.1?

<< < (3/3)

stahta01:
Decided to go back to GCC 7.1 under MSys2.

Turns out only the first error was caused by GCC 7.1.

Patch below in case it looks like one worth fixing in SVN


--- Code: ------ a/src/include/scripting/sqplus/sqplus.h (revision 11115)
+++ b/src/include/scripting/sqplus/sqplus.h (working copy)
@@ -11,6 +11,7 @@
 #define _SQ_PLUS_H_
 
 #include <stdlib.h>
+#include <strings.h>  // strcasecmp
 
 #ifdef __APPLE__
   #include <malloc/malloc.h>

--- End code ---

Tim S.

Navigation

[0] Message Index

[*] Previous page

Go to full version