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

Summary: SDL_mixer_MMX.h needed by SDL_mixer.lo
Product: SDL Reporter: Rainer Deyke <rainerd>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: critical    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Linux   

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!