Re: [Faudiostream-users] Build LV2 error

2014-11-02 Thread Albert Graef
Yes, to keep things simple, the basename of the dsp source is currently used for a bunch of different identifiers needed when generating the LV2 bundle, and one of these is the dsp class name, so it must be a valid C++ identifier. We should probably overhaul this simplistic scheme some time, so I'

Re: [Faudiostream-users] Build LV2 error

2014-11-01 Thread Viacheslav Lotsmanov
Thank you! I just renamed channel-delay-stereo to channelDelayStereo and now my issue solved. On 2 November 2014 00:06, Harry van Haaren wrote: > On Sat, Nov 1, 2014 at 8:51 PM, Viacheslav Lotsmanov > wrote: >> >> I try to build some dsp to LV2 plugin and got this error: >> ``` >> $ env LANG=en

Re: [Faudiostream-users] Build LV2 error

2014-11-01 Thread Harry van Haaren
On Sat, Nov 1, 2014 at 8:51 PM, Viacheslav Lotsmanov wrote: > I try to build some dsp to LV2 plugin and got this error: > ``` > $ env LANG=en faust2lv2 channel-delay-stereo.dsp > /tmp/tmp.kcV5qmK0Om/channel-delay-stereo.cpp:389:14: error: expected > unqualified-id before '-' token > class channe

Re: [Faudiostream-users] Build LV2 error

2014-11-01 Thread Viacheslav Lotsmanov
Faust version: faust-0.9.67 On 1 November 2014 23:51, Viacheslav Lotsmanov wrote: > I try to build some dsp to LV2 plugin and got this error: > ``` > $ env LANG=en faust2lv2 channel-delay-stereo.dsp > /tmp/tmp.kcV5qmK0Om/channel-delay-stereo.cpp:389:14: error: expected > unqualified-id before '-'

[Faudiostream-users] Build LV2 error

2014-11-01 Thread Viacheslav Lotsmanov
I try to build some dsp to LV2 plugin and got this error: ``` $ env LANG=en faust2lv2 channel-delay-stereo.dsp /tmp/tmp.kcV5qmK0Om/channel-delay-stereo.cpp:389:14: error: expected unqualified-id before '-' token class channel-delay-stereo : public dsp { ^ In file included from /usr/i