Replies: 1 comment
-
Closing as duplicated from: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I using cmake compile source, https://fast-dds.docs.eprosima.com/en/latest/installation/sources/sources_linux.html ,in this file 3.1.4. CMake installation.
then ,error showing:
[ 61%] Building CXX object src/cpp/CMakeFiles/fastdds.dir/rtps/network/NetworkFactory.cpp.o
In file included from /root/Fast-DDS/Fast-DDS/src/cpp/rtps/transport/TCPChannelResourceBasic.h:20:0,
from /root/Fast-DDS/Fast-DDS/src/cpp/rtps/transport/TCPAcceptorBasic.h:19,
from /root/Fast-DDS/Fast-DDS/src/cpp/rtps/transport/TCPTransportInterface.h:34,
from /root/Fast-DDS/Fast-DDS/src/cpp/rtps/network/NetworkFactory.cpp:27:
/root/Fast-DDS/Fast-DDS/src/cpp/rtps/transport/TCPChannelResource.h:279:45: 错误:模板参数数目不对(不应是 1 个而应是 2 个)
asio::basic_socketasio::ip::tcp& socket,
^
In file included from /usr/include/asio/basic_datagram_socket.hpp:20:0,
from /usr/include/asio.hpp:19,
from /root/Fast-DDS/Fast-DDS/src/cpp/rtps/transport/TCPTransportInterface.h:23,
from /root/Fast-DDS/Fast-DDS/src/cpp/rtps/network/NetworkFactory.cpp:27:
/usr/include/asio/basic_socket.hpp:41:7: 附注:provided for ‘template<class Protocol, class SocketService> class asio::basic_socket’
how to do?thanks!
Beta Was this translation helpful? Give feedback.
All reactions