In my spare time I've been trying to compile SDL 1.3 on Windows 7 64-bit using the GCC compiler and Code::Blocks. Has anyone successfully done this? So far, I've tried to compile using the MS Visual Studio solution files (since CB can import them), but I'm getting errors concerning "ddraw.h" not being found (I'm guessing I should probably add it somehow since I figure DirectX is installed on computer or add a search path to it).
I'm in the middle of my exam period atm, so I don't really have time to experiment a lot, so some tips/pointers in the right direction would be very nice

