I was able to compile an lv2, wanted to see if the standalone was any prettier. This was what I got.
'''
spencer@ubuntu:~/otherprojects/LazyLimiter (master)$ faust2jack LazyLimiter.dsp
LazyLimiter.dsp.cpp: In member function ‘std::string PathUI::buildPath(const string&)’:
LazyLimiter.dsp.cpp:285:53: error: ‘replace’ was not declared in this scope
replace(res.begin(), res.end(), ' ', '');
^
LazyLimiter;
'''
using faust Version 0.9.67
I was able to compile an lv2, wanted to see if the standalone was any prettier. This was what I got. ''' spencer@ubuntu:~/otherprojects/LazyLimiter (master)$ faust2jack LazyLimiter.dsp LazyLimiter.dsp.cpp: In member function ‘std::string PathUI::buildPath(const string&)’: LazyLimiter.dsp.cpp:285:53: error: ‘replace’ was not declared in this scope replace(res.begin(), res.end(), ' ', ''); ^ LazyLimiter; ''' using faust Version 0.9.67