Stephen Leake <[email protected]> writes: > I had the same problem in msys; I solved it with a sed script: > > $ sed -i 's#\\\(.\)#/\1#g' Makefile > > But that is broken in msys2: > > /usr/bin/sed: -e expression #1, char 11: Unmatched ( or \(
I found a workaround; use Cygwin bash, Cygwin sed to run this command. Then the msys64 'make install' succeeds. -- -- Stephe ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
