Hey James, 

Sorry about the late response. 

I deleted everything that was related to Faust in order to have a clean system. 
Then, I installed Faustworks and added Faust-2.14.4  folder to my applications 
folder where Faustworks is installed. 

In the next step, I edited the path, and this is what I get when running echo 
$Path:
thomas@Thomass-MacBook-Pro ~ % echo $PATH
/Library/Frameworks/Python.framework/Versions/3.6/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Faust-2.14.4/bin:/Library/Apple/usr/bin

After that, I open Faustworks for the first time resulting in this message:
Couldn't launch faust.
The file may not exist, or you may not have the rights to execute it.
You must define a valid faust executable in the Application Preferences.

Then, I implement a simples example like so:
- Add item

        import("stdfaust.lib”);

        freq = hslider("frequency",100, 10, 1000, 0.001);
        gain = hslider("gain",0, 0, 1, 0.001);

        process = os.osc(freq)*gain;

Finally, I right-click the dsp object - hit run binary - and then it says Faust 
Item has no binary to execute.

Under Preferences - Faust Compiler Path it says Faust.

Thanks, 
Thomas 


> On 15. Oct 2020, at 15:02, James Mckernon <jmcker...@gmail.com> wrote:
> 
> Hi Thomas,
> 
> I'm not a mac user so I may not be able to help you. Nonetheless, it
> would probably help us to help you if you paste:
> - the contents of your /etc/paths file
> - the result when you run 'echo $PATH' (no quotes) in a terminal
> - the command you run that leads to the error you see, together with
> all the error/output that results.
> 
> Thanks,
> James
> 
> On 10/15/20, Thomas Holz via Faudiostream-users
> <faudiostream-users@lists.sourceforge.net> wrote:
>> Dear FAUST Community,
>> 
>> I’m relatively new to the world of FAUST and want to get Faustworks running
>> on my Mac (macOS Catalina 10.15.7).
>> I’ve tried to follow the installation instructions:
>> 
>> "Add the /faust/location/bin folder to your PATH, where /faust/location is
>> the path to your Faust folder. Typically, you need to modify your
>> $HOME/.profile or $HOME/.bash_profile”
>> which I did like so
>> https://www.architectryan.com/2012/10/02/add-to-the-path-on-mac-os-x-mountain-lion/
>> <https://www.architectryan.com/2012/10/02/add-to-the-path-on-mac-os-x-mountain-lion/>
>> 
>> 
>> Nevertheless, I always get the error: Faust Item has no binary to execute.
>> 
>> Can you guys give me a more detailed description on how to setup up
>> Faustworks on Mac?
>> Any help is greatly appreciated.
>> 
>> Best regards,
>> Thomas

_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to