[21657] cannot build request_reply example #5231
Closed
allbluelai
started this conversation in
Support
Replies: 1 comment 6 replies
-
Hi @allbluelai, thanks for using Fast DDS. It seems that the compilation autogenerated file mkdir -p ${current_path}/fastdds/build
cd ${current_path}/fastdds/build
cmake .. -DCMAKE_INSTALL_PREFIX=${current_path}/install -DCMAKE_PREFIX_PATH=${current_path}/install -DCOMPILE_EXAMPLES=ON
make install I am moving this ticket to the support section according to the Fast DDS CONTRIBUTING guidelines. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an already existing issue for this?
Expected behavior
Compile the
request_reply
example correctly.Current behavior
Cannot build
request_reply
example.Steps to reproduce
Download fastdds.repos:
vcs import --input fastdds.repos .
My workspace is as follows:
$ tree -L 1 . ├── build.sh ├── fastcdr ├── fastdds ├── fastddsgen ├── fastdds.repos ├── foonathan_memory_vendor ├── install └── request_reply 6 directories, 2 files
Build all libraries and install them. Here, I use the following script:
When build the
request_reply
example, it outputs:Fast DDS version/commit
v3.3.0
Platform/Architecture
Other. Please specify in Additional context section.
Transport layer
Default configuration, UDPv4 & SHM
Additional context
$ uname -a Linux john 6.5.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 15 16:40:02 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
Beta Was this translation helpful? Give feedback.
All reactions