View Issue Details

IDProjectCategoryView StatusLast Update
0002699ardourbugspublic2020-04-19 20:14
Reportertriune Assigned Tocth103  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Summary0002699: gtkmm version in ardour tree out of date (SVN 5112)
Description--cut--
scons: `libs/gtkmm2/gdk/libgdkmm2.so' is up to date.
g++ -o libs/gtkmm2/gtk/gtkmm/toolbar.os -c -Woverloaded-virtual -DGTK_NEW_TOOLTIP_API -DGLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED -DGLIBMM_PROPERTIES_ENABLED -DGLIBMM_EXCEPTIONS_ENABLED -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -pipe -DARCH_X86 -mmmx -m3dnow -msse -mfpmath=sse -DUSE_XMMINTRIN -DBUILD_SSE_OPTIMIZATIONS -DUSE_X86_64_ASM -Wall -DWITH_JACK_MIDI -Ilibs -DENABLE_NLS -fPIC -I/usr/include/atk-1.0 -Ilibs/sigc++2 -I/usr/include/pixman-1 -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -Ilibs/glibmm2/glib -Ilibs/gtkmm2/atk -I/usr/include/freetype2 -Ilibs/cairomm -I/usr/lib/glib-2.0/include -Ilibs/gtkmm2/pango -Ilibs/gtkmm2/gtk -I/usr/include/glib-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/libpng12 -I/usr/include/gtk-unix-print-2.0 -Ilibs/gtkmm2/gdk -I/usr/include/directfb libs/gtkmm2/gtk/gtkmm/toolbar.cc
libs/gtkmm2/gtk/gtkmm/toolbar.cc: In member function ‘void Gtk::Toolbar::set_orientation(Gtk::Orientation)’:
libs/gtkmm2/gtk/gtkmm/toolbar.cc:522: error: ‘gtk_toolbar_set_orientation’ was not declared in this scope
libs/gtkmm2/gtk/gtkmm/toolbar.cc: In member function ‘Gtk::Orientation Gtk::Toolbar::get_orientation() const’:
libs/gtkmm2/gtk/gtkmm/toolbar.cc:527: error: ‘gtk_toolbar_get_orientation’ was not declared in this scope
libs/gtkmm2/gtk/gtkmm/toolbar.cc: In member function ‘bool Gtk::Toolbar::get_tooltips() const’:
libs/gtkmm2/gtk/gtkmm/toolbar.cc:552: warning: no return statement in function returning non-void
scons: *** [libs/gtkmm2/gtk/gtkmm/toolbar.os] Error 1
scons: building terminated because of errors.
Additional InformationPaul informed that the ardour source tree must update its version of gtkmm.
TagsNo tags attached.

Activities

triune

2009-05-27 15:02

reporter   ~0006035

using Kubuntu 9.04 (jaunty)

beowulf666

2009-07-01 21:50

reporter   ~0006203

Last edited: 2009-07-01 21:50

These changes solved the issue for me at Debian SID:
Index: gtk2_ardour/SConscript
===================================================================
--- gtk2_ardour/SConscript (Revision 5300)
+++ gtk2_ardour/SConscript (Arbeitskopie)
@@ -126,6 +126,7 @@
automation_time_axis.cc
axis_view.cc
bundle_manager.cc
+cairo_widget.cc
canvas-flag.cc
canvas-note-event.cc
canvas-note.cc
@@ -152,6 +153,7 @@
editor_edit_groups.cc
editor_export_audio.cc
editor_hscroller.cc
+editor_group_tabs.cc
editor_keyboard.cc
editor_keys.cc
editor_markers.cc
@@ -185,6 +187,7 @@
generic_pluginui.cc
ghostregion.cc
global_port_matrix.cc
+group_tabs.cc
gtk-custom-hruler.c
gtk-custom-ruler.c
io_selector.cc
@@ -202,6 +205,7 @@
midi_scroomer.cc
midi_streamview.cc
midi_time_axis.cc
+mixer_group_tabs.cc
mixer_strip.cc
mixer_ui.cc
nag.cc
@@ -236,6 +240,8 @@
route_processor_selection.cc
route_time_axis.cc
route_ui.cc
+route_group_dialog.cc
+route_group_menu.cc
selection.cc
send_ui.cc
session_import_dialog.cc
@@ -256,6 +262,7 @@
time_axis_view_item.cc
time_fx_dialog.cc
time_selection.cc
+track_selection.cc
ui_config.cc
utils.cc
version.cc
Index: libs/gtkmm2ext/SConscript
===================================================================
--- libs/gtkmm2ext/SConscript (Revision 5300)
+++ libs/gtkmm2ext/SConscript (Arbeitskopie)
@@ -62,6 +62,7 @@
utils.cc
version.cc
window_title.cc
+cell_renderer_pixbuf_toggle.cc
""")

gtkosx_files=Split("""

paul

2009-07-01 23:09

administrator   ~0006205

those changes have nothing to do with the version of gtkmm ...

triune

2009-07-08 01:45

reporter   ~0006396

when is upgrading gtkmm on the roadmap for the trunk?

cth103

2010-07-21 15:31

administrator   ~0008535

gtkmm is no longer in the A3 source tree.

system

2020-04-19 20:14

developer   ~0021924

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2009-05-27 14:57 triune New Issue
2009-05-27 15:02 triune Note Added: 0006035
2009-07-01 21:50 beowulf666 Note Added: 0006203
2009-07-01 21:50 beowulf666 Note Edited: 0006203
2009-07-01 23:09 paul Note Added: 0006205
2009-07-08 01:45 triune Note Added: 0006396
2010-04-24 10:28 cth103 Category bugs => bugs2
2010-04-24 10:31 cth103 Category bugs2 => bugs
2010-07-21 15:31 cth103 cost => 0.00
2010-07-21 15:31 cth103 Note Added: 0008535
2010-07-21 15:31 cth103 Status new => resolved
2010-07-21 15:31 cth103 Resolution open => no change required
2010-07-21 15:31 cth103 Assigned To => cth103
2020-04-19 20:14 system Note Added: 0021924
2020-04-19 20:14 system Status resolved => closed