MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014605 | CMake | CMake | public | 2013-11-28 03:50 | 2014-06-02 08:37 |
|
Reporter | Flynn Marquardt | |
Assigned To | Brad King | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | CMake 2.8.12 | |
Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | |
|
Summary | 0014605: Cross compiling/linking with MSVC on linux using wine fails |
Description | On posix platforms return values are limited to a range from 0 to 255. Cross compiling/linking with MSVC on linux/wine leads to a misinterpretation of the return value 1090650113 of mt.exe.
The supplied patch solves this.
The original problem was not detected and solved by me, it was taken from https://code.google.com/p/wrapmsvc/. [^] |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | cmake-mt-return-value.patch (472) 2013-11-28 03:50 https://public.kitware.com/Bug/file/4983/cmake-mt-return-value.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2013-11-28 03:50 | Flynn Marquardt | New Issue | |
2013-11-28 03:50 | Flynn Marquardt | File Added: cmake-mt-return-value.patch | |
2013-12-02 10:20 | Brad King | Note Added: 0034670 | |
2013-12-02 10:20 | Brad King | Assigned To | => Brad King |
2013-12-02 10:20 | Brad King | Status | new => resolved |
2013-12-02 10:20 | Brad King | Resolution | open => fixed |
2013-12-02 10:20 | Brad King | Fixed in Version | => CMake 3.0 |
2013-12-02 10:20 | Brad King | Target Version | => CMake 3.0 |
2014-06-02 08:37 | Robert Maynard | Note Added: 0036046 | |
2014-06-02 08:37 | Robert Maynard | Status | resolved => closed |