Changes between Version 49 and Version 50 of BuildingOnWindows
- Timestamp:
- Dec 17, 2010, 7:48:19 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v49 v50 69 69 You need to rebase some DLLs. Do the following: 70 70 71 1. Create a /tmp/rebasephp file containing the following lines (with a blank line at the end):72 {{{73 /usr/bin/74 /path/to/LayoutTests/http/conf/libphp4.dll75 /usr/lib/apache/libphp4.dll76 }}}77 71 1. From a Cygwin terminal, run: 78 72 {{{ 79 find /bin -iname '*.dll' >> /tmp/rebasephp73 find /bin /usr/bin /lib /usr/lib "$(realpath WebKit/OpenSource/LayoutTests/http/conf)" \( -iname cyglsa64.dll -o -iname cygwin1.dll \) -o -iname '*.dll' -print > /tmp/rebaselist 80 74 }}} 81 75 1. Kill all Cygwin processes 82 76 1. Run the following command via `Start > Run`: 83 77 {{{ 84 c:\cygwin\bin\ash -c "/bin/rebaseall -T /tmp/rebase php"78 c:\cygwin\bin\ash -c "/bin/rebaseall -T /tmp/rebaselist" 85 79 }}} 86 80