Open VJalili opened 2 years ago
This is a known googletest issue when compiling with GCC 11. It can be solved by upgrading googletest to 1.11:
CMakeLists.txt, line 65, change:
URL https://github.com/google/googletest/archive/refs/tags/release-1.10.0.tar.gz
to
URL https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz
You may have other errors compiling ExpansionHunter with GCC11, however. It may be better to downgrade the compilier. 🤷
I am building EH from source following the steps listed on the installation page. I get the following error when building EH.
I'm running on Ubuntu, 22.04.
I believe this error is related to the issue discussed here, so I tried reinstalling the current latest release of google test following these instructions. That did not fix the error.