Re: [dev-servo] Error while building servo in Windows

2017-03-17 Thread Jack Moffitt
How much RAM does your machine have? I assume you mean RAM and not disk space. Although if you are out of RAM it might start to use disk for swap and if there's not much left I can see how that would happen. Generally on linux/mac it has required 4GB of memory to compile Servo. If you have less th

Re: [dev-servo] Error while building servo in Windows

2017-03-17 Thread Malsha Ranawaka
Hello Jack, Thank you for the quick solution of using MSVC version, which worked. However unfortunately, compiling servo scripts utilizes 100% disk space (without any other application running), which causes the computer to get frozen. Is there any workaround to solve this and build the proje

Re: [dev-servo] Error while building servo in Windows

2017-03-16 Thread Jack Moffitt
It appears you do not have /c/Python27 in your path. Can you `echo $PATH` and see if it's missing? I would also suggest trying to build the MSVC version instead of the GNU toolchain version, but that also requires Python in the Windows path. jack. On Thu, Mar 16, 2017 at 8:07 AM, Malsha Ranawaka