Hi. I am trying to link against MusicNote from the SVN snapshot, on Windows using Qt5's Mingw toolchain. I have successfully built it with cmake, and configured my project to add cfugue's include and libraries. Note that I am using -std=c++14 (or -std=c+=11, I did try this one as well) in my projects However I am getting those errors: In file included from F:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/map:61:0, from ..\..\musictest\lib/note.h:7, from ..\..\musictest\lib/database.h:4, from...