Ähem .... Nachtrag
Das hat genau 1 Mal funktioniert.
Ohne jede Änderung an Settings oder Code habe ich einfach Build - Rebuild geklickt und habe jetzt wieder
||=== MySQLTest, Release ===|
C:\MySQL\include\config-win.h|208|warning: "finite" redefined|
C:\MySQL\include\config-win.h|161|note: this is the location of the previous definition|
C:\MySQL\include\my_global.h|616|warning: "my_reinterpret_cast" redefined|
C:\MySQL\include\config-win.h|312|note: this is the location of the previous definition|
||=== Build finished: 2 errors, 2 warnings ===|
edit:
Das ist sogar relativ logisch, denn
config-win.h
steht unter C:\MySQL\include
dort findet sich in Zeile 161
#define finite(X) _finite(X)
und in Zeile 208
#define finite(A) _finite(A)
ein Update von MinGW/GCC ändert daran nichts.
Das hat genau 1 Mal funktioniert.
Ohne jede Änderung an Settings oder Code habe ich einfach Build - Rebuild geklickt und habe jetzt wieder
||=== MySQLTest, Release ===|
C:\MySQL\include\config-win.h|208|warning: "finite" redefined|
C:\MySQL\include\config-win.h|161|note: this is the location of the previous definition|
C:\MySQL\include\my_global.h|616|warning: "my_reinterpret_cast" redefined|
C:\MySQL\include\config-win.h|312|note: this is the location of the previous definition|
||=== Build finished: 2 errors, 2 warnings ===|
edit:
Das ist sogar relativ logisch, denn
config-win.h
steht unter C:\MySQL\include
dort findet sich in Zeile 161
#define finite(X) _finite(X)
und in Zeile 208
#define finite(A) _finite(A)
ein Update von MinGW/GCC ändert daran nichts.
Zuletzt bearbeitet: