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

CI: Example project: compile C test program on Windows #128

Open
mgeier opened this issue Oct 16, 2020 · 2 comments
Open

CI: Example project: compile C test program on Windows #128

mgeier opened this issue Oct 16, 2020 · 2 comments

Comments

@mgeier
Copy link
Contributor

mgeier commented Oct 16, 2020

This was done in #122 for Linux and macOS, but not for Windows.

Currently, a Makefile is used, but probably something else is needed on Windows ...

@mgeier
Copy link
Contributor Author

mgeier commented Nov 28, 2020

Since #142, there is a test with inline-c that also runs on Windows.

This is good, but I don't think this reflects typical use, because the library is "installed" in some obscure directory that's only known to cargo.

I think it would be very helpful to show an example usage that's closer to how it would be actually used on Windows.

Sadly, I have no clue how things are normally done on Windows, so I cannot give a concrete suggestion ...

@mgeier
Copy link
Contributor Author

mgeier commented Jun 5, 2021

There is a (draft) PR #194 that tries to compile the example project with MSYS2 on Windows.

It would still be great to have a "native" Windows example (e.g. using MSVC).

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

2 participants