Re: [Faudiostream-devel] non-virtual dsp output class

2017-11-28 Thread Hermann Meyer
Hi In the guitarix project we using a python script with included templates to parse the output of the faust compiler. This allow us to replace the virtual keywords, in-lining some stuff, and format the classes to the way we need in our project. For reference here you'll find our dsp2cc sc

Re: [Faudiostream-devel] JSONUI error compiling Faust

2017-11-28 Thread Julián Villegas
Thank you, installing LLVM 5.0 from macports solved the problem! Julian. > On Nov 28, 2017, at 17:54 PM, Stéphane Letz wrote: > > You still have LLVM 3.4, use a more recent version (3.8 at least) . I > recommend using macports versions. > > Stéphane > >> Le 28 nov. 2017 à 09:49, Julián

Re: [Faudiostream-devel] JSONUI error compiling Faust

2017-11-28 Thread Stéphane Letz
You still have LLVM 3.4, use a more recent version (3.8 at least) . I recommend using macports versions. Stéphane > Le 28 nov. 2017 à 09:49, Julián Villegas a écrit : > > Tried that already, > > same error :( > > c++ -I /opt/local/include -stdlib=libc++ -Wall -Wuninitialized > -Wno-parenthe

Re: [Faudiostream-devel] JSONUI error compiling Faust

2017-11-28 Thread Julián Villegas
Tried that already, same error :( c++ -I /opt/local/include -stdlib=libc++ -Wall -Wuninitialized -Wno-parentheses -Wno-overloaded-virtual -fvisibility=hidden -I. -Iboxes -Ierrors -Ievaluate -Inormalize -Iparser -Ipropagate -Iparallelize -Isignals -Itlib -Idraw -Idraw/device -Idraw/schema -Iext

Re: [Faudiostream-devel] JSONUI error compiling Faust

2017-11-28 Thread Stéphane Letz
Possibly an old faust installation mixing it up ? Try to do in the main faust folder : sudo make uninstall then make clean make -j 4 && make httpd && sudo make install Stéphane > Le 28 nov. 2017 à 09:13, Julián Villegas a écrit : > > Thanks Stéphane, > > I tried as you said, but it fa

Re: [Faudiostream-devel] JSONUI error compiling Faust

2017-11-28 Thread Julián Villegas
Thanks Stéphane, I tried as you said, but it failed equally. Look: In file included from generator/code_container.hh:37: generator/json_instructions.hh:51:10: error: no matching constructor for initialization of 'JSONUI' ...JSONUI(name, inputs, outputs, sha_key, dsp_code, version, options