Skip to content
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

Current fmt dosn't build with UWP as platform #2628

Closed
Acretock opened this issue Dec 3, 2021 · 2 comments
Closed

Current fmt dosn't build with UWP as platform #2628

Acretock opened this issue Dec 3, 2021 · 2 comments

Comments

@Acretock
Copy link
Contributor

Acretock commented Dec 3, 2021

On 8.0.1 builds normally

Build with cmake with this
cmake -G "Visual Studio 16 2019" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_BUILD_TYPE=Release -A ARM64 -DUWP=TRUE ..
and
cmake --build . --config Release --target Project

error code is

fmt/chrono.h(884,5): error C3861: '_tzset':
identifier not found project\build\Project.vcxproj]
@Acretock
Copy link
Contributor Author

Acretock commented Dec 3, 2021

i found out that _tzset is not supported in UWP, post

@vitaut
Copy link
Contributor

vitaut commented Dec 7, 2021

Should be fixed by #2633.

@vitaut vitaut closed this as completed Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants