[ardour-dev] build errors...
Paul Symons
ardour at iove.org
Wed Jan 11 17:00:20 PST 2006
> i also found that libglade was required.
>
> For the record I managed to build an ardour2 cvs snapshot a few days ago
> successfully with gtk+ 2.8.9.
>
> Paul
> _______________________________________________
> ardour-dev mailing list
> ardour-dev at lists.ardour.org
> http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org
ok i tried building the latest CVS snapshot and now i am running into
problems. the scons parameters were different this time, however, most
notable probably being VST=1.
commandline: scons VST=1 KSI=0 USE_SSE_EVERYWHERE=1 BUILD_SSE_OPTIMIZATIONS=1
PREFIX=/usr
the error message was:
gtk2_ardour/plugin_selector.cc: In constructor `
PluginSelector::PluginSelector(ARDOUR::PluginManager*)':
gtk2_ardour/plugin_selector.cc:89: error: `column' undeclared (first use this
function)
gtk2_ardour/plugin_selector.cc:89: error: (Each undeclared identifier is
reported only once for each function it appears in.)
gtk2_ardour/plugin_selector.cc: In member function `void
PluginSelector::vst_refiller()':
gtk2_ardour/plugin_selector.cc:232: error: no match for 'operator=' in '
Gtk::TreeRow::operator[](const Gtk::TreeModelColumn<ColumnType>&) const
[with ColumnType = ARDOUR::PluginInfo*]((this + 380)) = i'
libs/gtkmm2/gtk/gtkmm/treeiter.h:427: error: candidates are:
Gtk::TreeValueProxy<ColumnType>&
Gtk::TreeValueProxy<ColumnType>::operator=(const ColumnType&) [with
ColumnType = ARDOUR::PluginInfo*]
libs/gtkmm2/gtk/gtkmm/treeiter.h:240: error:
Gtk::TreeValueProxy<ColumnType>&
Gtk::TreeValueProxy<ColumnType>::operator=(const
Gtk::TreeValueProxy<ColumnType>&) [with ColumnType = ARDOUR::PluginInfo*]
scons: *** [gtk2_ardour/plugin_selector.o] Error 1
scons: building terminated because of errors.
hope that helps.
Paul
More information about the Ardour-Dev
mailing list