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 <villegas.jul...@gmail.com> a écrit :
> 
> 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, size, 
> path_table)
>     ^      
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /usr/local/include/faust/gui/JSONUI.h:64:9: note: candidate constructor not
>      viable: requires 2 arguments, but 9 were provided
>        JSONUI(int inputs, int outputs):fTab(1)
>        ^
> /usr/local/include/faust/gui/JSONUI.h:22:7: note: candidate constructor (the
>      implicit copy constructor) not viable: requires 1 argument, but 9 were
>      provided
> class JSONUI : public PathUI, public Meta
>      ^
> In file included from generator/code_container.cpp:25:
> In file included from generator/code_container.hh:37:
> generator/json_instructions.hh:57:27: error: no matching constructor for
>      initialization of 'JSONUI'
>        JSONInstVisitor():JSONUI()
>                          ^
> /usr/local/include/faust/gui/JSONUI.h:22:7: note: candidate constructor (the
>      implicit copy constructor) not viable: requires 1 argument, but 0 were
>      provided
> class JSONUI : public PathUI, public Meta
>      ^
> /usr/local/include/faust/gui/JSONUI.h:64:9: note: candidate constructor not
>      viable: requires 2 arguments, but 0 were provided
>        JSONUI(int inputs, int outputs):fTab(1)
>        ^
> In file included from generator/code_container.cpp:25:
> In file included from generator/code_container.hh:38:
> ./dsp_factory.hh:32:10: fatal error: 'faust/gui/CInterface.h' file not found
> #include "faust/gui/CInterface.h"
>         ^~~~~~~~~~~~~~~~~~~~~~~~
> 3 errors generated.
> make[1]: *** [generator/code_container.o] Error 1
> make: *** [all] Error 2
> 
> 
> What am I missing?
> 
> Julian.
> 
> 
> 
> 
> 
>> On Nov 28, 2017, at 16:26 PM, Stéphane Letz <l...@grame.fr> wrote:
>> 
>> Try the GIT version : https://github.com/grame-cncm/faust
>> 
>> Better on «  master »  branch, since «  master-dev »  is the (possibly less 
>> stable..) branch for developers.
>> 
>> Stéphane 
>> 
>> 
>>> Le 28 nov. 2017 à 01:36, Julián Villegas <villegas.jul...@gmail.com> a 
>>> écrit :
>>> 
>>> Hi,
>>> 
>>> I’m trying to compile Faust 0.9.73 on a Mac running macOS 10.13.1 and found 
>>> this error:
>>> 
>>> 
>>> ...
>>> In file included from generator/code_container.cpp:25:
>>> 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, size, 
>>> path_table)
>>> 
>>> 
>>> Could someone direct me on the correct way to solve this issue? I’m aware 
>>> of FaustLive,  but I wanted to compile Faust from scratch.
>>> 
>>> Thanks for your help.
>>> 
>>> Julian.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> _______________________________________________
>>> Faudiostream-devel mailing list
>>> Faudiostream-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/faudiostream-devel
>> 
> 
> 


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to