Re: [gobolinux-devel] LADSPA recipe broken

2007-10-11 Thread Hisham Muhammad
On 10/10/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Jonatan Liljedahl wrote: > > When trying Compile LADSPA I get this: > > > > c++ -I. -Wall -Werror -O3 -fPIC -o plugins/sine.o -c plugins/sine.cpp > > plugins/sine.cpp: In constructor > > 'StartupShutdownHandler::StartupShutdownHandler()':

Re: [gobolinux-devel] LADSPA recipe broken

2007-10-10 Thread Jonatan Liljedahl
Jonatan Liljedahl wrote: > When trying Compile LADSPA I get this: > > c++ -I. -Wall -Werror -O3 -fPIC -o plugins/sine.o -c plugins/sine.cpp > plugins/sine.cpp: In constructor > 'StartupShutdownHandler::StartupShutdownHandler()': > plugins/sine.cpp:266: error: 'instantiateSineOscillator' was not >

[gobolinux-devel] LADSPA recipe broken

2007-10-10 Thread Jonatan Liljedahl
When trying Compile LADSPA I get this: c++ -I. -Wall -Werror -O3 -fPIC -o plugins/sine.o -c plugins/sine.cpp plugins/sine.cpp: In constructor 'StartupShutdownHandler::StartupShutdownHandler()': plugins/sine.cpp:266: error: 'instantiateSineOscillator' was not declared in this scope plugins/sine.cpp