[Webkit-unassigned] [Bug 61092] [Qt] Fix build after 79407

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 14:53:37 PDT 2011


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


Alexis Menard <alexis.menard at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexis.menard at openbossa.org




--- Comment #9 from Alexis Menard <alexis.menard at openbossa.org>  2011-05-23 14:53:36 PST ---
(In reply to comment #8)
> (From update of attachment 94094 [details])
> It's a gentoo issue, they remove the headers generated by Qt on Linux.
> 
> http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.3.ebuild?view=markup
> 
> For sure we could fix the compilation, but with the features combination being exponential we could easily fall into a trap like that (not necessarily because of Mac related stuff). I'd say that we should fix the code and also ask them to remove that kind of hack (couple of kbs on drive is no big deal nowadays).

Perhaps what I want to be clear with is that we don't want to end up doing :

#if FEATURE A

#endif

#if FEATURE B

#endif

because it could be just exponential. So let's fix that one and ask gently gentoo to remove that kind of practice, it's not good.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list