(MuseScore): Does this project parse correctly for you?

René J.V. Bertin rjvbertin at gmail.com
Wed May 22 13:21:42 BST 2019


Hi,

I imported the MuseScore (github:musescore/MuseScore; cmake-based) source tree into KDevelop 5.3.2 (git/head) to fix a few minor issues and noticed parsing errors like

/path/to/MuseScore-git/omr/omr.cpp:57:21: Implicit instantiation of undefined template 'Ms::QList<Ms::QString>'
/opt/local/include/qt5/QtCore/qtypeinfo.h:192:29: Template is declared here

This happens whether or not I deactivate the option to use a precompiled header or not; I have a hunch that the use of a single all-encompassing header has something to do with the parsing issue I'm seeing.
I'm not seeing header-not-found errors in this particular file so this shouldn't be a question of not having added a custom header search path.

Am I doing something wrong or can someone reproduce the issue (= is this a bug in KDevelop)?

Thanks,
R.



More information about the KDevelop-devel mailing list