I don't think you want '-L' or .lib files in your PATH variable.

Maybe try

/usr/local/bin/faust2vst testIn.dsp

Also, you should read a book such as Linux in a 
Nutshell to get up to speed on PATH variables and such.

Even easier, just use FaustLive and avoid all this mess!

- jos

At 12:44 PM 2/9/2015, Fabien Lamarche-Filion wrote:
>Hi everyone,
>
>This is my first time using a mailing list, so 
>please let me know if I break some sort of etiquette.
>
>I have no idea how to properly install faust (as 
>a mac user, I have been used to the good old 
>"click and drag to applications folder" way of 
>installing things, so I am a bit lost here). 
>Here is what I have done, along with my questions:
>
>1) Download 
><http://sourceforge.net/projects/faudiostream/files/faust-2.0.a30.tgz/download>faust-2.0.a30.tgz
>
>2) Extract it (Is the location of extraction 
>important ? If so, where should I extract it ?)
>
>At this point, I read the README file and made 
>sure that I have the dependencies:
>
> >brew llvm
> >brew openssl
>
>The readme said that these should be installed 
>as the universal [32/64 bits] version. I don't know how to verify that.
>
>I followed with:
>
> >sudo make install
>
>And was greeted with a lot of error messages. I 
>joined the console output to this mail. For some 
>reason, the first 6 lines were not piped in the 
>file, so that output is preceded with 6 times the line:
>
>fatal : Not a git repository (or any of the parent directories): .git
>
>I then did that thing with flags or path (I 
>really am not sure what I'm doing I must say, I 
>think it's what tells my command line where is the program ?)
>
> >export PATH=$PATH:-L/usr/local/bin
> >export PATH=$PATH:-I/usr/local/lib
>
>At this point, a lot of faust programs are 
>installed in /usr/bin, but none of them work because they can't find faust.Â
>
>For exemple:
> >faust2vst testIn.dsp testOut.vstÂ
>
>(I have no idea if that is the proper way to 
>call faust2vst, should I use -o before the output file name, like in gcc ?)
>
>gives me :
>/usr/local/bin/faust2vst: line 119: faust: command not found
>
>So that's it, I'm really looking forward to use 
>faust, but I can't make it work. Thanks in advance for the help !
>
>Content-Type: text/plain; charset=US-ASCII; name="makeLog.txt"
>Content-Disposition: attachment; filename="makeLog.txt"
>X-Attachment-Id: f_i5ybavfc0
>
>------------------------------------------------------------------------------
>Dive into the World of Parallel Programming. The Go Parallel Website,
>sponsored by Intel and developed in partnership with Slashdot Media, is your
>hub for all things parallel software development, from weekly thought
>leadership blogs to news, videos, case studies, tutorials and more. Take a
>look and join the conversation now. http://goparallel.sourceforge.net/
>_______________________________________________
>Faudiostream-users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Julius O. Smith III <[email protected]>
Professor of Music and, by courtesy, Electrical Engineering
CCRMA, Stanford University
http://ccrma.stanford.edu/~jos/  


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to