Can somebod开发者_开发问答y throw some light on how to build rabbitmq C client lib on windows?
I've created a CMake-ified version of rabbitmq-c of the build system that works cleanly under Windows (VS-2010 tested), and *nix systems:
https://github.com/alanxz/rabbitmq-c
This might be what you are looking for: http://hg.rabbitmq.com/rabbitmq-c/
Edit: wrong link, here is a discussion on the topic: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-February/006201.html
The current tip for the library for RabbitMQ can be built in windows using mingw. The process is long and a bit complicated but it is documented in the README.windows file here
精彩评论