websockets
Date | 2016-06-20 07:31 |
From | Francesco Porta |
Subject | websockets |
Hello all, i was building Csound from git and want to build websocket opcodes so i installed libwebsocket. When i run cmake on Csound i have this: -- LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE -- BUILD_WEBSOCKET_OPCODE is disabled. what that means? And how can i solve this? Thanks, ciao, francesco. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2016-06-20 07:49 |
From | francesco |
Subject | Re: websockets |
and sorry, i'm on Ubuntu 14.04 64 bit, and libwebsockets v 2.0 builded from source. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2016-06-20 11:30 |
From | Tarmo Johannes |
Subject | Re: websockets |
Maybe csound cmake does not find the header files? Can you check where are they and perhaps a workaround is to create a link to /usr/share/include ? 20.06.2016 9:49 kirjutas kuupäeval "francesco" <francescoarmandoporta@gmail.com>:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
and sorry, i'm on Ubuntu 14.04 64 bit, and libwebsockets v 2.0 builded from source. |
Date | 2016-06-21 08:19 |
From | francesco |
Subject | Re: websockets |
Hi Tarmo, it seems that cmake found the header located in /usr/local/include/libwebsockets.h. But then i have that message LIBWEBSOCKET_CANCEL_SERVICE="", so disabling BUILD_WEBSOCKET_OPCODE i don't know how to look ... thanks, ciao, francesco Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |