sdlmain.cpp:1137:63: error: ordered comparison between pointer and zero ('const char *' and 'int') sdl.opengl.packed_pixel=(strstr(gl_ext,"EXT_packed_pixels") > 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ sdlmain.cpp:1138:70: error: ordered comparison between pointer and zero ('const char *' and 'int') sdl.opengl.paletted_texture=(strstr(gl_ext,"EXT_paletted_texture") > 0); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ build log: http://sprunge.us/UeHb regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
kan@ fixed it in ports r435580.