The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14605 ====================================================================== Reported By: Flynn Marquardt Assigned To: ====================================================================== Project: CMake Issue ID: 14605 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-11-28 03:50 EST Last Modified: 2013-11-28 03:50 EST ====================================================================== Summary: 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/. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-11-28 03:50 Flynn MarquardtNew Issue 2013-11-28 03:50 Flynn MarquardtFile Added: cmake-mt-return-value.patch ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
