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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 09:25:37 PST 2010


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


Clemmitt Sigler <cmsigler at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmsigler at gmail.com




--- Comment #2 from Clemmitt Sigler <cmsigler at gmail.com>  2010-02-01 09:25:36 PST ---
(In reply to comment #0)
> already second week, after
> 
...
>   CC     WebKitTools/GtkLauncher/Programs_GtkLauncher-main.o
>   CCLD   Programs/GtkLauncher
> ./.libs/libwebkit-1.0.so: undefined reference to
> `WebCore::RenderMathMLBlock::RenderMathMLBlock(WebCore::Node*)'
> collect2: ld returned 1 exit status
> make[1]: *** [Programs/GtkLauncher] Error 1
> make[1]: Leaving directory `/home/marina/src/WebKit'
> make: *** [all] Error 2

I can confirm this build error.  Specifics:

- Gentoo 10.0/current on amd64 (x86_64) platform (this is wholly independent of
marinalan's Fedora 12 dist., FWIW)
- svn update run, updated to revision r54134
- Ran the following:
   $ make distclean
   $ ./autogen.sh --enable-mathml
   $ ./configure --enable-mathml
   $ make
- Identical build error as reported by marinalan
- Building without --enable-mathml succeeds

In inspecting my local dir tree after the build failed, I see that neither
WebCore/mathml/RenderMathMLBlock.cpp nor WebCore/mathml/MathMLTextElement.cpp
is being built.

I have little experience in working with autoconf/automake, but I'm trying to
find where the build configuration problem lies.  I think it's in
WebCore/GNUmakefile.am.  Will report back if I find a fix for the build error
I'm experiencing.

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