[Webkit-unassigned] [Bug 121405] [GTK] Cannot find WebInspectorUI/UserInterface/Main.html referenced in GResourceBundle.xml

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 17 18:20:08 PDT 2013


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





--- Comment #6 from Gustavo Noronha (kov) <gns at gnome.org>  2013-09-17 18:19:15 PST ---
OK, I came up with a theory and it looks like it's correct: this only happens if you have srcdir == builddir (which is why we haven't noticed yet), and is caused by automake helpfully resolving the paths of the dependencies of a target, thus removing the useless ./ (that is $(srcdir), which is used to form $(WebInspectorUI)), but keeps that useless ./ in the actual WebInspectorUI variable, so my sed for normalizing the paths was not replacing anything in that case. Patch incoming, just testing with srcdir != builddir now.

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