[Webkit-unassigned] [Bug 35488] New: RenderMathMLUnderOver.cpp was not compiled for GTK version
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Feb 27 19:09:44 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35488
Summary: RenderMathMLUnderOver.cpp was not compiled for GTK
version
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: marinalan at shaw.ca
I did
svn update
./autogen.sh --enable-web-sockets --enable-mathml --enable-geolocation
--enable-3D-transforms --enable-filters
make
It finished with error message:
----------------------------------------------------
CCLD Programs/GtkLauncher
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::RenderMathMLUnderOver::RenderMathMLUnderOver(WebCore::Node*)'
collect2: ld returned 1 exit status
make[1]: *** [Programs/GtkLauncher] Error 1
make[1]: Leaving directory `/home/marina/src/WebKit'
--------------------------------------------
When I looked into directory WebCore/mathml/, I had seen such list of files:
------------------------------------------------
[marina at marina-home WebKit]$ ls WebCore/mathml/
libWebCore_la-MathMLElement.lo
MathMLInlineContainerElement.cpp
libWebCore_la-MathMLInlineContainerElement.lo
MathMLInlineContainerElement.h
libWebCore_la-MathMLMathElement.lo MathMLMathElement.cpp
libwebkit_1_0_la-MathMLElement.lo MathMLMathElement.h
libwebkit_1_0_la-MathMLInlineContainerElement.lo MathMLTextElement.cpp
libwebkit_1_0_la-MathMLMathElement.lo MathMLTextElement.h
libwebkit_1_0_la-MathMLTextElement.lo mathtags.in
libwebkit_1_0_la-RenderMathMLBlock.lo RenderMathMLBlock.cpp
mathattrs.in RenderMathMLBlock.h
MathMLElement.cpp RenderMathMLUnderOver.cpp
MathMLElement.h RenderMathMLUnderOver.h
--------------------------------------------------------------------------------------
I guess, RenderMathMLUnderOver.cpp was included into makefile to be compiled.
--
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