Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building for Windows #256

Open
dolph1nn opened this issue Jun 19, 2024 · 0 comments
Open

Building for Windows #256

dolph1nn opened this issue Jun 19, 2024 · 0 comments

Comments

@dolph1nn
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant