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 _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

