Changes between Version 16 and Version 17 of BuildingCairoOnWindows


Ignore:
Timestamp:
Mar 29, 2011 8:10:11 PM (13 years ago)
Author:
bfulgham@webkit.org
Comment:

Add notes about Python module installation errors with NAT networking.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v16 v17  
    4141The best way to resolve this is to exit from the IDE, then relaunch.  This usually fixes the problem, though you may wish to clean and rebuild the JavaScriptCoreGenerated and WebCoreGenerated projects.
    4242
     43=== Problems with Python auto-update ===
     44You may encounter errors when the build environment attempts to install Python modules when running Cygwin in a Windows host OS inside a VMWare instance.  The errors will look like the following:
     45{{{
     46webkitpy.common.system.autoinstall: INFO     Auto-installing package: eliza.py
     47webkitpy.common.system.autoinstall: INFO         From: "http://www.adambarth.com
     48/webkit/eliza"
     49webkitpy.common.system.autoinstall: INFO           To: "/cygdrive/e/Projects/Web
     50Kit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/eliza.py"
     51Traceback (most recent call last):
     52  File "/cygdrive/e/Projects/WebKit/Tools/Scripts/test-webkitpy", line 266, in <
     53module>
     54    Tester().run_tests(sys.argv, external_package_paths)
     55  File "/cygdrive/e/Projects/WebKit/Tools/Scripts/webkitpy/test/main.py", line 1
     56}}}
     57
     58This seems to happen when running VMWare in NAT networking mode.  If you switch to Bridged networking, everything should work properly.
     59
    4360=== Visual C++ Express Edition ===
    4461{{{