-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Cmake build failed with v140_xp, v141_xp toolset flags #1790
Comments
No, WinXP is not supported. |
I thought it might support windows xp because earlier today, I found some questions about crashes on windows xp or whatnot. |
It didn't compile cleanly and I have no time to support it. |
LonghronShen
added a commit
to LonghronShen/spdlog
that referenced
this issue
Apr 5, 2021
Merged
gabime
added a commit
that referenced
this issue
Apr 8, 2021
swex
pushed a commit
to swex/spdlog
that referenced
this issue
Jul 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, thank you for providing and maintaining this nice library.
I am posting this to ask if there's some way to build spdlog with
_xp
toolset flag.When I use this script to build spdlog
cmake -T v141_xp (or v140_xp) ... (other flags) .. cmake --build . --config Debug (or Release)
I got this error message.
So I opened the inl file and found these lines.
After doing some tests, I figured out that one cannot include
fileapi.h
when the version of Windows SDK for the project is set to 7.Then I changed the code somewhat like this and was able to get the lib file.
My question is, is there any flag or option that I can set to build a lib for Windows xp?
The text was updated successfully, but these errors were encountered: