Replies: 1 comment
-
Please, see the issue #68 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Daniele,
Sorry to bother you.
I wanted to try ARICPP to connect to asterisk .
But I see below error
[root] ~/ari_112/aricpp-1.1.2/build > make all
[ 6%] Building CXX object examples/CMakeFiles/query.dir/query.cpp.o
In file included from /root/ari_112/aricpp-1.1.2/examples/../include/aricpp/client.h:42,
from /root/ari_112/aricpp-1.1.2/examples/query.cpp:36:
/root/ari_112/aricpp-1.1.2/examples/../include/aricpp/httpclient.h: In lambda function:
/root/ari_112/aricpp-1.1.2/examples/../include/aricpp/httpclient.h:220:62: error: ‘using string_view = boost::core::string_view’ {aka ‘class boost::core::basic_string_view’} has no member named ‘to_string’
220 | CallBack(e, resp.result(), resp.reason().to_string(), resp.body());
| ^~~~~~~~~
make[2]: *** [examples/CMakeFiles/query.dir/build.make:76: examples/CMakeFiles/query.dir/query.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:112: examples/CMakeFiles/query.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
[root] ~/ari_112/aricpp-1.1.2/build > g++ --version
g++ (GCC) 10.2.1 20210130 (Red Hat 10.2.1-11)
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
build_examples.txt
Beta Was this translation helpful? Give feedback.
All reactions