Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top