[Webkit-unassigned] [Bug 79102] [Qt] Incremental build problem revealed by r108345

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 01:47:51 PST 2012


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





--- Comment #8 from Csaba Osztrogonac <ossy at webkit.org>  2012-02-22 01:47:51 PST ---
We got it, unfortunately it is an icecc bug.

original command: gcc -c -MD x/y.c -o x/y.o
local preprocess: gcc -E -MD x/y.c
  --> It generates y.d into the current directory, 
      because icecc consumed the "-o x/y.o"

We need a nice workaround to make incremental build work again with icecream.

-- 
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