You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes made on October 16 by generatedunixname89002005279527 remove a bunch of third party files, but leave the infrastructure that tries to build them in place (in particular vlfeat and gtest). This breaks the configuration step (and thus the build) on Ubuntu 24.04.
What is the best way to work around this? As of now, I'm building an older checkout, but this seems to be an issue that should be fixed?
The text was updated successfully, but these errors were encountered:
I had the same issue.
I first reverted those changes by
git revert -n 129ab66 b863db5 177d146 444e362
It was still giving me gmock related errors, so I turned test off.
Then it started giving me this error: error: ‘optional’ in namespace ‘std’ does not name a template type
I fixed this one by changing the c++ standard to c++17
The changes made on October 16 by generatedunixname89002005279527 remove a bunch of third party files, but leave the infrastructure that tries to build them in place (in particular vlfeat and gtest). This breaks the configuration step (and thus the build) on Ubuntu 24.04.
What is the best way to work around this? As of now, I'm building an older checkout, but this seems to be an issue that should be fixed?
The text was updated successfully, but these errors were encountered: