Hello, I'm Malsha Ranawaka, a computer engineering undergraduate from University of Moratuwa, Sri Lanka. I'm interested in contributing to servo as part of Outreachy Round 14.
I'm trying to build the servo project in Windows using MSYS (Mingw). I followed the steps in Github, however it gives an error when executing the command for building the project. The error details are as follows: Command executed: ./mach build --dev Error : ./mach: line 9: exec: python: cannot execute: Is a directory Line 9 in .mach file in project: ''':' && if [ ! -z "$MSYSTEM" ] ; then exec python "$0" "$@" ; else which python2.7 > /dev/null 2> /dev/null && exec python2.7 "$0" "$@" || exec python "$0" "$@" ; fi How can I solve this error? Any help would be greatly appreciated. Thank you. Regards, Malsha Ranawaka _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo