Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win11: Constant Syntax error when building basic DSP #948

Open
YPares opened this issue Sep 28, 2023 · 4 comments
Open

Win11: Constant Syntax error when building basic DSP #948

YPares opened this issue Sep 28, 2023 · 4 comments

Comments

@YPares
Copy link

YPares commented Sep 28, 2023

Hi! I tried to install faust on my windows machine (only used in on Linux previously). And whatever .dsp file, architecture, language etc I use, I get:

PS C:\Users\limes\dev\Faust> faust lala.dsp
extra text is :
lala.dsp : 1 : ERROR : syntax error, unexpected EXTRA

with for instance just that simple file

PS C:\Users\limes\dev\Faust> cat .\lala.dsp

declare name "Noise";
declare copyright "(c)GRAME 2018";

import("stdfaust.lib");

// noise level controlled by a slider
process = no.noise * hslider("gain",0,0,1,0.1);

I have FAUST Version 2.68.1

@sletz
Copy link
Member

sletz commented Oct 3, 2023

Better use a Linux VM if possible.

@YPares
Copy link
Author

YPares commented Oct 3, 2023

@sletz Do you mean faust is broken on windows currently?

@sletz
Copy link
Member

sletz commented Oct 3, 2023

I mean using it on Linux as always easier.

@YPares
Copy link
Author

YPares commented Oct 3, 2023

Well, right now it's not that faust is harder to use on windows, it's that the faust executable is completely unusable for me :/ ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants