| Summary: | Can't build on MinGW a recent state (15'th February, 2020): conflicting types | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vitaly Novichkov <admin> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
|
Description
Vitaly Novichkov
2020-02-15 15:39:35 UTC
Fixed, thanks! https://hg.libsdl.org/SDL/rev/85e63c05b8f8 I did try a recent state, and it was failed again: https://ci.appveyor.com/project/Wohlstand/sdl-mixer-x/builds/30879263/job/6qo4kh7hvavr02ym#L1027 I guess, you did miss up the `SDL_CreateThreadWithStackSize`, but `SDL_CreateThread` is no more appears in the error, that is good :) The build is still faililng: https://ci.appveyor.com/project/Wohlstand/sdl-mixer-x/build/job/6gm8l8k01yso275l#L1030 It's at another line: the first line that has been reported here is fixed, however, there are other lines that are still failing. (In reply to Vitaly Novichkov from comment #4) > It's at another line: the first line that has been reported here is fixed, > however, there are other lines that are still failing. Whoops, fixed now, thanks! https://hg.libsdl.org/SDL/rev/4518dbd47100 |