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

Missing header files when cross compiling to windows #46

Open
Darksonn opened this issue Sep 12, 2018 · 0 comments
Open

Missing header files when cross compiling to windows #46

Darksonn opened this issue Sep 12, 2018 · 0 comments

Comments

@Darksonn
Copy link

When cross compiling to windows, you can run into problems if you depend on a package with C code, since when programming on windows the case of header files makes no difference but it does on windows.

I ran into this problem while using the nfs crate, which uses the header file ShObjIdl.h, but it is called shobjidl.h in the include files from the cross compiler. I believe it would be useful to add a note about this somewhere in the document.

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