On 10/31/2014 12:58 PM, Paul Rouget wrote:
> On Windows, I have my own instance of cygwin, with the mintty terminal.
>
> To build, I need to use start-shell-msvc which starts a different terminal,
> a different shell, a different $HOME, and go to /c/cygwin/home/Paul/mozilla/
> and then run ./mach build.
>
> How can I build from my own instance of cygwin?
>
> I really don't know anything about how cygwin works, so I might be missing
> something obvious.
>
>
Note that mozilla-build does not use cygwin, it uses MSYS. The critical
difference there is that MSYS does automatic path translation between
cygwin-style paths (/c/foo) and Windows-style paths (c:/foo). We used to
support building under cygwin, and we had to do a mess of path
translation in the build sytem. We no longer support building on cygwin
primarily for this reason.

-Ted

_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to