Hi all,<br><br>I have been trying to compile the rabbitmq-c client on Windows using mingw and msys and I am wondering if anyone else has tried this before.<br>I have managed to compile several things into DLLs in this way, the rabbitmq-c library should be a possibility, too.<br>
autoreconf -i worked (after upgrading autoconf) and the configure step was ok. Then I get:<br><br>make  all-recursive<br>make[1]: Entering directory `/c/Projects/rabbitmq-c&#39;<br>Making all in librabbitmq<br>make[2]: Entering directory `/c/Projects/rabbitmq-c/librabbitmq&#39;<br>
make[2]: *** No rule to make target `codegen/amqp-0.8.json&#39;, needed by `amqp_framing.h&#39;.  Stop.<br>make[2]: Leaving directory `/c/Projects/rabbitmq-c/librabbitmq&#39;<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/c/Projects/rabbitmq-c&#39;<br>
make: *** [all] Error 2<br><br>then again, there is no python support in MSYS. IYO, what would be the best way forward?<br><br>regards,<br><br>Michael<br><br>