Re: [Faudiostream-users] FAUST: Compiling error

2016-01-07 Thread Romain Michon
You can also try to use the faust2vst script that should do everything
automatically for you:

faust2vst yourFaustFile.dsp

The same is possible with Audio Units:

faust2au yourFaustFile.dsp

On Tue, Jan 5, 2016 at 10:22 PM, Albert Graef  wrote:

> On Wed, Jan 6, 2016 at 2:11 AM, Nycholas Maia  wrote:
>
>> faustvst.cpp:404:10: fatal error: 'boost/circular_buffer.hpp' file not
>> found
>
>
> There's a dependency missing there. The Boost headers are needed by
> faust-vst. I don't have my Mac handy right now, but try installing the
> Boost package from MacPorts, then it should work.
>
> I'd also go with the faust-devel or faust2-devel package from MacPorts,
> rather than the faust package which is a rather old Faust revision IIRC. Or
> build and install Faust from the git sources yourself, as Oliver suggested.
>
> I'll put together a MacPorts package for faust-vst as soon as I can, but
> I'm rather busy with other things right now...
>
> Albert
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef
>
>
> --
>
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>


-- 

Romain Michon
(+1)(650)646-8917http://ccrma.stanford.edu/~rmichon
--
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] FAUST: Compiling error

2016-01-05 Thread Nycholas Maia
Sorry for many e-mails guys...

I really need this...

Well, now I think that Faust 0.9.73 is installed.
I type: faust -v and I saw de C++ compiler and Version 0.9.73 in Terminal.

Now, in faust-vst folder, I type "make" and I got:

Nycholass-MacBook-Pro:faust-vst nyck$ make
faust -a faustvst.cpp -I examples  examples/NLFeks.dsp -o
examples/NLFeks.cpp

c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
-ffast-math -I/usr/local/src/vstsdk
-I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
-o examples/NLFeks.o examples/NLFeks.cpp

*faustvst.cpp:404:10: fatal error: 'boost/circular_buffer.hpp' file not
found*

*#include *

* ^*

*1 error generated.*

*make: *** [examples/NLFeks.o] Error 1*

*rm examples/NLFeks.cpp*

What I should do now?

Thanks,
Nyck

On Wed, Jan 6, 2016 at 12:09 AM, Nycholas Maia  wrote:

> Hi everybody,
>
> After downloaded Faust via cloning GitHub folder...
> make
> sudo make install
>
> In the final of the installation I got this: "-bash: /opt/local/bin/faust:
> No such file or directory"
> *Look here:*
>
> ...
>
> install faust2raqt /usr/local/bin
>
> install faust2md /usr/local/bin
>
> # install sound2faust converter
>
> [ -e tools/sound2faust/sound2faust ] && make -C tools/sound2faust install
> || echo sound2faust not compiled
>
> sound2faust not compiled
>
> # install webaudio
>
> cp -r architecture/webaudio /usr/local/lib/faust/
>
> # install Max/MSP
>
> cp -r architecture/max-msp /usr/local/lib/faust/
>
> *Nycholass-MacBook-Pro:faust nyck$ faust*
>
> *-bash: /opt/local/bin/faust: No such file or directory*
>
> *Nycholass-MacBook-Pro:faust nyck$ faust -v*
>
> *-bash: /opt/local/bin/faust: No such file or directory*
>
> On Tue, Jan 5, 2016 at 11:35 PM, Thomas CIPIERRE <
> thomas.cipie...@hotmail.fr> wrote:
>
>> IMHO you should install faust via the faust github repository
>>  (macports
>> seems to be v.0.9.67, although git master should be 0.9.73). Try "faust
>> -v" in terminal to check your version
>>
>> I can't help on your problem, but if you just want to look at the vst
>> compiled examples before being able to compile them on your system, you
>> should be able to do it remotely on faust live or via the online compiler
>> .
>>
>> Good luck,
>>
>> Thomas CIPIERRE
>> +33663902957
>>
>> 2016-01-06 2:11 GMT+01:00 Nycholas Maia :
>>
>>> Hi Oliver, thanks for your quick response!
>>>
>>> I was using just FaustLive App...
>>> Well, now I installed FAUST via MacPorts (Terminal) typing: sudo port
>>> install faust
>>>
>>> After this installation, when I type "faust" in Terminal, nothing
>>> happens (no errors...any word).
>>>
>>> But now I got *another error:*
>>>
>>> Nycholass-MacBook-Pro:faust-vst nyck$ make
>>>
>>> sed -e 
>>> 's?@SDK@?/usr/local/src/vstsdk?g;s?@SDKSRC@?/usr/local/src/vstsdk/public.sdk/source/vst2.x?g'
>>> < faust2faustvst.in > faust2faustvst
>>>
>>> chmod a+x faust2faustvst
>>>
>>> c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
>>> -ffast-math -I/usr/local/src/vstsdk
>>> -I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
>>> -o vstplugmain.o
>>> /usr/local/src/vstsdk/public.sdk/source/vst2.x/vstplugmain.cpp
>>>
>>> c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
>>> -ffast-math -I/usr/local/src/vstsdk
>>> -I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
>>> -o audioeffect.o
>>> /usr/local/src/vstsdk/public.sdk/source/vst2.x/audioeffect.cpp
>>>
>>> c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
>>> -ffast-math -I/usr/local/src/vstsdk
>>> -I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
>>> -o audioeffectx.o
>>> /usr/local/src/vstsdk/public.sdk/source/vst2.x/audioeffectx.cpp
>>>
>>> faust -a faustvst.cpp -I examples  examples/NLFeks.dsp -o
>>> examples/NLFeks.cpp
>>>
>>> c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
>>> -ffast-math -I/usr/local/src/vstsdk
>>> -I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
>>> -o examples/NLFeks.o examples/NLFeks.cpp
>>>
>>> *faustvst.cpp:404:10: fatal error: 'boost/circular_buffer.hpp' file not
>>> found*
>>>
>>> *#include *
>>>
>>> * ^*
>>>
>>> *1 error generated.*
>>>
>>> *make: *** [examples/NLFeks.o] Error 1*
>>>
>>> *rm examples/NLFeks.cpp*
>>>
>>> Thanks!
>>>
>>> On Tue, Jan 5, 2016 at 10:54 PM, Oliver Larkin >> > wrote:
>>>
 Looks like make cant find the faust executable. Have you built and
 installed faust? If you type faust in the terminal do you get a message
 (something like no input files IIRC) or is it not found?


 On Tuesday, 5 January 2016, Nycholas Maia  wrote:

> Hi everybody!
>
> I'm trying to compile faust-vst examples, following the tutorial
> described in this 

Re: [Faudiostream-users] FAUST: Compiling error

2016-01-05 Thread Albert Graef
On Wed, Jan 6, 2016 at 2:11 AM, Nycholas Maia  wrote:

> faustvst.cpp:404:10: fatal error: 'boost/circular_buffer.hpp' file not
> found


There's a dependency missing there. The Boost headers are needed by
faust-vst. I don't have my Mac handy right now, but try installing the
Boost package from MacPorts, then it should work.

I'd also go with the faust-devel or faust2-devel package from MacPorts,
rather than the faust package which is a rather old Faust revision IIRC. Or
build and install Faust from the git sources yourself, as Oliver suggested.

I'll put together a MacPorts package for faust-vst as soon as I can, but
I'm rather busy with other things right now...

Albert

-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] FAUST: Compiling error

2016-01-05 Thread Nycholas Maia
Hi Oliver, thanks for your quick response!

I was using just FaustLive App...
Well, now I installed FAUST via MacPorts (Terminal) typing: sudo port
install faust

After this installation, when I type "faust" in Terminal, nothing happens
(no errors...any word).

But now I got *another error:*

Nycholass-MacBook-Pro:faust-vst nyck$ make

sed -e 
's?@SDK@?/usr/local/src/vstsdk?g;s?@SDKSRC@?/usr/local/src/vstsdk/public.sdk/source/vst2.x?g'
< faust2faustvst.in > faust2faustvst

chmod a+x faust2faustvst

c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
-ffast-math -I/usr/local/src/vstsdk
-I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
-o vstplugmain.o
/usr/local/src/vstsdk/public.sdk/source/vst2.x/vstplugmain.cpp

c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
-ffast-math -I/usr/local/src/vstsdk
-I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
-o audioeffect.o
/usr/local/src/vstsdk/public.sdk/source/vst2.x/audioeffect.cpp

c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
-ffast-math -I/usr/local/src/vstsdk
-I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
-o audioeffectx.o
/usr/local/src/vstsdk/public.sdk/source/vst2.x/audioeffectx.cpp

faust -a faustvst.cpp -I examples  examples/NLFeks.dsp -o
examples/NLFeks.cpp

c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
-ffast-math -I/usr/local/src/vstsdk
-I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
-o examples/NLFeks.o examples/NLFeks.cpp

*faustvst.cpp:404:10: fatal error: 'boost/circular_buffer.hpp' file not
found*

*#include *

* ^*

*1 error generated.*

*make: *** [examples/NLFeks.o] Error 1*

*rm examples/NLFeks.cpp*

Thanks!

On Tue, Jan 5, 2016 at 10:54 PM, Oliver Larkin 
wrote:

> Looks like make cant find the faust executable. Have you built and
> installed faust? If you type faust in the terminal do you get a message
> (something like no input files IIRC) or is it not found?
>
>
> On Tuesday, 5 January 2016, Nycholas Maia  wrote:
>
>> Hi everybody!
>>
>> I'm trying to compile faust-vst examples, following the tutorial
>> described in this page (https://bitbucket.org/agraef/faust-vst/overview),
>> but I got this error below.
>> What I need to do?
>>
>> My Steinberg SDK version is 3.6.5 and it is in this path:
>>
>> /usr/local/src/vstsdk
>>
>> Nycholass-MacBook-Pro:faust-vst nyck$ make
>>
>> sed -e 
>> 's?@SDK@?/usr/local/src/vstsdk?g;s?@SDKSRC@?/usr/local/src/vstsdk/public.sdk/source/vst2.x?g'
>> < faust2faustvst.in > faust2faustvst
>>
>> chmod a+x faust2faustvst
>>
>> c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
>> -ffast-math -I/usr/local/src/vstsdk
>> -I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
>> -o vstplugmain.o
>> /usr/local/src/vstsdk/public.sdk/source/vst2.x/vstplugmain.cpp
>>
>> c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
>> -ffast-math -I/usr/local/src/vstsdk
>> -I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
>> -o audioeffect.o
>> /usr/local/src/vstsdk/public.sdk/source/vst2.x/audioeffect.cpp
>>
>> c++ -O3 -arch i386 -arch x86_64 -I/opt/local/include -fPIC -msse
>> -ffast-math -I/usr/local/src/vstsdk
>> -I/usr/local/src/vstsdk/public.sdk/source/vst2.x -Iexamples -D__cdecl=  -c
>> -o audioeffectx.o
>> /usr/local/src/vstsdk/public.sdk/source/vst2.x/audioeffectx.cpp
>>
>> *faust -a faustvst.cpp -I examples  examples/NLFeks.dsp -o
>> examples/NLFeks.cpp*
>>
>> *make: faust: No such file or directory*
>>
>> *make: *** [examples/NLFeks.cpp] Error 1*
>>
>> Thanks,
>> Nyck
>>
>
--
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users