About python ./scripts/build_windows.py, have an error #1018
-
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
how to fix it? |
Beta Was this translation helpful? Give feedback.
-
@iverson1github that output doesn't contain enough information to fix it. I'm guessing the actual error is further up, or you don't have |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I can't read chineese, but they both appear to be issues with using modern C++20 features. Your toolchain (14.36) is a little older (May 16, 2023, EOL Jan 2025) than what is being used by myself and GitHub (14.42, 14.43 or so - from Nov 2024). It might be that if you update your visual studio to the latest version those error messages will go away. Moving this to |
Beta Was this translation helpful? Give feedback.
I can't read chineese, but they both appear to be issues with using modern C++20 features.
Your toolchain (14.36) is a little older (May 16, 2023, EOL Jan 2025) than what is being used by myself and GitHub (14.42, 14.43 or so - from Nov 2024). It might be that if you update your visual studio to the latest version those error messages will go away.
Moving this to
Discussion
because it isn't a user-facing issue so much as a discussion about how to get the build going.