On 13.01.2011 20:57, Tom Szilagyi wrote:
please try this:
replace the function ir_wavedisplay_set_message() in ir_wavedisplay.cc to this:
void ir_wavedisplay_set_message(IRWaveDisplay * w, const char * msg) {
if (!values || !length) {
return;
}
IRWaveDisplayPrivate * p = IR_WAVEDISPLAY_GET_PRIVATE(w);
p->msg = msg;
if (msg) {
ir_wavedisplay_redraw(w);
}
}
then recompile, reinstall& see if it still crashes.
Thatks,
Tom
tom ,thanks for the fast response.
when i do the mentioned it does not compile anymore:
g++ ir_wavedisplay.cc -Wall -I. -I/usr/include `pkg-config --cflags
gtk+-2.0` `pkg-config --cflags gthread-2.0` -D__STDC_FORMAT_MACROS -O2
-ffast-math -D_HAVE_GTK_ATLEAST_2_20 -c -fPIC -o ir_wavedisplay.o
ir_wavedisplay.cc: In function 'void
ir_wavedisplay_set_message(IRWaveDisplay*, const char*)':
ir_wavedisplay.cc:278: error: redefinition of 'void
ir_wavedisplay_set_message(IRWaveDisplay*, const char*)'
ir_wavedisplay.cc:253: error: 'void
ir_wavedisplay_set_message(IRWaveDisplay*, const char*)' previously
defined here
ir_wavedisplay.cc:279: error: 'values' was not declared in this scope
ir_wavedisplay.cc:279: error: 'length' was not declared in this scope
make: *** [ir_wavedisplay.o] Fehler 1
nowhiskey@murija5:~/Desktop/src/ir.lv2$
cheers,
doc
On 13 January 2011 20:31, Dragan Noveski<perodog@xxxxxxx> wrote:
thanks for the announce.
unfortunatelly a2 and a3 are crashing here on the plugin:
http://tracker.ardour.org/view.php?id=3711
cheers,
doc
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user