On Tuesday 08 July 2008 16:26:27 Ye Xu wrote: > > If you run ldd arora it will tell you which library Arora is linked > > against. > > get into the arora building path > "ldd arora" give back the following output, it seems that it still use the > system libs, so how can I solve the problem? maybe manuelly replace that > /usr/lib/libqtwebkit.so.4 with the trunk compiled version? > > [EMAIL PROTECTED]:~/build/arora$ ldd arora > > > linux-vdso.so.1 => (0x00007fff133fe000) > > *libQtWebKit.so.4 => /usr/lib/libQtWebKit.so.4 (0x00007f460a4c7000)*
Looks like it is still using the old Makefile. Run 'make distclean' and then qmake (qmake-qt4 on Debian) and then make. You shouldn't need to replace the system libraries. -Benjamin Meyer P.S. You can join the arora room on irc.freenode for faster question turnaround :)
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

