I've tried compiling rabbitmq-c Version 0.6.0 (latest stable) using mingw (Version from 2013-10-27). The few compile errors are due to the use of the "include poll.h"; the required poll() function cannot be found.
The poll() function is not offered by mingw, so how could it be possible to compile current rabbitmq-c source using mingw, as described here:
https://github.com/alanxz/rabbitmq-c/blob/master/README-win32.md