Error while building WebKit Gdk on Mac OS X
Hi All, I am trying to build WebKit Gdk on Mac OS 10.4.9 (Tiger) PowerPC with Gcc version 4.0.1 I have downloaded the WebKit code from http://webkit.org/building/checkout.html To build WebKit Gdk, i am using the build instructions as given in http://trac.webkit.org/projects/webkit/wiki/BuildingGdk I have installed the listed dependent packages and Qmake. I am using the command WebKit/WebKitTools/Scripts$ ./build-webkit --gdk to build Gdk. While building i am getting the following error... ld: Undefined symbols: __ZN7WebCore9CSSParser3lexEv /usr/bin/libtool : internal link edit command failed make[1]: *** [../lib/libWebKitGdk.1.0.0.dylib] Error 1 make: *** [sub-WebCore-make-default-ordered] Error 2 Can anyone please help me in resolving this error and building Gdk? Thanks, Shriram
Am 27.08.2007 um 11:21 schrieb Shriram Bhat:
ld: Undefined symbols: __ZN7WebCore9CSSParser3lexEv /usr/bin/libtool : internal link edit command failed make[1]: *** [../lib/libWebKitGdk.1.0.0.dylib] Error 1 make: *** [sub-WebCore-make-default-ordered] Error 2
Hi Shriram, I always forget but you miss at least one of { flex, bison, gperf }. It can't be flex as it is installed by the SDK, this probably leaves bison... Afterwards you should remove the WebKitBuild directory and start from scratch. z.
Hi Holger, Thanks for your reply. I verified the installed packages. I have installed flex, bison, gperf. Bison installed is version 2.3 But still i am getting the same error while building, Same error appeared on Mac Intel 10.4.7 with Gcc version 4.0.1 also. Did i miss any step in building? I am using the command build-webkit --gdk to build. Thanks, Shriram On 8/27/07, Holger Freyther <zecke@selfish.org> wrote:
Am 27.08.2007 um 11:21 schrieb Shriram Bhat:
ld: Undefined symbols: __ZN7WebCore9CSSParser3lexEv /usr/bin/libtool : internal link edit command failed make[1]: *** [../lib/libWebKitGdk.1.0.0.dylib] Error 1 make: *** [sub-WebCore-make-default-ordered] Error 2
Hi Shriram,
I always forget but you miss at least one of { flex, bison, gperf }. It can't be flex as it is installed by the SDK, this probably leaves bison...
Afterwards you should remove the WebKitBuild directory and start from scratch.
z. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev
participants (2)
-
Holger Freyther
-
Shriram Bhat