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 Crosscompilation for Windows on Linux #1432

Closed

Conversation

ernstblechaPT
Copy link

During compilation the build-script looks for libRpcRT4.dll, this file can not be found if the host system has a case-sensitve file system (e.g. Linux) and the case does not match (e.g. mingw32-64 provides librpcrt4.dll)

@ernstblechaPT
Copy link
Author

Is there anything I can do to fix the failing AppVeyor build?

@Aposhian
Copy link

I overlooked this PR, but added the same change here, along with some other fixes: #1453

During compilation the build-script looks for libRpcRT4.dll, this file can not be found if the host system has a case-sensitve file system (e.g. Linux) and the case does not match (e.g. mingw32-64 provides librpcrt4.dll)

Signed-off-by: Ernst Blecha <[email protected]>
icraggs added a commit that referenced this pull request Dec 27, 2024
icraggs added a commit that referenced this pull request Dec 27, 2024
@icraggs
Copy link
Contributor

icraggs commented Dec 27, 2024

Thank you. I've added the changes as a different commit because CMakeLists.txt had changed quite a bit and the merge was unnecessarily complicated. I've acknowledge the additional author in the commit message.

@icraggs icraggs closed this Dec 27, 2024
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.

4 participants