Hi. I also get an error, but different from Geoff's ?
libs/pbd/pbd/ringbuffer.h: In member function `size_t RingBuffer<T>::write(T*, size_t) [with T = void*]': libs/pbd/pool.cc:49: instantiated from here libs/pbd/pbd/ringbuffer.h:200: error: `g_atomic_int_set' was not declared in this scope libs/pbd/pbd/ringbuffer.h:200: warning: unused variable 'g_atomic_int_set' libs/pbd/pbd/ringbuffer.h: In member function `size_t RingBuffer<T>::read(T*, size_t) [with T = void*]': libs/pbd/pool.cc:66: instantiated from here libs/pbd/pbd/ringbuffer.h:160: error: `g_atomic_int_set' was not declared in this scope libs/pbd/pbd/ringbuffer.h:160: warning: unused variable 'g_atomic_int_set' libs/pbd/pbd/ringbuffer.h: In member function `void RingBuffer<T>::reset() [with T = void*]': libs/pbd/pbd/ringbuffer.h:41: instantiated from `RingBuffer<T>::RingBuffer(size_t) [with T = void*]' libs/pbd/pool.cc:34: instantiated from here libs/pbd/pbd/ringbuffer.h:51: error: `g_atomic_int_set' was not declared in this scope scons: *** [libs/pbd/pool.os] Error 1 ..... ??? Regards. On 8/5/06, Martin Wohlleben <[EMAIL PROTECTED]> wrote:
Am Samstag 05 August 2006 04:55 schrieb Geoff Beasley: > firstly, thanks again for such a great resource ! > > scons basically complains about no libs/ardour/plugin_manager.so ; > looks like a code error tho i'm certainly no expert. anyone else > sucessfully built this ? > > g. Hi Geoff, today I was able to compile ardour2-svn with vst support (first time since inclusion of vst). So, give it a try. greets martin
