RESOLVED FIXED 152145
[Win] Support building under Cygwin or native Perl
https://bugs.webkit.org/show_bug.cgi?id=152145
Summary [Win] Support building under Cygwin or native Perl
Brent Fulgham
Reported 2015-12-10 10:05:46 PST
We can get build failures if a DOS instance is used to drive a build from Cygwin Perl because the "auto-version.pl" script attempts to apply abs_path to the DOS path, resulting in an invalid mixture of DOS and UNIX paths. Instead, when we are running under Cygwin we should make sure the root path we use is in the correct UNIX form.
Attachments
Patch (1.44 KB, patch)
2015-12-10 10:14 PST, Brent Fulgham
ddkilzer: review+
Brent Fulgham
Comment 1 2015-12-10 10:07:52 PST
Brent Fulgham
Comment 2 2015-12-10 10:14:43 PST
David Kilzer (:ddkilzer)
Comment 3 2015-12-10 10:28:11 PST
Comment on attachment 267113 [details] Patch r=me. Too bad this isn't very testable (since the test would only work on cygwin) since we have some autoversion.pl tests in Tools/Scripts/webkitperl/auto-version_unittest/.
Brent Fulgham
Comment 4 2015-12-10 17:21:48 PST
Note You need to log in before you can comment on or make changes to this bug.