[webkit-dev] add new functions to WebCore

houda hocine houda.qt4 at gmail.com
Sun Dec 28 03:04:13 PST 2008


hi,

I added new functions to WebCore , i add a folder that contains two files .
cpp and two headers .h
But in compilation it show me this errors:

./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutresponse(WebCore::String, WebCore::String,
WebCore::ResourceRequest&, WebCore::ResourceResponse const&)'
./.libs/libwebkit-1.0.so: undefined reference to `WebCore::gettimestamp()'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutcomplete(WebCore::String, WebCore::String,
WebCore::ResourceRequest&)'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutfail(WebCore::String, WebCore::String,
WebCore::ResourceRequest&)'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutdata(WebCore::String, WebCore::String,
WebCore::ResourceRequest&, char const*, int)'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutrequest(WebCore::String, WebCore::String,
WebCore::ResourceRequest&)'
collect2: ld returned 1 exit status
make[1]: *** [Programs/GtkLauncher] Erreur 1
make[1]: quittant le répertoire «
/home/hiba/Bureau/extract-link-webkit/WebKit »
make: *** [all] Erreur 2

what I must change to take my change on consideration when compiling?
thank you in advance for help,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20081228/b63de632/attachment.html>


More information about the webkit-dev mailing list