This question would be more appropriate for the MSYS2 mailing list. The mingw-w64 project doesn't really do anything with Posix paths as far as I know.
MSYS2 comes with a utility named cygpath that you can use. Run `cygpath -w NAME`. cygpath is a command-line utility in /usr/bin that you can run the same way you would run any other command-line utility. The output will be a Windows-style path corresponding to the NAME argument you passed. Also, if you're passing paths to your program on the command line or with environment variables in an MSYS2 shell, MSYS2 usually does a pretty good job at converting those to Windows-style paths. --David Grayson On Sat, Nov 28, 2020 at 10:47 AM D G <[email protected]> wrote: > > Hi everybody, > > mingw64 qt5 is not posix path aware. > > /home/didier means according to it, C:\home\didier. > > I don't know how to convert it with the msys64 prefix, added. > > May you help me ... > > Thank you a lot > > cheers > Didier. > > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public > _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
