Mats Bengtsson wrote:
Hi,
May I submit the following patch? Otherwise we have to increase
yes.
the required Python version number to 2.3. Of course, I would then
also add a comment in INSTALL.txt that Python 2.3 is needed for
Mingw and Cygwin.
it's very well possible that some components
Juergen Reuter wrote:
I tried a similar approach long time ago around 1.9.x, but I failed,
since I would have needed to duplicate much code around the note head
engraver (e.g. handling of articulation scripts, ...). However, lily
has changed a lot since then; hence, it may be worth trying agai
I have exactly the same problem here with g++ (GCC) 3.2.2 and
as we have seen from the mailing list, there are more people who
have been hit by the same problem. The weird thing is that the cast
isn't needed two lines earlier where str is printed.
May I submit a patch?
/Mats
Han-Wen Nienhuys
Hi,
May I submit the following patch? Otherwise we have to increase
the required Python version number to 2.3. Of course, I would then
also add a comment in INSTALL.txt that Python 2.3 is needed for
Mingw and Cygwin.
Index: python/midi.c
==