[Webkit-unassigned] [Bug 100693] building failed at WebKitWebProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 08:43:31 PDT 2012


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





--- Comment #2 from tjoen at dds.nl  2012-10-31 08:44:51 PST ---
$ ./autogen.sh --prefix=/usr --disable-static --disable-geolocation \
  --disable-webkit2 --with-gtk=3.0 --with-gstreamer=1.0
$ make
...
 make[1]: execvp: /bin/sh: Argument list too long
 make[1]: *** [libWebCore.la] Error 127

I did:
$ xargs --arg-file=myfile ./doltlibtool --silent --tag=CXX   --mode=link g++ -fvisibility-inlines-hidden -fno-rtti -Wno-c++0x-compat -O2   -o libWebCore.la

Again:
$ make
  CXXLD    Programs/unittests/testapplicationcache
./.libs/libwebkitgtk-3.0.so: undefined reference to
`WebCore::Editor::performDelete()'
[etc]

Searching in make -n I found still missing libWebCore.la in
./doltlibtool .. -o Programs/unittests/testapplicationcache ..

Editing that line and adding libWebCore.la before or after libwebkitgtk-3.0.la
results in the same error.

Searching in myfile (the file used for xargs above) I found: ...
Source/WebCore/editing/libWebCore_la-EditorCommand.lo Source/WebCore/editing/libWebCore_la-Editor.lo Source/WebCore/editing/libWebCore_la-FormatBlockCommand.lo ...

$ grep Editor .libs/libWebCore.a
[no results]

How can I find out if that .libs/libWebCore.a is built correctly?

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