Hello,
I have some problems while building iotivity-xmpp project. I do steps from
Getting Started (
https://www.iotivity.org/documentation/linux/getting-started) but there are
errors with boost asio include:
artem at iot-virtual:~/SDK/iotivity-xmpp$ scons
scons: Reading SConscript files ...
HOST: linux
PLATFORM: posix
TARGET_ARCH: i686
Checking whether the C compiler works... (cached) yes
Checking whether the C++ compiler works... (cached) yes
Checking for C library ssl... (cached) no
Checking for C library crypto... (cached) no
Checking for C library curl... (cached) no
Checking for C library safec... (cached) no
CCVERVSION 4.9.2
CXXVERVSION 4.9.2
HAS_OPENSSL False
HAS_CURL False
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: out/linux/i686/release
Compiling ra_xmpp/ra_xmpp_over_ccfxmpp.o
In file included from src/connect/tcpclient.h:33:0,
from ra_xmpp/ra_xmpp_over_ccfxmpp.cpp:39:
src/connect/connecterror.h:34:31: fatal error: asio/error_code.hpp: No such
file or directory
#include <asio/error_code.hpp>
^
compilation terminated.
scons: *** [ra_xmpp/ra_xmpp_over_ccfxmpp.o] Error 1
scons: building terminated because of errors.
I tried boost 1.55 and 1.60 with the same result. There is file
"error_code.hpp" but in "system" not "asio" library.
Please help me build ra_xmpp!
*--*
*With respect,*
*Artem Orlov*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20151225/d61b6d26/attachment.html>