magnetophon / LazyLimiter

Do just enough, no more, no less. At the latest possible moment, of course!
https://magnetophon.github.io/LazyLimiter/
GNU General Public License v2.0
15 stars 1 forks source link

jack app compile error #2

Open ssj71 opened 9 years ago

ssj71 commented 9 years ago

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

magnetophon commented 9 years ago

I've never seen that, and unfortunately I have no idea what it is.

I'm using 0.9.70 (from git). At the moment I don't have time to test with 0.9.67, sorry. I'll write a bugreport to the faust mailing list.