On Wed, May 6, 2015 at 11:39 AM, Albert Graef <aggr...@gmail.com> wrote:

> So for the time being we updated the AUR packages of Faust2 and Pure to
> use the LLVM 3.5 packages available in the official Arch repositories.
>

Stéphane, I just added a missing include of string.h in
embedded/faustremote/RemoteClient/remote_dsp_aux.cpp in order to make 'make
remote' compile on Arch. (I just saw that you're still working on that part
of the code, hope I didn't interfere with that.)

Having installed jack2 1.9.10 (which seems to be the latest release), I'm
still getting this compile error:

g++ -I.   -I../../compiler -I../../compiler/utils
-I../../compiler/generator/ -I../../compiler/generator/llvm -I/usr/include
-I/opt/local/include -F/Library/ -O3   -c -o RemoteClient/remote_dsp_aux.o
RemoteClient/remote_dsp_aux.cpp
RemoteClient/remote_dsp_aux.cpp: In member function ‘bool
remote_dsp_aux::init(int, const char**, int, int, RemoteDSPErrorCallback,
void*, int&)’:
RemoteClient/remote_dsp_aux.cpp:551:92: error: cannot convert
‘jack_master_t*’ to ‘const char*’ for argument ‘3’ to ‘jack_net_master_t*
jack_net_master_open(const char*, int, const char*, jack_master_t*,
jack_slave_t*)’
         fNetJack = jack_net_master_open(DEFAULT_MULTICAST_IP, atoi(port),
&request, &result);

So it seems that the remote stuff still requires a current git version of
jack2, is that right?

Albert

-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:    https://plus.google.com/+AlbertGraef
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to