ok some information to building the SDL Port within windows Via MinGW and Cygwin (both produce same results in error messages)
Â
When compiling I get this error (and it is in 2xSaI.cpp)
it's something to do with an Include Header called system.h but it's found in line 34 and 46, the declaration of 'typedef unsigned int u32' (line 46) and line 34 which is related to 46 says 'conflicts with previous declaration typedef uint32_t u32'
Â
any suggestion guys how I would possibly go and fix this please