I am trying to install the PECL MQ Series Extension on my local Windows dev environment. I perform the following:
D:\opt\xampp>pecl install mqseries-0.11.0
downloading mqseries-0.11.0.tgz ...
Starting to download mqseries-0.11.0.tgz (36,243 bytes)
..........done: 36,243 bytes
8 source files, building
running: msdev mqseries.dsp /MAKE "mqseries - Release"
ERROR: Did not understand the completion status returned from msdev.exe.
D:\opt\xampp>
As you can see, this is not working. Anybody ever see this issue or have an idea on how to fix/work around it? Are there log files I should be looking into?