[Webkit-unassigned] [Bug 29244] New: [GTK] Linking fails with unreferenced symbols error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 07:17:12 PDT 2009


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

           Summary: [GTK] Linking fails with unreferenced symbols error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: amd at store20.com


When configuring with --enable-debug. Linking fails with following errors:
[snip]
make  all-am
make[1]: Entering directory `/home/plaes/code/WebKit/WebKitBuild'
/bin/mkdir -p ./.deps/DerivedSources
  CCLD   Programs/GtkLauncher
./.libs/libwebkit-1.0.so: undefined reference to `findEntity(char const*,
unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findColor(char const*,
unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findProp(char const*,
unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findValue(char const*,
unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findDoctypeEntry(char const*,
unsigned int)'
collect2: ld returned 1 exit status
make[1]: *** [Programs/GtkLauncher] Error 1
make[1]: Leaving directory `/home/plaes/code/WebKit/WebKitBuild'
make: *** [all] Error 2
[/snip]

All these symbols come from files that are autogenerated using gperf.

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