Re: [Faudiostream-devel] Regarding llvm_malloc/llvm_free/fabsf/etc.

2016-06-22 Thread Kjetil Matheussen
I just compiled for 32 bit, and here the math functions are not available. Did you compile for 32 bit using llvm_31? This seems likely to be correct: #if __WIN32 && !_WIN64 #define LLVM_MALLOC "llvm_malloc" #define LLVM_FREE "llvm_free" #else #define LLVM_MALLOC "malloc" #define

Re: [Faudiostream-devel] Deprecated libraries in FaustLive?

2016-06-22 Thread Romain Michon
Hi Yoann, Thanks for the report! Yes the installation instructions date back from last summer so things might have changed a bit since then. Although, I would suspect that make = make world (I haven't checked the code of the MakeFile though). For the libraries, you did the right thing. FaustLive a

Re: [Faudiostream-devel] [patch] A couple of minor fixes to compile with mingw gcc 4.9.3

2016-06-22 Thread Kjetil Matheussen
gmail trying to be smart when copying and pasting urls, so the link in the previous mail pointed to the wrong url. This one should be correct: http://users.notam02.no/~kjetism/diff.diff (written manually) On Wed, Jun 22, 2016 at 2:42 PM, Kjetil Matheussen wrote: > Okay, here is another patch,

Re: [Faudiostream-devel] Regarding llvm_malloc/llvm_free/fabsf/etc.

2016-06-22 Thread Kjetil Matheussen
No, that test could fail. The important thing is whether llvm has fabsf, etc. Here is another attempt: http://users.notam02.no/~kjetism/diff2.diff ( #if __WIN32 && defined(LLVM_31) #define LLVM_MALLOC "llvm_malloc" #define LLVM_FREE

Re: [Faudiostream-devel] [patch] A couple of minor fixes to compile with mingw gcc 4.9.3

2016-06-22 Thread Kjetil Matheussen
Okay, here is another patch, with things edited in compatibility.hh plus some additional changes I forgot last time (because I didn't work in a git repository): http://users.notam02.no/~kjetism/diff.diff Regarding __mingw_snprintf, I removed tha

[Faudiostream-devel] Deprecated libraries in FaustLive?

2016-06-22 Thread Yoann Le BORGNE
Hello all! I wanted to give a try to Faust using Romain Michon's workshop 2015 and followed the instructions to build Faust and FaustLive. After a struggling with compilation options*, I got everything right or thought so. Some examples in FaustLive gave errors related to effect.lib**. After s