Changes between Version 61 and Version 62 of BuildingOnWindows


Ignore:
Timestamp:
Jun 12, 2013 3:48:13 PM (11 years ago)
Author:
roger_fong@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v61 v62  
    5454}}}
    5555then you must install Safari 4.0.4 or greater.
    56 
    57 === Error launching Apache from run-webkit-tests on Vista/7, or other errors that mention the word "remap" ===
    58 You need to rebase some DLLs. Do the following:
    59 
    60  1. From a Cygwin terminal, run:
    61 {{{
    62 find /bin /usr/bin /lib /usr/lib "$(realpath WebKit/LayoutTests/http/conf)" \( -iname cyglsa64.dll -o -iname cygwin1.dll \) -o -iname '*.dll' -print > /tmp/rebaselist
    63 }}}
    64  1. Kill all Cygwin processes
    65  1. Run the following command via `Start > Run`:
    66 {{{
    67 c:\cygwin\bin\ash -c "/bin/rebaseall -T /tmp/rebaselist"
    68 }}}
    6956
    7057=== Debugging information cannot be found ===