Hello,

I want to experiment the Juce's module faustllvm that you've posted in the
juce forum here :
http://www.juce.com/forum/topic/jucefaustllvm-module-jit-compile-faust-dsps-audioprocessors

I'm a w32 (win7) user and i'm a little bit confused about the faust2 branch
compilation. All is fine for me except the 2 dynamically generated files
produced by the Makefile compilation :

'..\architecture\httpdlib\src\hexa\stylesheet.cpp'
'..\architecture\httpdlib\src\hexa\jsscripts.cpp'

I've attempt to change the LLVM version in faust.props but the LLVM_36
can't build. So I use the LLVM_34, with a microhttpd library pre-build for
win32. The VS2013 compilation is all fine.

As I read in the Makefile and by deduction of the header files, the two
.cpp files are binary > char table generation of two JS files of the same
name convert from :

..\architecture\httpdlib\html\js\

to cpp in this directory

..\architecture\httpdlib\src\hexa\

Problem for me, no stylesheet.js, no jsscripts.js in the js directory, only
:

faust.js
faust_webaudio_tools.js
faustui.js
faustuihtml.js
jdesc.js
jquery-1.7.1.min.js

Note that i'm use a git checkout of the faust2 branch old about 2 days.

Are the stylesheet.js & jsscripts.js external (third party) files ? If yes,
from which library ? Can you help me about this point. Maybe send me the
two JS files, I can convert the files to the right format myself. Maybe a
copy of the two cpp files ?

Thank you very much for you help and for the great work you've done with
the faust projet (and all is declinations).

Oh yes, another little question ? Is the Faust-works latest version
(something like 0.5 from the git) compatible with faust2 ? If not, maybe I
will contribute soon with a cross-platform of a similar tool based on Juce
API, not Qt and adapted to faust2 (you faustllvm module is a great starting
point).

My respects.
Max 'maxprod' Coorevits
------------------------------------------------------------------------------
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to