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
1.mkdir build && cd build 2.cmake .. 3.make -j4
The text was updated successfully, but these errors were encountered:
I have solved it through downloading the package from https://mirrors.tuna.tsinghua.edu.cn/arch4edu/x86_64/ignition-transport-8-8.4.0-4-x86_64.pkg.tar.zst
Sorry, something went wrong.
No branches or pull requests
Environment
Description
[ 2%] Building CXX object test/CMakeFiles/gtest_main.dir/gtest/src/gtest_main.cc.o
[ 14%] Built target ignition-transport8
[ 15%] Building CXX object test/integration/CMakeFiles/INTEGRATION_authPubSubSubscriberInvalid_aux.dir/authPubSubSubscriberInvalid_aux.cc.o
[ 15%] Building CXX object test/integration/CMakeFiles/INTEGRATION_fastPub_aux.dir/fastPub_aux.cc.o
/usr/include/c++/14.1.1/string_view:256: constexpr const std::basic_string_view<_CharT, _Traits>::value_type& std::basic_string_view<_CharT, _Traits>::operator const [with _CharT = char; _Traits = std::char_traits; const_reference = const char&; size_type = long unsigned int]: Assertion '__pos < this->_M_len' failed.
make[2]: *** [CMakeFiles/doc.dir/build.make:71: CMakeFiles/doc] Aborted (core dumped)
make[1]: *** [CMakeFiles/Makefile2:1374: CMakeFiles/doc.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 16%] Linking CXX static library ../lib/libgtest_main.a
[ 16%] Built target gtest_main
[ 16%] Linking CXX executable ../../bin/INTEGRATION_fastPub_aux
[ 16%] Built target INTEGRATION_fastPub_aux
[ 17%] Linking CXX executable ../../bin/INTEGRATION_authPubSubSubscriberInvalid_aux
[ 17%] Built target INTEGRATION_authPubSubSubscriberInvalid_aux
make: *** [Makefile:146: all] Error 2
Steps to reproduce
1.mkdir build && cd build
2.cmake ..
3.make -j4
Output
The text was updated successfully, but these errors were encountered: