Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread MLutz
Sorry - seems I have now found my problem. One of the additions in mscore.h had been in a comment instead of in a new line. Probably that was it ... -- View this message in context: http://dev-list.musescore.org/Compiling-2-1-problem-with-STRING-NONE-tp7580178p7580187.html Sent from the MuseSc

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread MLutz
... I'm not sure, if that helps much; here is the output (part of it) [ 13%] Building CXX object libmscore/CMakeFiles/libmscore.dir/fingering.cpp.o cd /home/markus/gitMuseScore/MuseScore/build.debug/libmscore && /usr/bin/c++ -DQT_DISABLE_DEPRECATED_BEFORE=0 -I/home/markus/gitMuseScore/MuseScore/

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread Lasconic
Try to run make VERBOSE=1 so we can see the exact command called. lasconic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread MLutz
Probably this is an issue in the branch "testAdd_LuteChanges", where I have applied all the changes from the first big PR of miwarre to enable bass strings for lute tablature ... Unfortunately the files, that are mentioned in the error message, haven't been changed at all, so I have no idea ... He

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread MLutz
Really don't know what happened, as it hadn't been a problem before ... And now again it compiles (at least the 2.1) Probably it was a git mismatch ... - I now have to try to compile also my updated version (I applied changes from miwarre for the 2.1 branch ...) -- View this message in context:

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread Ralf Mattes
Am Montag, 13. März 2017 17:43 CET, MLutz schrieb: > Hi, currently I'm trying to compile again 2.1, but there is one annoying > error, that didn't occur before: > > note.h:108: Error: ‘STRING_NONE’ was not declared in this scope >int string{ STRING_NONE }; > note.h:10

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread MLutz
Hi, I'm compiling on linuxmint xfe 18; I'm using qtcreator with qt 5.4.2; gcc is version 5.4 -- View this message in context: http://dev-list.musescore.org/Compiling-2-1-problem-with-STRING-NONE-tp7580178p7580181.html Sent from the MuseScore Developer mailing list archive at Nabble.com. -

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread Joachim Schmitz
I'd supect some wrong compiler or compiler options? -Original Message- From: MLutz [mailto:mar...@gmlutz.de] Sent: Monday, March 13, 2017 5:43 PM To: mscore-developer@lists.sourceforge.net Subject: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE' Hi, currently I'm trying to

Re: [Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread Lasconic
On which OS? Do you have Qt 5.4 installed? Which version of GCC or Clang do you use? lasconic 2017-03-13 17:43 GMT+01:00 MLutz : > Hi, currently I'm trying to compile again 2.1, but there is one annoying > error, that didn't occur before: > > note.h:108: Error: ‘STRING_NONE’ was not declared in

[Mscore-developer] Compiling 2.1 - problem with 'STRING_NONE'

2017-03-13 Thread MLutz
Hi, currently I'm trying to compile again 2.1, but there is one annoying error, that didn't occur before: note.h:108: Error: ‘STRING_NONE’ was not declared in this scope int string{ STRING_NONE }; note.h:108: Error: cannot convert ‘’ to ‘int’ in initialization int str