Re: Python Build Error/ First time trying to build

2017-07-28 Thread Gregory Szorc
There are typically a few hundred commits to Firefox every day. Chances are an `hg pull` + `hg update` will pick up something new every time you do it. On Sat, Jul 22, 2017 at 6:59 AM, Brian Shreve wrote: > Ok, it is building right now. It got past the part where I was receiving > the error. W

Re: Python Build Error/ First time trying to build

2017-07-22 Thread Brian Shreve
Ok, it is building right now. It got past the part where I was receiving the error. We will see if it finishes. When I did hg pull, it updated some files it looks like. I just cloned this respository yesterday, can you explain why it still needed to do that? Thank you so much for your help.

Re: Python Build Error/ First time trying to build

2017-07-21 Thread Gregory Szorc
That error shouldn't occur if the repository and your checkout is in a good state. Maybe do an `hg pull` and `hg up` and try again. And verify `hg status` says no files are missing. On Fri, Jul 21, 2017 at 6:46 PM, Brian Shreve wrote: > Thanks for responding. I am doing this on a Surface Pro, Wi

Re: Python Build Error/ First time trying to build

2017-07-21 Thread Brian Shreve
Thanks for responding. I am doing this on a Surface Pro, Windows 10 Pro, 64 bit. I already had Visual Studio 2015 update 3, so I used this, and downloaded the Cumulative Service Release. I then downloaded Rust and the Mozilla/Build Package. I the opened the start-shell-msvc2015.bat. Added the l

Re: Python Build Error/ First time trying to build

2017-07-21 Thread L. David Baron
In addition to describing the error you're seeing, it may also help if you describe what you did that led to that error (such as what instructions you followed or what commands you used). -David On Friday 2017-07-21 17:16 -0700, Brian Shreve wrote: > I was hoping to get some advice of how to fix