[Webkit-unassigned] [Bug 133028] [GTK][META] Build break of 2.4.x under mingw32/msys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 17 17:51:33 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=133028

--- Comment #38 from LRN <lrn1986 at gmail.com> ---
(In reply to comment #36)
> Created attachment 251069 [details]
> preprocessor.pm / make_names.pl changes
> 
> I use this with webkit-2.4 branch at revision 182543

I've considered using it, but ended up using my own version in https://bugs.webkit.org/show_bug.cgi?id=143765

The reason is that looking for "gcc" in PATH might work (and does work for me personally), but only because mingw-gcc package provides "gcc.exe" as an alias for things like "i686-w64-mingw32-gcc-4.8.2.exe" (and more often than not the package maintainer has to make that alias deliberately, and if the package maintainer does not (by choice or omission), you won't have it). Doing such things in autotools-based build system, where configure script already detected correct $CC for us, is not a good strategy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150418/07b35567/attachment.html>


More information about the webkit-unassigned mailing list