Replies: 3 comments 3 replies
|
Removing ThreadSettings.i from fastdds_python/src/swig/fastdds.i allows for a successful build. |
0 replies
|
Hi @jtroeth1 thanks for using Fast DDS. |
3 replies
|
Also, I am moving this question to the support discussion forum as per Fast DDS CONTRIBUTING guidelines. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi There,
I am trying to compile FastDDS on Fedora 35, but I get the following error:
❯ /usr/bin/make [ 33%] Swig compile fastdds.i for python /home/jtroeth/software/Fast-DDS-python/fastdds_python/src/swig/fastdds/rtps/attributes/ThreadSettings.i:19: Error: Unable to find 'fastdds/rtps/attributes/ThreadSettings.hpp' make[2]: *** [src/swig/CMakeFiles/fastdds_python_swig_compilation.dir/build.make:76: src/swig/CMakeFiles/fastdds_python.dir/fastddsPYTHON.stamp] Error 1 make[2]: *** Deleting file 'src/swig/CMakeFiles/fastdds_python.dir/fastddsPYTHON.stamp' make[1]: *** [CMakeFiles/Makefile2:126: src/swig/CMakeFiles/fastdds_python_swig_compilation.dir/all] Error 2 make: *** [Makefile:146: all] Error 2I assume the ThreadSettings.hpp is mean to be generated, but is not?
Versions:
Thanks
All reactions