Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=509940
--- Comment #2 from dulsi@identicalsoftware.com 2009-07-17 09:30:49 EDT --- mingw32-sdl is installed. Here is part of rpm -qi mingw32-SDL.
Name : mingw32-SDL Relocations: (not relocatable) Version : 1.2.13 Vendor: Fedora Project
If you look at FindSDL.cmake, you will see the FIND_PATH for SDL.h. It is search a bunch of paths but nothing that can be found from the root path /usr/i686-pc-mingw32. The cmake mailing list suggested adding /usr/i686-pc-mingw32/sys-root/mingw to the root path but the FIND_PATH in FindSDL.cmake isn't looking in /include/SDL so it still doesn't find it. It was mentioned that the FindSDL.cmake is using an old way to look for the appropriate include files. Not sure what the current suggested practice is.