zeromq.js icon indicating copy to clipboard operation
zeromq.js copied to clipboard

pgm/epgm support

Open pesi- opened this issue 6 years ago • 3 comments

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

pesi- avatar Nov 04 '19 09:11 pesi-

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.

rolftimmermans avatar Nov 04 '19 19:11 rolftimmermans

+1 It would be nice

amunhoz avatar Nov 11 '20 20:11 amunhoz

+1

xpepermint avatar Jan 22 '21 17:01 xpepermint