Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Windows build fails #127

Open
hbgl opened this issue Jan 18, 2020 · 2 comments · May be fixed by #128
Open

Windows build fails #127

hbgl opened this issue Jan 18, 2020 · 2 comments · May be fixed by #128
Labels
bug Something isn't working

Comments

@hbgl
Copy link

hbgl commented Jan 18, 2020

Describe the bug
The library does not build under Windows.

error[E0432]: unresolved import windows
--> %userprofile%.cargo\registry\src\github.com-1ecc6299db9ec823\libzmq-sys-0.1.7+4.3.2\src\errno.rs:6:5
|
6 | use windows::errno;
| ^^^^^^^ use of undeclared type or module windows

To Reproduce
Add dependency to libzmq to cargo.toml and run cargo build on a Windows machine.

Platform:

  • OS: Win 10
  • API Version 0.2.1
@hbgl hbgl added the bug Something isn't working label Jan 18, 2020
@jean-airoldie jean-airoldie linked a pull request Jan 18, 2020 that will close this issue
@jean-airoldie
Copy link
Owner

I don't own a windows machine to test this on but checkout #128 and tell me if this compile.

@hbgl
Copy link
Author

hbgl commented Jan 18, 2020

Thanks for your quick response. I'll be commenting in #128

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants