| Summary: | [patch] QNX 7.0 support | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Elad Lahav <e2lahav> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus, programmerjake |
| Version: | 2.0.5 | ||
| Hardware: | All | ||
| OS: | QNX | ||
| Attachments: | SDL2 QNX support | ||
|
Description
Elad Lahav
2017-06-28 11:23:17 UTC
How hard is it to get a QNX build environment going? I'd like to add this to the buildbot, so QNX continues to get build coverage on each commit. Are the development tools available for free somewhere? --ryan. This patch looks good; I'm going to push it in the morning if no one beats me to it. --ryan. This patch is now https://hg.libsdl.org/SDL/rev/28d3a50e276e, thanks! --ryan. the patch has a bug on line 110 of /src/video/qnx/keyboard.c: if val == sizeof(key_to_sdl) / sizeof(int), then it will read one past the end of key_to_sdl. (In reply to programmerjake from comment #4) > the patch has a bug on line 110 of /src/video/qnx/keyboard.c: if val == > sizeof(key_to_sdl) / sizeof(int), then it will read one past the end of > key_to_sdl. This is now fixed in https://hg.libsdl.org/SDL/rev/e1fc7d3b46fb, thanks! --ryan. |