Using a fairly clean Ubuntu 18.04 machine I've followed all of the steps in the PDF (I think). Faust was built from master (v2.5.32) as was sam-faust.
Running faust2sam -midi 16-channel-volume.dsp gives the following error:
$ faust2sam -midi 16-channel-volume.dsp
Your 16-channel-volume-sam.zip package is being created
cp: cannot stat '/usr/share/faust/sam/fast_pow2.h': No such file or directory
/usr/share/faust exists however /usr/share/faust/sam does not. Looking at the output of the generated faust/Makefile.sam I can see it copying files to /usr/local/include/faust/audio and /usr/local/bin but that's about it:
This means that you may not have not run the script to add the faust additions to the faust installation, Chapter 4.3 in the doc. Note that this has never been tested under linux.
Using a fairly clean Ubuntu 18.04 machine I've followed all of the steps in the PDF (I think). Faust was built from
master
(v2.5.32) as was sam-faust.Running
faust2sam -midi 16-channel-volume.dsp
gives the following error:/usr/share/faust
exists however/usr/share/faust/sam
does not. Looking at the output of the generatedfaust/Makefile.sam
I can see it copying files to/usr/local/include/faust/audio
and/usr/local/bin
but that's about it:I also see that the
faust2sam
script relies on a$FAUSTLIB
variable which I don't have set nor do I see in the docs.