Bug 29778 - Cannot build WebKit with --enable-debug
Summary: Cannot build WebKit with --enable-debug
Status: RESOLVED DUPLICATE of bug 29244
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-27 02:02 PDT by ojab
Modified: 2009-09-27 04:19 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ojab 2009-09-27 02:02:14 PDT
Linux x86_64, gcc-4.4.1, binutils 2.19.1.

./configure --enable-debug leads to error:

/bin/mkdir -p ./.deps/DerivedSources
  CCLD   Programs/GtkLauncher
./.libs/libwebkit-1.0.so: undefined reference to `findDoctypeEntry(char const*, unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findEntity(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 `findColor(char const*, unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findProp(char const*, unsigned int)'
collect2: ld returned 1 exit status
make[1]: *** [Programs/GtkLauncher] Error 1
make[1]: Leaving directory `/sources/WebKit'


./configure without parameters builds fine.
Comment 1 Jan Alonzo 2009-09-27 04:19:15 PDT

*** This bug has been marked as a duplicate of bug 29244 ***