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

fix mingw build #1453

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Aposhian
Copy link

This adds a few fixes for building with mingw_w64 to cross compile for Windows from Linux.

  • If poll is enabled, set minimum windows version to Windows Vista. This resolves invalid use of undefined type ‘struct pollfd’.
  • Defines _WINDOWS to make tests compile as is
  • Change rpcrt4 to be all lowercase to be compatible with mingw (since Windows is case-insensitive).

Starts to address: eclipse/paho.mqtt.cpp#123

Signed-off-by: Adam Aposhian <adam.aposhian@fireflyautomatix.com>
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

Successfully merging this pull request may close these issues.

None yet

1 participant