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

cross compilation to windows gets wrong TMsg size #13

Open
AvdN opened this issue Mar 23, 2019 · 0 comments
Open

cross compilation to windows gets wrong TMsg size #13

AvdN opened this issue Mar 23, 2019 · 0 comments

Comments

@AvdN
Copy link
Contributor

AvdN commented Mar 23, 2019

The current installer for windows is for zmq 4.0.4 which has 32 byte TMsg size.
When cross compiling (-d:mingw) the size of TMsg is determined compile time based on the locally installed zmq (on Linux, 4.2.0) which is 64 byte.

It should be possible to set the target zmq version number and/or set the TMsg size explicitly

This could be done from the commandline (-d..) or if possible from the importing .nim module (when compiled with -d:mingw)

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