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/include/c++/4.8/bits/ostream_insert.h:36:0,
                 from /usr/include/c++/4.8/string:44,
                 from /tmp/tmp.kcV5qmK0Om/channel-delay-stereo.cpp:888:
/usr/include/c++/4.8/bits/cxxabi_forced.h:36:37: error: expected
declaration before end of line
 #pragma GCC visibility push(default)
                                     ^
/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/include/c++/4.8/bits/ostream_insert.h:36:0,
                 from /usr/include/c++/4.8/string:44,
                 from /tmp/tmp.kcV5qmK0Om/channel-delay-stereo.cpp:888:
/usr/include/c++/4.8/bits/cxxabi_forced.h:36:37: error: expected
declaration before end of line
 #pragma GCC visibility push(default)
                                     ^
/usr/local/bin/faust2lv2: line 154:
/tmp/tmp.kcV5qmK0Om/channel-delay-stereo: No such file or directory
./channel-delay-stereo.lv2;
```

What I'm doing wrong? faust2jack or faust2jaqt build this dsp fine.

DSP can found here:
https://github.com/unclechu/faust-channel-delay/blob/v0.0.1/channel-delay-stereo.dsp

------------------------------------------------------------------------------
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to