Sun 2005-12-11 20:17 Paul Brossier wrote:
> hi,
>
> On Fri, Nov 11, 2005 at 05:43:55PM +0100, Václav Juza wrote:
> > Please reenable tse3 support again, since libtse3 in Debian is already up
> > to date.
>
> when i remove the --without-libs configure flag in debian/rules, midi
> export works, but trying to play a tse3 file, i get the following messages
> in gdb.
My experience:
I now use noteedit compiled from debian source, I only changed debian/rules 
this way:
-------------------
--- noteedit-2.8.0-orig/debian/rules    2005-12-11 21:13:20.000000000 +0100
+++ noteedit-2.8.0/debian/rules 2005-10-13 22:35:22.000000000 +0200
@@ -52,13 +52,10 @@
                --with-libtse3 \
                --with-arts \
                --with-printing \
-               --without-libs \
-               $(CONFDEBUG)
-               # \
-               --without-libtse3 \
                --with-libkmid \
                --with-libkmid-include=/usr/include/kde \
                --with-libkmid=/usr/lib \
+               $(CONFDEBUG)


 #Architecture
-------------------
I used it to write notes and export/import MIDIs.
Without libtse3 support (the original binary package), MIDI input/output
didn't work, and notes were not played by noteedit. With my build, both
these work, and I have experienced no crash yet. Notes are played ok
when note is inserted or when play button is pressed, with no crash.

When playing with TSE3 menu, "Play TSE3 song" and "write TSE3 song"
worked for me (I tried it only on simple song with few notes), only "read TSE3 
song" does nothing, but no crash.

I am no expert on this, but could not the crash you reported be caused by the 
c++ allocator thing (due to which there are library transitions now)?

>...
> std::allocator<unsigned char> >::operator[] () from
>...

I have now:
libtse3-0.3.1c2a (=0.3.1-2)


Reply via email to