Compile errors - moc_musescore.cpp
After rebasig to current master, I get long list of complile errors like the one shown in the attached file.
can anyone give a hint what might be wrong?
Attachment | Size |
---|---|
moc_mus.txt | 458 bytes |
After rebasig to current master, I get long list of complile errors like the one shown in the attached file.
can anyone give a hint what might be wrong?
Attachment | Size |
---|---|
moc_mus.txt | 458 bytes |
Do you still have an unanswered question? Please log in first to post your question.
Comments
Compiling using MinGW? If so see https://github.com/musescore/MuseScore/pull/4082
Edit: apparently not, these looks like MSVC errors. Strange, it all works for me
In reply to Compiling using MinGW? If so… by Jojo-Schmitz
Correct. I am using MSVC.
I tried to do 'reset' to go back in time a little.
Now i get these errors only for moc_scoretab.cpp.
But strange still.
In reply to Correct. I am using MSVC. I… by neGjodsbol
does a cleanup help?
In reply to does a cleanup help? by Jojo-Schmitz
Strange as it may sound - doing a reset to some two days ago, rebuilding the solution, and then rolling on changes again, fixed the problem.
BTW Do you have any specific in mind when you say "cleanup"?
In reply to Strange as it may sound -… by neGjodsbol
make clean
basically. `rebuilding solution' should do this under the coversIn reply to make clean basically by Jojo-Schmitz
Thanks
In reply to Strange as it may sound -… by neGjodsbol
msvc_build.bat clean
actuallyUPD: fixed typo :)
In reply to mdvc_build.bat clean actually by Anatoly-os
or even
msvc_build.bat clean
;-)In reply to or even msvc_build.bat clean… by Jojo-Schmitz
Would that not be the same as MVSC-ui Build/Clean Solution
In reply to Would that not be the same… by neGjodsbol
I believe it is