-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Document test dependencies #4
Comments
Hm... on another try it gives me this
during |
found this in
it's never a good idea to link to master branch of a git, should always pin version of your dependencies |
changing robotstxt/tests/CMakeLists.txt Line 63 in d46c028
to target_link_libraries(robots-test absl::base absl::container absl::strings gtest_main dl)
and then building with fixed an issue! |
While following README.md and trying to build && run official google tests
I get this error
/usr/bin/ld: cannot find -labsl::container collect2: error: ld returned 1 exit status
on
make
stageWhat should I install in order to fix this and run tests?
uname -a
5.8.0-53-generic #60-Ubuntu SMP Thu May 6 07:46:32 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: