[webkit-dev] WebKit-r33371 compilation error against Qtopia Phone Edition 4.3.1

Tor Arne Vestbø tor.arne.vestbo at trolltech.com
Wed May 14 03:20:07 PDT 2008


George wrote:
> But now, another error is when compiling QtLauncher. The reason is maybe
> the library path or header file path setting. Any comment will be highly
> apreciated.

Seems to be a library path problem, are you sure you built WebKit in
release mode? All the missing symbols should be in libQtWebKit.so

Here's my linker cmd, if it helps:

g++ -Wl,-rpath,/home/tavestbo/dev/webkit/trunk/WebKitBuild/Debug/lib
-Wl,-rpath,/home/tavestbo/dev/qt/main/lib -o ../../../bin/QtLauncher
main.o    -L/home/tavestbo/dev/webkit/trunk/WebKitBuild/Debug/lib
-L/home/tavestbo/dev/qt/main/lib -lQtWebKit
-L/home/tavestbo/dev/qt/main/lib -pthread -pthread -L/usr/X11R6/lib
-pthread -pthread -pthread -pthread -lQtUiTools -lQtXml -pthread
-pthread -pthread -pthread -lQtGui -pthread -pthread -pthread -pthread
-lpng -lSM -lICE -pthread -pthread -lXi -lXrender -lXrandr -lfreetype
-lfontconfig -lXext -lX11 -lQtCore -pthread -lz -lm -pthread
-lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread

Tor Arne



More information about the webkit-dev mailing list