We also applied the following patch to build seq24 with gtkmm 2.19:

--- seq24-0.9.0.orig/src/mainwnd.cpp
+++ seq24-0.9.0/src/mainwnd.cpp
@@ -528,7 +528,7 @@
 
     dialog.set_current_folder(last_used_dir);
 
-    HButtonBox *btnbox = dialog.get_action_area(); 
+    ButtonBox *btnbox = dialog.get_action_area(); 
     HBox hbox( false, 2 );
 
     m_adjust_load_offset = manage( new Adjustment( 0, -(c_max_sets - 1),



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to