Re: [seq24-users] Seq24-0.6.0-rc1 (compile errors)
Brought to you by:
rcbuse
|
From: yawfle <se...@ya...> - 2005-01-05 07:51:29
|
On Tuesday 04 January 2005 03:19, rob buse wrote: > hey everyone! > > Seq24-0.6.0-rc1 Can't wait to try it, but running 'make' fails with these errors: ---------------- seqdata.cpp: In member function `virtual void seqdata::on_realize()': seqdata.cpp:105: error: use of class template `template<class T_return, class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6, class T_arg7> class sigc::slot' as expression seqdata.cpp: In member function `void seqdata::on_size_allocate(GtkAllocation*) ': seqdata.cpp:504: error: no matching function for call to `seqdata:: on_size_allocate(GtkAllocation*&)' /usr/include/gtkmm-2.4/gtkmm/widget.h:341: error: candidates are: virtual void Gtk::Widget::on_size_allocate(Gtk::Allocation&) ---------------- Is it compiling ok for anyone else? Possible sources of problems on my end might be that I have gtkmm 2.4 instead of 2.0 installed, and had to edit the configure script accordingly (also tried symlinking gtkmm-2.4.pc > gtkmm-2.0.pc - either way configure is happy, but compile fails, perhaps because of version compatibility issues?) I can't seem to find gtkmm 2.0 at the home site - am I missing something? I'm looking forward to using seq24, and appreciate any and all help, since I'm not really all that good at this stuff. :) -- yawfle |