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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 09:42:24 PST 2012


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





--- Comment #6 from Tor Arne Vestbø <vestbo at webkit.org>  2012-02-21 09:42:24 PST ---
(In reply to comment #4)
> OK. And how can we fix it? 

It appears your .d files are not placed at the same path as the .o files, which should be the effect of passing -MD to gcc. Can you try this and verify that the .o and .d both end up in obj?

mkdir -p obj && touch foo.cpp && gcc -c foo.cpp -o obj/foo.o -MD && ls obj

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