From: Arjen M. <Arj...@de...> - 2017-05-09 09:43:08
|
Hi Alan, > -----Original Message----- > From: Alan W. Irwin [mailto:ir...@be...] > Sent: Tuesday, May 09, 2017 9:50 AM > > Hi Arjen: > > The diff executable from the MinGW-w64/MSYS2 Unix tools should "just work" if > run from a bash script (as in comprehensive testing, ctest, > etc.) Is the issue simply that our build system is finding something other than > /usr/bin/diff.exe from the MinGW-w64/MSYS2 diffstat package? > > If the issue is more complicated than that, please send me the relevant report > tarball. > That is what I expect too, but CMake (being the "bare Windows" version, not the MinGW-w64/MSYS2 one) picks up an executable by that very name, which is almost but not quite unrelated to the diff utility we want. (It comes with Subversion.) So I have to instruct Windows-Cmake to use a MinGW-w64/MSYS2-utility. Regards, Arjen DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. |