| Summary: | When using cargo for compilation, the C++ standard lib is incorrect on Windows when linking but not compiling. | ||
|---|---|---|---|
| Product: | [Unmaintained] rust-qt-binding-generator | Reporter: | jacobjm18 |
| Component: | general | Assignee: | Jos van den Oever <jos> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://commits.kde.org/rust-qt-binding-generator/89c86642f8e39c1906da72333b431e72ba8dc268 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
jacobjm18
2018-10-28 02:49:37 UTC
Git commit 89c86642f8e39c1906da72333b431e72ba8dc268 by Jos van den Oever. Committed on 28/10/2018 at 21:05. Pushed by vandenoever into branch 'master'. Print the c++ library that cargo should link against This is used when calling "cargo build" when no actual recompile is needed. M +19 -1 src/build.rs https://commits.kde.org/rust-qt-binding-generator/89c86642f8e39c1906da72333b431e72ba8dc268 Thank you for the bug report and pointer. Commit 89c86642f8e39c1906da72333b431e72ba8dc268 should fix it. rust-qt-binding-generator is no longer maintained, please try more recent alternatives like https://github.com/KDAB/cxx-qt/ |