[cmake-developers] [PATCH 2/2] FindwxWidgets.cmake: Resolve CygWin/MSYS paths to Windows paths

Greg Jung gvjung at gmail.com
Tue Feb 16 13:42:57 EST 2016


>
> A true MinGW wx-config should report Windows paths.


Good point, which is why modifying wx-config is done.
 MSYS/configure ... will build wx as if it knows nothing about
windows' paths and the wx-config output works as it should,
it is an MSYS weakness that fails in one aspect downstream
(I forget exactly what), the workaround is to make the paths
come out of wx-config in DOS format. Since this workaround
 wasn't implemented until the more recent msys2 package builds
(which are compiled with a different compiler - worse possible headaches),
Simon worked a cmake fix.  For my usage I've been editing wx-config.

On Tue, Feb 16, 2016 at 10:22 AM, Brad King <brad.king at kitware.com> wrote:

> On 02/16/2016 01:16 PM, Greg Jung wrote:
> > Simon is working on MSYS2 for a mingw build.  The MSYS2-native CMake
> > is a different beast, and wouldn't be producing mingw programs.
>
> Okay, then why do we need to support a MSYS2-native `wx-config` tool?
> A true MinGW wx-config should report Windows paths.
>
> -Brad
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20160216/efad939d/attachment.html>


More information about the cmake-developers mailing list