-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
tags 474896 + patch
thanks
Attached patch should fix this bug.
Thank you.
- --
Luca Falavigna
Ubuntu MOTU Developer
GPG Key: 0x86BC2A50
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFISpFCnXjXEYa8KlARAlqtAJ9JQ+/tqn9+9CT5LhaAy7FvWYwzygCaAwTE
xBJiF1BVqmfZM3Ohbb2fkrw=
=OlOM
-----END PGP SIGNATURE-----
diff -u noteedit-2.8.1/configure noteedit-2.8.1/configure
--- noteedit-2.8.1/configure
+++ noteedit-2.8.1/configure
@@ -34287,7 +34287,8 @@
fi
cat >tse3vtest.cc << EOF
-#include <istream.h>
+#include <iostream>
+using namespace std;
#include <tse3/TSE3.h>
int main() {
cout << TSE3::TSE3_Version() << endl;
--- noteedit-2.8.1.orig/noteedit/musicxmlimport.h
+++ noteedit-2.8.1/noteedit/musicxmlimport.h
@@ -126,7 +126,7 @@
void handlePedal(NChord * chord);
void handleTuplet(NMusElement * elem);
void handleVoice(int staff, int voice);
- void handleVoiceDoStaff(int staff, int voice, NStaff * & staff, bool & mapped);
+ void handleVoiceDoStaff(int dostaff, int voice, NStaff * & staff, bool & mapped);
int current_max_voice_nr; /* the maximum voice number reached until now */
void handleWords();
void initStAttributes();