Replies: 2 comments 1 reply
-
correction, V2.14.3 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Which ubuntu version are you referring to? |
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
-
I have following build failure
Building CXX object src/cpp/CMakeFiles/fastrtps.dir/rtps/network/NetworkFactory.cpp.o
In file included from /local/Fast-DDS-4/Fast-DDS/src/cpp/rtps/transport/TCPChannelResourceBasic.h:20:0,
from /local/Fast-DDS-4/Fast-DDS/src/cpp/rtps/transport/TCPAcceptorBasic.h:19,
from /local/Fast-DDS-4/Fast-DDS/src/cpp/rtps/transport/TCPTransportInterface.h:34,
from /local/Fast-DDS-4/Fast-DDS/src/cpp/rtps/network/NetworkFactory.cpp:27:
/local//Fast-DDS-4/Fast-DDS/src/cpp/rtps/transport/TCPChannelResource.h:244:45: error: wrong number of template arguments (1, should be 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 /local//Fast-DDS-4/Fast-DDS/src/cpp/rtps/transport/TCPTransportInterface.h:23,
from /local//Fast-DDS-4/Fast-DDS/src/cpp/rtps/network/NetworkFactory.cpp:27:
/usr/include/asio/basic_socket.hpp:41:7: note: provided for ‘template<class Protocol, class SocketService> class asio::basic_socket’
class basic_socket
seems like it's not compatible with ASIO 1.10.8, yet the cmake is finding packet for that version
eprosima_find_thirdparty(Asio asio VERSION 1.10.8)
Thanks
Chris
Beta Was this translation helpful? Give feedback.
All reactions