We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4831 - SDL_sound.h install error
Summary: SDL_sound.h install error
Status: RESOLVED FIXED
Alias: None
Product: SDL_sound
Classification: Unclassified
Component: everything (show other bugs)
Version: unspecified
Hardware: x86 macOS 10.14
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Ryan C. Gordon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-18 10:09 UTC by Dominik Reichardt
Modified: 2020-12-05 20:07 UTC (History)
1 user (show)

See Also:


Attachments
patch (382 bytes, patch)
2019-10-18 10:09 UTC, Dominik Reichardt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Reichardt 2019-10-18 10:09:11 UTC
Created attachment 3987 [details]
patch

I've let Cmake generate unix makefiles and "make install" fails because the path to SDL_sound.h is missing a "src/".

Additionally it would be better if it were to install the header file to /inlcude/SDL2, IMO.

simple patch is included.
Comment 1 Ozkan Sezer 2020-12-05 18:11:00 UTC
The patch has been included in SDL_sound hg repo as
https://hg.icculus.org/icculus/SDL_sound/rev/ac28f5f78a88

Closing as fixed.
Comment 2 Dominik Reichardt 2020-12-05 20:07:54 UTC
Thank you!