-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Missing symbols when compiling for Windows with mingw-w64 #2691
Comments
Could you submit a PR with the proposed fix since you are in the best position to test it? |
Sure. |
rbberger
added a commit
to rbberger/fmt
that referenced
this issue
Jan 3, 2022
Fixes issue fmtlib#2691
akohlmey
added a commit
to akohlmey/lammps
that referenced
this issue
Jan 3, 2022
this also reverts commit c5a7f4c and thus results in consistent crt behavior on windows
vitaut
pushed a commit
that referenced
this issue
Jan 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Windows, the
fmt/chrono.h
header uses_get_timezone
and_get_dstbias
, which seem to be only defined when using the UCRT.Compiling with mingw-w64 causes a link error:
Minimal example to reproduce:
Suggested workaround/bugfix:
The text was updated successfully, but these errors were encountered: