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
fix includes not work
includes
https://github.com/daohu527/core/blob/6d02840b4ddf40c071c1a405840ad7cafa673b18/bazel/third_party/fastcdr.BUILD#L3-L12
for now we need run instead
export CPLUS_INCLUDE_PATH="/usr/local/fast-rtps/include"
The text was updated successfully, but these errors were encountered:
Build fastrtps will report error
/usr/bin/ld: /opt/conda/lib/libgtest.so.1.11.0: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29' collect2: error: ld returned 1 exit status make[2]: *** [test/unittest/rtps/common/CMakeFiles/SequenceNumberTests.dir/build.make:85: test/unittest/rtps/common/SequenceNumberTests] Error 1 make[1]: *** [CMakeFiles/Makefile2:1414: test/unittest/rtps/common/CMakeFiles/SequenceNumberTests.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /workspaces/core/scripts/deps/Fast-DDS/include/fastrtps/rtps/builtin/data/../../../attributes/../qos/../rtps/common/all_common.h:28,
Upgrading or downgrading gcc version (7, 11) is no problem, gcc 9 has problems
Sorry, something went wrong.
No branches or pull requests
fix
includes
not workhttps://github.com/daohu527/core/blob/6d02840b4ddf40c071c1a405840ad7cafa673b18/bazel/third_party/fastcdr.BUILD#L3-L12
for now we need run instead
The text was updated successfully, but these errors were encountered: