[Faudiostream-users] FaustLive build help request (bump)

2015-04-04 Thread Wayne Leeds
Does anyone have any ideas about my FaustLive build problem? ~~ I'm trying to install Faustlive on linux Fedora 19 xfce toward creating some simple LADSPA plugins. I started by: git clone git://git.code.sf.net/p/faudiostream/faustlive faudiostream-faustlive I installed several supporti

[Faudiostream-users] Cross-compiled Faust-STK VSTi unable to load

2015-04-04 Thread Aaron Altman
Hi all. I'm struggling to get a toolchain set up that will allow me to use the Faust-STK examples as VSTis on Windows 7 x64. Has anyone pulled this off? The closest I've gotten so far is to compile one of them in a virtualized Linux environment with `faust2w32vst` and then copy it back out i

Re: [Faudiostream-users] Cross-compiled Faust-STK VSTi unable to load

2015-04-04 Thread Aaron Altman
Turns out I had -static-libgcc added to the wrong line. It needs to be in DLLWRAP, not CXXFLAGS. The compile with that flag added succeeded and eliminated libgcc_s_sjlj-1.dll and libstdc++-6.dll from the dependencies. Still didn't work though - my DAW spun for a while on rescanning the VST d

Re: [Faudiostream-users] Cross-compiled Faust-STK VSTi unable to load

2015-04-04 Thread Aaron Altman
objdump -x suggests that this might be due to a couple of mingw libraries: root@altie-VirtualBox:~/faust-examples# objdump -x karplus.dll | grep DLL DLL vma:HintTime Forward DLL First DLL Name: KERNEL32.dll DLL Name: msvcrt.dll DLL Name: USER32.dll

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Marc Lavallée
On Sat, 4 Apr 2015 16:01:05 +0200, Stéphane Letz wrote: > > I installed emscripten 1.10 from a Ubuntu repository; > > should I try to install emscripten from scratch? > > Seems like an emscripten installation issue, > > I would suggest to use the SDK here: > http://kripken.github.io/emscripten-

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Stéphane Letz
Le 4 avr. 2015 à 14:34, Marc Lavallée a écrit : > Bonjour Stéphane. > > The missing files are now installed. > > There's a new error, only when I use the -emcc option: > > $ faust2webaudioasm -emcc noise.dsp > Compiled with 'emcc' > aborting from js compiler due to exception: unknown vector

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Marc Lavallée
Bonjour Stéphane. The missing files are now installed. There's a new error, only when I use the -emcc option: $ faust2webaudioasm -emcc noise.dsp Compiled with 'emcc' aborting from js compiler due to exception: unknown vector type <4 x i8> | undefined aborting from js compiler due to exception:

Re: [Faudiostream-users] Faust and WebAudio API : recent impovements

2015-04-04 Thread Stéphane Letz
Hi Marc, do: make clean make httpd sudo make install and try again Stéphane Le 4 avr. 2015 à 02:09, Marc Lavallée a écrit : > Hi Stéphane. > > I tried to compile a simple dsp file for the WebAudio API, using faust2 > (latest git version). It looks like some javascript files are missing. >