That would be the obvious answer, but it doesn't fix the problem. Will
investigate and report. Best, Florian
On Feb 24, 2017 9:53 AM, "Stéphane Letz" <l...@grame.fr> wrote:

>  I guess .scx and the .sc file have to be placed in a specific location,
> don't remember the detail….
>
> Stéphane
>
> > Le 24 févr. 2017 à 15:21, Florian Grond <floriangr...@gmail.com> a
> écrit :
> >
> > Here are a few more details investigating this:
> >
> > macOS Sierra: 10.12.2 (16C67)
> >
> > I have upgraded faust:
> >
> > faust -v
> > FAUST, DSP to C++ compiler, Version 0.9.96
> > Copyright (C) 2002-2017, GRAME - Centre National de Creation Musicale.
> All rights reserved.
> >
> > Also I have added the 3.8 SC sources they reside in
> > usr/local/include/SuperCollider
> >
> > So typically when I run it first it throws the following error:
> >
> > faust2supercollider HOAtest.dsp
> > HOAtest.cpp:53:10: fatal error: 'SC_PlugIn.h' file not found
> > #include <SC_PlugIn.h>
> >          ^
> > 1 error generated.
> >
> >
> > Then I go to
> > usr/local/bin
> > to the faust2supercollider script and change the following line:
> >
> > SC0=$SUPERCOLLIDER_HEADERS
> > SC1="/usr/local/include/SuperCollider/"
> >
> >  to
> >
> > SC0=$SUPERCOLLIDER_HEADERS
> > SC1="/usr/local/include/SuperCollider/include"
> >
> > so that it finds the 'plugin_interface'
> >
> > This has been always necessary ever since I use it
> >
> > Then it compiles and yields the .scx and the .sc files but the
> executable is not found from the server after
> >
> > s.boot
> >
> > {Fausttest.ar(....)}.play
> >
> > And I tried it with SC3.7 and SC 3.8
> >
> > Also when I use the online compiler, I have the same problem.
> >
> > Any help much appreciated,
> >
> > Best,
> >
> > Florian
> >
> >
> >
> >
> >
> > www.grond.at
> >
> > On Fri, Feb 24, 2017 at 2:33 AM, Stéphane Letz <l...@grame.fr> wrote:
> > A crashing issue has been fixed 2 months ago (https://github.com/grame-
> cncm/faust/commit/073a90e1ad5a21b32c80244e07b44e05b3fde3c7 and some other
> just before) and at that time I was able to test working Ugens on OS X.
> >
> > On which platform does it occur? I hope some other SC users here can
> then help…
> >
> > Stéphane
> >
> >
> > > Le 24 févr. 2017 à 04:40, Florian Grond <floriangr...@gmail.com> a
> écrit :
> > >
> > > Dear List,
> > >
> > > I had successfully compiled Ugens from Faust into SuperCollider in the
> past.
> > > However, I had to use an old Faust version.
> > >  Now I still get the scx and the sc files.
> > > The servers boots, but when I use the Faust based Ugens it says they
> are not installed.
> > >
> > > The reoccurring error is:
> > > exception in GraphDef_Recv: UGen 'Faust...' not installed.
> > >
> > > However, the plugins are in the correct place. and the SC language
> class file of the Ugen works as it should
> > >
> > > Any idea what the problem could be would be much appreciated.
> > >
> > > Kind regards,
> > >
> > > Florian
> > >
> > >
> > >
> > > www.grond.at
> > > ------------------------------------------------------------
> ------------------
> > > Check out the vibrant tech community on one of the world's most
> > > engaging tech sites, SlashDot.org! http://sdm.link/slashdot______
> _________________________________________
> > > Faudiostream-users mailing list
> > > Faudiostream-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
> >
> >
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to