Skip to content

Building for Windows #256

@dolph1nn

Description

@dolph1nn

Hi,
I'm having issues building this library for windows, wondering if I'm doing something wrong or if Windows is just an unsupported platform.
I can install libzmq using cmake and then MSBuild, but when adding zmqpp into the mix I get these errors on the generate step:
image

(and more).
I've also tried manually building libzmq and installing it but then zmqpp isn't able to find the library files, as it expects them to be called "libzmq.lib" and the installed files have a suffix at the end. I then tried renaming the files/etc but that just leads to compile time errors.
I'll post a screenshot of the compile time error tonight when I get home tonight.
I can build just fine on Ubuntu, but I'd like to have my program be cross-platform if possible.
This is on the master branch, Windows 10 and Visual Studio 22.
Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions