[webkit-dev] how to build arora with latest qtwebkit

Benjamin Meyer benjamin.meyer at trolltech.com
Tue Jul 8 07:39:40 PDT 2008


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?
>
> seen at seen-desktop:~/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 :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.webkit.org/pipermail/webkit-dev/attachments/20080708/50afd492/attachment.bin 


More information about the webkit-dev mailing list