On Sun, Nov 30, 2008 at 12:00 PM, David Adler <david.jo.adler@gmail.com> wrote:
Glad to hear that my favorite Sequencer is alive!

nevertheless,
running make i get an error:

mainwnd.cpp: In constructor 'mainwnd::mainwnd(perform*)':
mainwnd.cpp:101: error: 'class Gtk::Button' has no member named
'set_tooltip_text'
mainwnd.cpp:110: error: 'class Gtk::Button' has no member named
'set_tooltip_text'
mainwnd.cpp:119: error: 'class Gtk::Button' has no member named
'set_tooltip_text'
mainwnd.cpp:128: error: 'class Gtk::SpinButton' has no member named
'set_tooltip_text'
mainwnd.cpp:139: error: 'class Gtk::SpinButton' has no member named
'set_tooltip_text'
mainwnd.cpp:149: error: 'class Gtk::Entry' has no member named
'set_tooltip_text'
make[2]: *** [mainwnd.o] Error 1
make[2]: Leaving directory `/home/minos/src/seq24-0.9.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/minos/src/seq24-0.9.0/src'
make: *** [all-recursive] Error 1

any hints?

Could you check which distribution and which version of GTK you are using? Looks like the API has changed and you either have an old or new version of GTK.

- Jaakko