[Webkit-unassigned] [Bug 34387] GtkLauncher is not compiled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 10:18:03 PST 2010


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





--- Comment #3 from Clemmitt Sigler <cmsigler at gmail.com>  2010-02-01 10:18:02 PST ---
(In reply to comment #2)
> I can confirm this build error.  Specifics:
...
> Will report back if I find a fix for the build error
> I'm experiencing.

Yes, the problem is in WebCore/GNUmakefile.am.  It appears to me that when
r53764 (or r52721) was committed, GNUmakefile.am wasn't updated
correspondingly.  Here is a QnD patch:

=== Cut here -- START ===
--- WebCore/GNUmakefile.am.orig    2010-02-01 09:32:29.000000000 -0500
+++ WebCore/GNUmakefile.am    2010-02-01 12:20:18.000000000 -0500
@@ -2713,7 +2713,11 @@
     WebCore/mathml/MathMLInlineContainerElement.cpp \
     WebCore/mathml/MathMLInlineContainerElement.h  \
     WebCore/mathml/MathMLMathElement.cpp \
-    WebCore/mathml/MathMLMathElement.h
+    WebCore/mathml/MathMLMathElement.h \
+    WebCore/mathml/MathMLTextElement.cpp \
+    WebCore/mathml/MathMLTextElement.h \
+    WebCore/mathml/RenderMathMLBlock.cpp \
+    WebCore/mathml/RenderMathMLBlock.h

 webcore_built_sources += \
     DerivedSources/MathMLElementFactory.cpp \
=== Cut here -- END ===

I hope someone with commit privileges will be able to patch this into the
trunk.  TIA for your help, and for WebKit.

Clemmitt

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