memsharded / conan-zmq

ZeroMQ base C++ library conan package
MIT License
4 stars 5 forks source link

Error message "C1900: Il mismatch ..." #3

Open monsdar opened 8 years ago

monsdar commented 8 years ago

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.

memsharded commented 8 years ago

Any reason not to use the latest 4.1.5? https://www.conan.io/source/libzmq/4.1.5/memsharded/stable