Thank you Stéphane, now it works perfectly with faust2max6

Another (close) question: to compile the same code (very simple attached test2.dsp) to PureData, I tried to type the following command:
faust2puredata test2.dsp

I got the following messages in the terminal:
ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS)
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture i386 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libc++.tbd, missing required architecture i386 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libc++.tbd
./test2~.pd_darwin;

It generated a test2~.pd_darwin, that unfortunately does not work in PureData (I get the message: 'error opening audio: Internal PortAudio error’).

So is there something special to do to compile to PureData (on MacOS) and get the .pd_darwin binary as well as the abstraction test2.pd (with controls etc.) as it is the case with the online compiler?

Thank you in advance,

Alain



Attachment: test2.dsp
Description: Binary data


Le 19 avr. 2021 à 11:33, Stéphane Letz <l...@grame.fr> a écrit :

You’ll have to install the Max SDK on your machine and possibly configure the SDK patch see Configuration section here:

https://github.com/grame-cncm/faust/tree/master-dev/architecture/max-msp

Stéphane

Le 18 avr. 2021 à 21:58, bonardi <alain.bona...@gmail.com> a écrit :

Hello Faust friends,

As I would like to compile a lot of .dsp files that belong to the same folder, I decided this afternoon to install the Faust compiler on my computer (iMac running under MacOS Mojave 10.14.6).

The installation seemed to work well, but now, when I type a command like ‘faust2max6 test2.dsp’ (test2.dsp is a very simple code I attach in the email), I get the following error:

imac-de-alain:Desktop alainbonardi$ faust2max6 test1.dsp
test1.cpp:7902:10: fatal error: 'ext.h' file not found
#include "ext.h"
        ^~~~~~~
1 error generated.


What should I do? In which folder should I add the ext.h file?

Thank you in advance.

Alain


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


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

Reply via email to