Replies: 2 comments 1 reply
-
Hi @iekhanx , It seems like you miss some dependencies to compile the sphinx documentation. However, you do not need to compile the documentation in order to use the DDS-Router. Please, keep us updated with your advances and your opinions. We are trying to create a user friendly installation and application, and every feedback is welcomed. |
Beta Was this translation helpful? Give feedback.
-
Hello there, $ colcon test --packages-select-regex ddsrouter --event-handler=console_direct+ Starting >>> ddsrouter_cmake tests/ddsrouter_yaml_validator_test.py .. [100%]
Summary: 8 packages finished [1.19s] Your response greatly appriciated, |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I am trying to build dds-router. I followed
https://github.com/eProsima/DDS-Router
provided procedure but system generates following errors:
can you please advise how to over come from this error?
Thank you,
colcon build
Starting >>> ddsrouter_cmake
Starting >>> fastcdr
Starting >>> foonathan_memory_vendor
Starting >>> ddsrouter_yaml_validator
Finished <<< fastcdr [0.35s]
Finished <<< foonathan_memory_vendor [0.39s]
Finished <<< ddsrouter_cmake [0.47s]
Starting >>> fastrtps
Starting >>> ddsrouter_docs
--- stderr: ddsrouter_yaml_validator
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Finished <<< ddsrouter_yaml_validator [0.94s]
--- stderr: ddsrouter_docs
WARNING: sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0
Theme error:
no theme named 'sphinx_rtd_theme' found (missing theme.conf?)
gmake[2]: *** [CMakeFiles/Sphinx.dir/build.make:71: CMakeFiles/Sphinx] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:110: CMakeFiles/Sphinx.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
Failed <<< ddsrouter_docs [0.69s, exited with code 2]
Aborted <<< fastrtps [3.22s]
Summary: 4 packages finished [4.03s]
1 package failed: ddsrouter_docs
1 package aborted: fastrtps
2 packages had stderr output: ddsrouter_docs ddsrouter_yaml_validator
5 packages not processed
Beta Was this translation helpful? Give feedback.
All reactions