< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Is this only a problem for reTurn?
On 13/03/13 22:46, Nathan Stratton wrote:
> I am able to build latest svn, however I am having issues building the
> b-webrtc branch. I am building on Centos 6.4 system and --with-ssl is the
> only configure option after first running autoreconf --install. The errors
> all look like issues finding boost, however everything is in standard
> /usr/include/boost.
>
> In file included from RemotePeer.cxx:1:
> RemotePeer.hxx:4:20: error: asio.hpp: No such file or directory
> In file included from ChannelManager.cxx:1:
> ChannelManager.hxx:4:20: error: asio.hpp: No such file or directory
> In file included from AsyncSocketBase.cxx:1:
> AsyncSocketBase.hxx:5:20: error: asio.hpp: No such file or directory
> In file included from ReTurnConfig.cxx:1:
--with-ssl is essential for WebSockets (although the secured websocketsupport is a bit broken, it will be fixed shortly though)
It's possible that some of these hashes could be implemented without the
openssl dependency, but that is not a high priority change.