| Summary: | [patch] Fix SDL build on Haiku | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Alexander von Gluck IV <kallisti5> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Haiku | ||
| Attachments: | patch to remove all <be/*> includes | ||
|
Description
Alexander von Gluck IV
2014-01-15 17:44:56 UTC
Created attachment 1522 [details]
patch to remove all <be/*> includes
Comment on attachment 1522 [details]
patch to remove all <be/*> includes
I don't know, I'm a little nervous about losing the "namespace" on those includes (especially the "String.h" one, even if Haiku's filesystem is case-sensitive).
--ryan.
This got applied at some point. (although the video functions are still BE_funcname instead of HAIKU_funcname...) --ryan. (In reply to Ryan C. Gordon from comment #3) > This got applied at some point. (although the video functions are still > BE_funcname instead of HAIKU_funcname...) This is fixed in https://hg.libsdl.org/SDL/rev/09999a0e8f9a. Resolving bug! --ryan. |