SDL_hints_c.h on mac osx

Hi all,

Just updated my SDL repo and I’m getting build errors on mac osx 10.6.
I think the errors are caused by a missing SDL_hints_c.h. This file is
included from SDL_hints.c as of Revision 5555.

Maybe a file just didn’t get committed?

Any help would be much appreciated.

Thanks,

John

We have to wait for someone to fix the problem by uploading the missing fileOn Tue, Jun 14, 2011 at 7:56 PM, John Magnotti <john.magnotti at gmail.com> wrote:

Hi all,

Just updated my SDL repo and I’m getting build errors on mac osx 10.6.
I think the errors are caused by a missing SDL_hints_c.h. This file is
included from SDL_hints.c as of Revision 5555.

Maybe a file just didn’t get committed?

Any help would be much appreciated.

Thanks,

John


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Tim will get this for me soon, I think. I’ll backout the change if
necessary, but it’ll probably be fixed in a few hours.

In the meantime, you can do “hg update 418675ebba17” to avoid the
breakage in your copy.

–ryan.On 6/14/11 1:02 PM, Dimitris Zenios wrote:

We have to wait for someone to fix the problem by uploading the missing file

will do, thanks! Much better than my “copy out the bugs” method :slight_smile:

JohnOn Tue, Jun 14, 2011 at 1:34 PM, Ryan C. Gordon wrote:

On 6/14/11 1:02 PM, Dimitris Zenios wrote:

We have to wait for someone to fix the problem by uploading the missing
file

Tim will get this for me soon, I think. I’ll backout the change if
necessary, but it’ll probably be fixed in a few hours.

In the meantime, you can do “hg update 418675ebba17” to avoid the breakage
in your copy.

Crap, sorry. It’s on the mac at work; I’ll get to it first thing.----- Original message -----

On 6/14/11 1:02 PM, Dimitris Zenios wrote:

We have to wait for someone to fix the problem by uploading the
missing file

Tim will get this for me soon, I think. I’ll backout the change if
necessary, but it’ll probably be fixed in a few hours.

In the meantime, you can do “hg update 418675ebba17” to avoid the
breakage in your copy.

–ryan.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Here is a patch: http://bugzilla.libsdl.org/attachment.cgi?id=627

Sorry for the trouble.On 14/06/2011 20:36, Tim Angus wrote:

Crap, sorry. It’s on the mac at work; I’ll get to it first thing.

Here is a patch: http://bugzilla.libsdl.org/attachment.cgi?id=627

Thanks!

–ryan.