../ucrt/time.h No such file or directory #17175
-
Trying to compile MuseScore on Windows using Qt 5.15.2 and MinGW 64-bit. For some reason, I get errors similar to the title of the question. Tried installing the newest Windows SDK and checking that ucrt/time.h actually exists and specified all the environment variables as detailed by https://musescore.org/en/handbook/developers-handbook/compilation/compile-instructions-windows-visual-studio/compile-0 Still, I am not able to compile with Qt 5.15.2. Does anyone have any ideas on what the problem might be? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Have you tried using MSVC instead of MinGW? More people say that it doesn't compile with MinGW anymore. |
Beta Was this translation helpful? Give feedback.
-
At least the new sound system seems incompatible with MinGW anymore, but that particular error message is new to me |
Beta Was this translation helpful? Give feedback.
-
Compiling with Qt Creator with Qt 5,12.2 MSVC2019 64-bit kit was successful. |
Beta Was this translation helpful? Give feedback.
-
For further reference here is the full list of errors I am getting when compiling with MinGW 64-bit: ../ucrt/sys/types.h: No such file or directory |
Beta Was this translation helpful? Give feedback.
-
The winrt/Windows.Devices.Enumeration.h stuff is what I get too, not the others though |
Beta Was this translation helpful? Give feedback.
Have you tried using MSVC instead of MinGW? More people say that it doesn't compile with MinGW anymore.