Re: [seq24-users] Modifying keyboard shortcut for delete button?
Brought to you by:
rcbuse
|
From: Guido S. <gui...@ba...> - 2008-08-25 19:49:12
|
Am Sat, 23. Aug 2008 um 21:39:20 +0200 schrieb Guido Scholz: > Am Fri, 22. Aug 2008 um 23:35:31 +0300 schrieb Jaakko Sipari: Jaakko, > > What was the problem with getting seq24 > > to build & run in Fedora 9 by the way? > There were several issues; the most importand were missing header > declarations (caused by more rigorous checks of gcc 4.3) and some other > errors caused by a not compatible sigc library (which is not checked by > configure, by the way). After spending several hours searching the reasons behind this topic at least I found, that the old (Version 1.x-style) SigC:: compatibility API was removed increasing libsigc++ version from 2.0 to 2.2, as mentioned here in this NEWS file[1]: http://svn.gnome.org/viewvc/libsigc%2B%2B2/trunk/NEWS?view=markup As the 2.0 version of libsig++ is already serveral years old and supplied by all current distributions, there should be no reason to hesitate applying the switch to the 2.0 API. As meanwhile tested under my Ubuntu 8.04 there are no glitches. Guido [1] Personal remark: This is clearly a hint to carefully maintain files like NEWS, ChangeLog etc. -- http://www.bayernline.de/~gscholz/ http://www.lug-burghausen.org/ |