[webkit-help] webkit-help Digest, Vol 8, Issue 30

Wadii Guedria wadii.gd at gmail.com
Thu Feb 25 08:31:24 PST 2010


Hi All,

I this error and I really didn't understand what's the cause.
obj/release/PluginHalter.o: file not recognized: File truncated
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [../lib/libQtWebKit.so.4.6.2] Erreur 1

make: *** [sub-WebCore-make_default-ordered] Erreur 2


Thx

2010/2/24 <webkit-help-request at lists.webkit.org>

> Send webkit-help mailing list submissions to
>        webkit-help at lists.webkit.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
> or, via email, send a message with subject or body 'help' to
>        webkit-help-request at lists.webkit.org
>
> You can reach the person managing the list at
>        webkit-help-owner at lists.webkit.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of webkit-help digest..."
>
>
> Today's Topics:
>
>   1. building Qt port on Linux (wadii guedria)
>   2. Re: building Qt port on Linux (Ariya Hidayat)
>   3. how to get the word under the mouse? (baizhenxuan)
>   4. Re: building Qt port on Linux (wadii guedria)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 23 Feb 2010 16:29:06 +0100
> From: wadii guedria <wadii.gd at gmail.com>
> To: webkit-help at lists.webkit.org
> Subject: [webkit-help] building Qt port on Linux
> Message-ID:
>        <62af62821002230729n4303b448lc64bb8e8f916e6dd at mail.gmail.com>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi All,
>
> I a beginner in WebKit and I am trying to build the Qt port on Linux
> (Fedora
> 6)
> I downloaded the required dependencies, but I still have errors during the
> building :
>
>
> ../../../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:34: erreur: expected
> constructor, destructor, or type conversion before ?namespace?
> make[1]: *** [obj/release/pcre_compile.o] Erreur 1
> make[1]: quittant le r?pertoire ? /root/WebKit/WebKitBuild/Release/WebCore
> ?
> make: *** [sub-WebCore-make_default-ordered] Erreur 2
>
> Could you help me.
> Thanks in advance
>
> Wadii Guedria
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.webkit.org/pipermail/webkit-help/attachments/20100223/727c66da/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Tue, 23 Feb 2010 07:50:05 -0800
> From: Ariya Hidayat <ariya.hidayat at gmail.com>
> To: webkit-help at lists.webkit.org
> Subject: Re: [webkit-help] building Qt port on Linux
> Message-ID:
>        <ba035dd11002230750m40ddfd50p9706e5d12874c4cc at mail.gmail.com>
> Content-Type: text/plain; charset=windows-1252
>
> > ../../../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:34: erreur: expected
> > constructor, destructor, or type conversion before ?namespace?
> > make[1]: *** [obj/release/pcre_compile.o] Erreur 1
> > make[1]: quittant le r?pertoire ?
> /root/WebKit/WebKitBuild/Release/WebCore ?
> > make: *** [sub-WebCore-make_default-ordered] Erreur 2
>
> You must have an outdated WebKit, that file does not exist anymore.
>
> Did you follow https://trac.webkit.org/wiki/BuildingQtOnLinux?
>
> Did you check out the code using e.g.
> https://trac.webkit.org/wiki/UsingGitWithWebKit?
>
>
>
> --
> Ariya Hidayat
> http://www.linkedin.com/in/ariyahidayat
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 24 Feb 2010 16:20:12 +0800
> From: baizhenxuan <baizhenxuan at gmail.com>
> To: webkit-help at lists.webkit.org
> Subject: [webkit-help] how to get the word under the mouse?
> Message-ID: <4B84E13C.9070606 at gmail.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Hi,
> i want to get the word under the mouse through javascript,but i cannot
> find any helpful api.
> in firefox, mouseEvent has property rangeParent and rangeOffset that
> help me to get the word under the mouse, but in webkit, i can only find
> which node under the mouse ,cannot find any position information inside
> the text node. for example, in the following html, i can only find the
> mouse stay on a HTMLDivElement and it's content is " Ap The ...", what i
> want is which word the mouse stay on.
> <div>
> AP The measure cleared a key hurdle on Monday when the Senate's newest
> Republican
> </div>
>
>
>  Best Regards,
>  baizhenxuan
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 24 Feb 2010 12:44:20 +0100
> From: wadii guedria <wadii.gd at gmail.com>
> To: webkit-help at lists.webkit.org
> Subject: Re: [webkit-help] building Qt port on Linux
> Message-ID:
>        <62af62821002240344j441e92e8v45f7eaa9ae4ddd65 at mail.gmail.com>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi,
>
> Thx for your help but the error message is the same. I think it's due to my
> old fedora version (fc 6) because I found difficulties to download the
> appropriate packages. I will try with a newer version.
> My goal is to embed WebKit on a Set Top Box (STB). So I am wondering if
> someone has some documentation about WebKit global architecture (not for
> Mac
> OS) And what type of porting on the STB is better (Qt or GTK) ?
> Any documents or suggestions are welcome.
>
> Thank you
> Wadii Guedria
>
> 2010/2/23 wadii guedria <wadii.gd at gmail.com>
>
> > Hi All,
> >
> > I a beginner in WebKit and I am trying to build the Qt port on Linux
> > (Fedora 6)
> > I downloaded the required dependencies, but I still have errors during
> the
> > building :
> >
> >
> > ../../../JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h:34: erreur: expected
> > constructor, destructor, or type conversion before ?namespace?
> > make[1]: *** [obj/release/pcre_compile.o] Erreur 1
> > make[1]: quittant le r?pertoire ?
> /root/WebKit/WebKitBuild/Release/WebCore
> > ?
> > make: *** [sub-WebCore-make_default-ordered] Erreur 2
> >
> > Could you help me.
> > Thanks in advance
> >
> > Wadii Guedria
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.webkit.org/pipermail/webkit-help/attachments/20100224/ae3caa05/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
> End of webkit-help Digest, Vol 8, Issue 30
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100225/35f8ed0a/attachment.html>


More information about the webkit-help mailing list