-
Notifications
You must be signed in to change notification settings - Fork 23
Description
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 2
I assume the ThreadSettings.hpp is mean to be generated, but is not?
Versions:
- swig 4.0.2
- Fast CDR: master 71d2cc2
- foonathan_memory_vendor: master 48e5e2c
- FastDDS: master e318c5b99
- FastDDS-python, main or v1.4.0
- asio-devel 1.16.1-4.fc35
Thanks