• Show log

    Commit

  • Hash : eba65c66
    Author : Sam Lantinga
    Date : 2014-08-19T21:17:21

    Fixed bug 2694 - configure bug __has_feature macro not detected
    
    skaller
    
    using gcc 4.2 (the default) on Mac OSX 10.6.8
    
     CC     build/SDL_dynapi.lo
    In file included from /Users/johnskaller/SDL/src/dynapi/SDL_dynapi.c:31:
    include/SDL_syswm.h:211:39: error: missing binary operator before token "("
    
    The fault appears to be here:
    
    #if defined(__OBJC__) && __has_feature(objc_arc)
    
    that the __has_feature macro is not supported by gcc 4.2.
    
    The code works fine with my clang 3.3svn.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    http://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)