Fast-DDS icon indicating copy to clipboard operation
Fast-DDS copied to clipboard

Fast-DDS/src/cpp/rtps/transport/TCPChannelResource.h:279:45 error!

Open kait1234 opened this issue 1 year ago • 1 comments

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: bug 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

kait1234 avatar Oct 17 '24 03:10 kait1234

update Asio to 1.30.2,then compile completed!

kait1234 avatar Oct 17 '24 10:10 kait1234

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.

JesusPoderoso avatar Oct 31 '24 08:10 JesusPoderoso