On Sat, Feb 20, 2010 at 5:11 PM, Giorgio - Audiophilo
<anomalsound(a)gmail.com> wrote:
Hi Igor,
i get an error while compiling.
$ make
** making version with vocoder
cp vocproc.ttl.voc vocproc.ttl
lv2peg vocproc.ttl vocproc.peg
make: lv2peg: Command not found
make: *** [vocproc.peg] Error 127
i have libgtkmm-2.4-dev, libboost-dev, libfftw3-dev installed (i'm on Ubuntu
9.10).
Do i miss something else?
Thank you
Yes. You need lv2-c++-tools [1]. It is not in standard repositories so
you'll need to compile it yourself (it's pretty straightforward, it
only needs libboost-dev as a dependency and builds without problems).
I'll (try to :)) make Ubuntu/Debian package when I find some free time
so it'll be easier to install it.
[1]
http://ll-plugins.nongnu.org/hacking.html
Good luck :)
Igor