I recently installed bzr from the MSYS2 repo instead of using the Windows binaries distributed by the Bazaar project and ran into this strange error when I went to build KiCad which uses CMake to create the MSYS make files:
bzr: ERROR: Invalid url supplied to transport: "file://E%3A/msys64/home/Wayne/src/kicad/product/.downloads-by-cmake/boost_1_54_0/src/boost/": local urls must start with file:/// or file://localhost/ It appears that msys2 version of bzr or possibly cmake is making a strange Window path substitution. The : is shown as %3A which causes bzr to choke and the build to fail. When I uninstall the MSYS2 version of bzr and go back to the original Windows binaries everything works fine. I am using msys64 and building with mingw64. Any ideas? Thanks, Wayne ------------------------------------------------------------------------------ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
