[proaudio] Adour2-svn-2 doesn't compile |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Hi,
I'm trying to compile the latest ardour2 svn snapshot since yesterday. Due to
the last addition of boost dependecy it's coming further today but now it
gets stuck at compiling vst support.
I get the following messages:
g++ -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -DARCH_X86 -mmmx -march=i686 -msse -mfpmath=sse -DBUILD_SSE_OPTIMIZATIONS -Wall -DHAVE_LIBLO -DENABLE_NLS -D_REENTRANT -DLOCALEDIR=\"/usr/share/locale\" -Woverloaded-virtual -DPACKAGE=\"libgtkmm2ext\" -DLIBSIGC_DISABLE_DEPRECATED -fPIC -Ilibs/pbd -I/usr/include/glib-2.0 -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -Ilibs/gtkmm2/atk -Ilibs/sigc++2 -Ilibs/glibmm2 -I/usr/lib/glib-2.0/include -Ilibs/gtkmm2/pango -Ilibs/gtkmm2ext -Ilibs/gtkmm2/gtk -I/usr/lib/gtk-2.0/include -Ilibs/gtkmm2/gdk -c -o
libs/gtkmm2ext/barcontroller.os libs/gtkmm2ext/barcontroller.cc
gtk2_ardour/vst_pluginui.cc:35: error: prototype for
`VSTPluginUI::VSTPluginUI(ARDOUR::PluginInsert&, ARDOUR::VSTPlugin&)' does
not match any in class `VSTPluginUI'
gtk2_ardour/plugin_ui.h:214: error: candidates are:
VSTPluginUI::VSTPluginUI(const VSTPluginUI&)
gtk2_ardour/plugin_ui.h:216: error:
VSTPluginUI::VSTPluginUI(boost::shared_ptr<ARDOUR::PluginInsert>,
boost::shared_ptr<ARDOUR::VSTPlugin>)
gtk2_ardour/vst_pluginui.cc: In constructor
`VSTPluginUI::VSTPluginUI(ARDOUR::PluginInsert&, ARDOUR::VSTPlugin&)':
gtk2_ardour/vst_pluginui.cc:37: error: no matching function for call to
`PlugUIBase::PlugUIBase(const void**, ARDOUR::PluginInsert&)'
gtk2_ardour/plugin_ui.h:68: note: candidates are: PlugUIBase::PlugUIBase(const
PlugUIBase&)
gtk2_ardour/plugin_ui.h:70: note:
PlugUIBase::PlugUIBase(boost::shared_ptr<ARDOUR::PluginInsert>)
gtk2_ardour/vst_pluginui.cc:37: error: no matching function for call to
`boost::shared_ptr<ARDOUR::VSTPlugin>::shared_ptr(ARDOUR::VSTPlugin&)'
/usr/include/boost/shared_ptr.hpp:106: note: candidates are:
boost::shared_ptr<ARDOUR::VSTPlugin>::shared_ptr(const
boost::shared_ptr<ARDOUR::VSTPlugin>&)
/usr/include/boost/shared_ptr.hpp:119: note:
boost::shared_ptr<T>::shared_ptr() [with T = ARDOUR::VSTPlugin]
gtk2_ardour/vst_pluginui.cc:38: error: 'class
boost::shared_ptr<ARDOUR::VSTPlugin>' has no member named 'fst'
gtk2_ardour/vst_pluginui.cc:44: error: 'class
boost::shared_ptr<ARDOUR::PluginInsert>' has no member named 'active'
gtk2_ardour/vst_pluginui.cc: In member function `virtual int
VSTPluginUI::get_preferred_height()':
gtk2_ardour/vst_pluginui.cc:58: error: 'class
boost::shared_ptr<ARDOUR::VSTPlugin>' has no member named 'fst'
gtk2_ardour/vst_pluginui.cc: In member function `int
VSTPluginUI::package(Gtk::Window&)':
gtk2_ardour/vst_pluginui.cc:72: error: 'class
boost::shared_ptr<ARDOUR::VSTPlugin>' has no member named 'fst'
scons: *** [gtk2_ardour/vst_pluginui.os] Error 1
libs/gtkmm2ext/barcontroller.cc: In member function `bool
Gtkmm2ext::BarController::expose(GdkEventExpose*)':
libs/gtkmm2ext/barcontroller.cc:262: warning: 'x2' might be used uninitialized
in this function
scons: building terminated because of errors.
!!! ERROR: media-sound/ardour2-svn-2 failed.
Call stack:
ebuild.sh, line 1539: Called dyn_compile
ebuild.sh, line 939: Called src_compile
ardour2-svn-2.ebuild, line 105: Called die
!!! compilation failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.
!!! This ebuild is from an overlay: '/usr/portage/local/layman/pro-audio'
I re-emerged the vst-sdk but it didn't help. fst is running fine on this
maschine.
Anyone the same problem or any clues?
regards
Martin