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 1196 - SDL_mixer_MMX.h needed by SDL_mixer.lo
Summary: SDL_mixer_MMX.h needed by SDL_mixer.lo
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 critical
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 00:52 UTC by Rainer Deyke
Modified: 2013-05-21 02:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Deyke 2011-05-02 00:52:18 UTC
I've been getting this error when rebuilding SDL 1.3 on Linux for a while now:

  make: *** No rule to make target `src/audio/SDL_mixer_MMX.h', needed by `build/SDL_mixer.lo'.  Stop.

This is on a clean checkout, after running 'autogen.sh', 'configure', and 'make' in that order.
Comment 1 Sam Lantinga 2012-01-06 22:43:09 UTC
Can you retest with the latest snapshot?
http://www.libsdl.org/tmp/SDL-1.3.zip

There's no reference to SDL_mixer_MMX.h in any code that I can find.

Thanks!