Вопрос

I have an upcoming Qt project that requires the use of ActiveMQ-CPP libraries. From my study so far, it seems ActiveMQ-CPP only supports MSVC on Windows. I'd prefer sticking with MinGW since it's a cross-platform project and all other platforms use gcc.

Is there any guide or just outright yes or no on making ActiveMQ-CPP working with MinGW?

Thanks.

Это было полезно?

Решение

The ActiveMQ-CPP project doesn't support builds on Windows using Cygwin or MinGW tools. You can of course go it own your own and try to mod the configure.ac script to setup the build flags correctly to make it work.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top