-
Notifications
You must be signed in to change notification settings - Fork 605
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
Use the newest version of fmt may occurr error #338
Comments
So what's the error? Which OS and compiler? |
i absolutely agree with you, because i recently met the same situation. @Jiajie-Shi |
Sophus compiles fine on macOS with AppleClang with fmt 8.1.1, so it might be an issue related to older GCC. I suggest checking which GCC version is affected and maybe trying to come up with a minimal reproducible example to possibly raise this issue over at libfmt. |
OS: Ubuntu 18.04.6 LTS |
It may occurr errors about fmt when I use the newest version of fmt (8.1.1) to build project.
Errors as following (a part):
You might get other errors about fmt.
Try use old version of fmt to rebuild Sophus, I built successful with fmt 8.0.0.
OS: Ubuntu 18.04.6 LTS
Compiler: g++
The text was updated successfully, but these errors were encountered: