We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use: fastddsgen -python and then cmake make
when making, there are some errors.
[ 33%] Swig compile RecipeData.i for python /home/heliping/Fast-DDS/install/include/fastdds/dds/core/LoanableTypedCollection.hpp:68: Warning 389: operator[] ignored (consider using %extend) /home/heliping/Fast-DDS/install/include/fastdds/dds/core/LoanableTypedCollection.hpp:93: Warning 389: operator[] ignored (consider using %extend) /home/heliping/codei/pyi/pro_runner/proto/protoFiles/RecipeData.i:124: Error: Syntax error in input(1). make[2]: *** [CMakeFiles/RecipeDataWrapper_swig_compilation.dir/build.make:76:CMakeFiles/RecipeDataWrapper.dir/RecipeDataPYTHON.stamp] 错误 1 make[2]: *** 正在删除文件“CMakeFiles/RecipeDataWrapper.dir/RecipeDataPYTHON.stamp” make[1]: *** [CMakeFiles/Makefile2:140:CMakeFiles/RecipeDataWrapper_swig_compilation.dir/all] 错误 2 make[1]: *** 正在等待未完成的任务....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
use: fastddsgen -python
and then
cmake
make
when making, there are some errors.
The text was updated successfully, but these errors were encountered: