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 1229

Summary: Can't build HG tree [3ecad5e5dbe4]
Product: SDL Reporter: Leonard Ritter <paniq>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2 CC: icculus
Version: HG 2.0   
Hardware: x86_64   
OS: Linux   

Description Leonard Ritter 2011-06-14 04:47:17 UTC
Apparently I can't build the HG tree, changeset 3ecad5e5dbe4.

Fresh checkout, ./configure, then make, fails with:

libtool: compile:  gcc -g -O2 -I./include -mmmx -m3dnow -msse -msse2 -fvisibility=hidden -D_REENTRANT -D_REENTRANT -DHAVE_LINUX_VERSION_H -MMD -MT build/SDL_hints.lo -c src/SDL_hints.c  -fPIC -DPIC -o build/.libs/SDL_hints.o
src/SDL_hints.c:24:25: fatal error: SDL_hints_c.h: No such file or directory
Comment 1 Ryan C. Gordon 2011-07-06 18:31:14 UTC
This was fixed by hg changeset 45a709ef443d.

--ryan.