-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
SDL2_mixer fails on Windows even with 1.39.4 #9961
Comments
The python docs for v2.7 suggest that it is not available for windows. Selecting version 3.5 of the docs shows that somewhere between 2.7 and 3.5, windows support has been added. If emscripten wants to continue to support the deprecated version 2.7 past its duedate in 2020, that'll be a big burden. My suggestion is to make python 3.5 or later a hard requirement instead. |
Requiring python 3.5 is not something we can do easily right now. Even with 3.5 I think symlinks work well on windows in general. |
I disagree with that notion. I managed to track down when it was actually implemented: 2010, version 3.2. Vista and up have proper support for symlinks. Regardless, I started a new job this week and won't be having time for this until after Christmas. |
This avoid use of symlink and avoids exposing the ensure source tree on the include path or sdl_mixer users. Fixes: #9961
This avoid use of symlink and avoids exposing the ensure source tree on the include path or sdl_mixer users. Fixes: #9961
This avoid use of symlink and avoids exposing the ensure source tree on the include path or sdl_mixer users. Fixes: emscripten-core#9961
Compared to 1.39.3, error messages are certainly reduced.
But it still doesn't compile.
by Windows10
The text was updated successfully, but these errors were encountered: