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 3953 - MinGW: compile version.rc into a libtool object
Summary: MinGW: compile version.rc into a libtool object
Status: NEW
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.2
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-10 12:37 UTC by Fabian Greffrath
Modified: 2017-11-10 12:37 UTC (History)
0 users

See Also:


Attachments
MinGW: compile version.rc into a libtool object (1.04 KB, patch)
2017-11-10 12:37 UTC, Fabian Greffrath
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Greffrath 2017-11-10 12:37:03 UTC
Created attachment 3079 [details]
MinGW: compile version.rc into a libtool object

We apply the attached patch to the mingw-w64-SDL2_mixer package in MSYS2:

https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-SDL2_mixer

It compiles version.rc into a libtool object, which somehow suddenly becomes necessary after running autoreconf over the sources (which we do after applying the patch in #3952).

Best regards,

 - Fabian