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

pgm/epgm support #351

Open
pesi- opened this issue Nov 4, 2019 · 3 comments
Open

pgm/epgm support #351

pesi- opened this issue Nov 4, 2019 · 3 comments

Comments

@pesi-
Copy link

pesi- commented Nov 4, 2019

Hello!
The prebuild version seems to be compiled without the --with-pgm config option. I tried to migrate my app from zeromq.node (zmq) to zeromq.js, but get an error now that the pgm protocoll is not supported. I tried to compile libzmq by myself (on windows with cmake and VS2019) with no luck.
Seems that the latest version of (prebuild) openpgm is build with toolset version 110 (VS2012!).
Is there a possibility to get pgm support for prebuild versions or does any one know where i can get a prebuild version of libzmq with pgm/epgm config on, so that i can use it with --zmq-external install option.
Thx in advance!
Best regards
Peter

@rolftimmermans
Copy link
Member

I'm not sure if there is any downside to including OpenPGM by default, but from a quick glance it seems like libzmq expects to link to it as a shared library... Which would implicate that you need to have it installed on your system and compile libzmq yourself.

I'm not aware of any prebuilt binaries with OpenPGM included unfortunately.

@amunhoz
Copy link

amunhoz commented Nov 11, 2020

+1
It would be nice

@xpepermint
Copy link

+1

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

No branches or pull requests

4 participants