I just tried using the prebuilt packages of ZMQ/4.1.1@memsharded/stable and got the following message: LINK : fatal error C1900: Il mismatch between 'P1' version '20150812' and 'P2' version '20130802'.
Here are my build settings:
Package_ID: 63da998e3642b50bee33f4449826b2d623661505
[options]
shared: False
[settings]
arch: x86_64
build_type: Release
compiler: Visual Studio
compiler.runtime: MD
compiler.version: 14
os: Windows
When I rebuilt everything by using --build ZMQ everything went fine. The error seems to be related to static libs not matching each other (some thing with the compiler flag /GL as far as I found out).
Leaving this here so if someone else encounters this he'll get some more information than I got.
I just tried using the prebuilt packages of
ZMQ/4.1.1@memsharded/stable
and got the following message:LINK : fatal error C1900: Il mismatch between 'P1' version '20150812' and 'P2' version '20130802'
.Here are my build settings:
When I rebuilt everything by using
--build ZMQ
everything went fine. The error seems to be related to static libs not matching each other (some thing with the compiler flag /GL as far as I found out).Leaving this here so if someone else encounters this he'll get some more information than I got.