• Sam Lantinga's avatar
    Fixed a few issues compiling with Mac OS X 10.6 · 063b24f5
    Sam Lantinga authored
    Unfortunately the audio and cdrom systems do not build at all, and if you
    disable those, SDL still fails to link with these errors:
    
    Undefined symbols:
      "_OBJC_IVAR_$_NSScreen._frame", referenced from:
          -[NSScreen(NSScreenAccess) setFrame:] in SDL_cocoamodes.o
      "_KLGetKeyboardLayoutProperty", referenced from:
          _UpdateKeymap in SDL_cocoakeyboard.o
          _UpdateKeymap in SDL_cocoakeyboard.o
      "_KLGetCurrentKeyboardLayout", referenced from:
          _UpdateKeymap in SDL_cocoakeyboard.o
    ld: symbol(s) not found
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403771
    063b24f5
SDL_x11opengl.c 18.5 KB