Re: [Faudiostream-devel] osclib

2014-09-18 Thread Albert Graef
On Thu, Sep 18, 2014 at 8:48 AM, Stéphane Letz wrote: > Le 18 sept. 2014 à 09:24, Albert Graef a écrit : > > BTW, Stephane, I think that it would a good idea to pull the changes > necessary to make 'make dynamic' work on Linux from faust2 to mainline > faust. The 'make sound2faust' target in mai

Re: [Faudiostream-devel] osclib

2014-09-18 Thread Albert Graef
On Thu, Sep 18, 2014 at 9:13 AM, Stéphane Letz wrote: > Yes OK, thanks a lot. > Committed and pushed. I also tested on both Ubuntu and OSX with LLVM 3.4 and it still works fine there. The remaining LLVM 3.5 issues are with llvm_dsp_aux.cpp. I already fixed a few things there, but there's still

Re: [Faudiostream-devel] osclib

2014-09-18 Thread Stéphane Letz
Le 18 sept. 2014 à 10:11, Albert Graef a écrit : > On Thu, Sep 18, 2014 at 8:48 AM, Stéphane Letz wrote: > Please do. > > Ok, will do. > > I also tried on my side. I have some problems even with the compilation > process itself (c++11 issue maybe with LLVM ?). Please commit as soon as it >

Re: [Faudiostream-devel] osclib

2014-09-18 Thread Albert Graef
On Thu, Sep 18, 2014 at 8:48 AM, Stéphane Letz wrote: > Please do. > Ok, will do. I also tried on my side. I have some problems even with the compilation > process itself (c++11 issue maybe with LLVM ?). Please commit as soon as > it works on our side. > Yes, -std=gnu++11 or -std=std++11 is n

Re: [Faudiostream-devel] osclib

2014-09-17 Thread Stéphane Letz
Le 18 sept. 2014 à 09:24, Albert Graef a écrit : > On Thu, Sep 18, 2014 at 7:28 AM, Dominique Fober wrote: > one reason is the light weight of the library, but you’re right regarding the > dozens of faust dsps. > another one is the standalone binary, which makes remote distribution more > str

Re: [Faudiostream-devel] osclib

2014-09-17 Thread Albert Graef
On Thu, Sep 18, 2014 at 7:28 AM, Dominique Fober wrote: > one reason is the light weight of the library, but you’re right regarding > the dozens of faust dsps. > another one is the standalone binary, which makes remote distribution more > straightforward (especially in case of web services) > I

Re: [Faudiostream-devel] osclib

2014-09-17 Thread Dominique Fober
Hi Albert, Le 18 sept. 2014 à 00:38, Albert Graef a écrit : > Hi Dominique, > > is there a reason that osclib in the Faust distribution is only built as a > static library (apart from having to add the necessary magic to the > Makefiles)? one reason is the light weight of the library, but yo