Fast-DDS/src/cpp/rtps/transport/TCPChannelResource.h:279:45 error!
Is there an already existing issue for this?
- [X] I have searched the existing issues
Expected behavior
https://fast-dds.docs.eprosima.com/en/latest/installation/sources/sources_linux.html#fast-dds-gen-installation, using title is 3.1.4.1. Local installation,complie Fast-DDS。
Current behavior
when complie Fast-DDS,some error show:
how to do?
Steps to reproduce
3.1.4.1. Local installation,in three step:3.Once all dependencies are installed, install eProsima Fast DDS
cmake --build . --target install
then compile stop。
Fast DDS version/commit
latest,V3.1.0 2024-10-17
Platform/Architecture
Other. Please specify in Additional context section.
Transport layer
Default configuration, UDPv4 & SHM
Additional context
environment is: linux that base on centos7,x86 64 cpu。
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
update Asio to 1.30.2,then compile completed!
Hi @kait1234 , thanks for your report. The required Asio version to be installed is v1.31.0 (check dependencies section). You can also build Fast DDS with third-party dependencies, so it is not required to install Asio. This can be done using these CMake options.
I am moving this thread to the corresponding support discussions forum as per the Fast DDS contributing guidelines.