Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes
thank you for the answer I download the source Webkit with this command: svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit I work with fedora core 9 I made this command: find /WebKit/WebCore/ -type "f" | xargs grep -i "EventTargetNode.cpp" >> out must I add the same instructi

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread Nikolas Zimmermann
Am 30.12.2008 um 14:42 schrieb goldeneyes: Hi, thank you for the answer you can tell me more detail about what to add and where? Please I never work with make file Good evening, how about grepping a bit in the source tree? Problems like this usually get solved by wandering a bit aroun

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes
Hi, thank you for the answer you can tell me more detail about what to add and where? Please I never work with make file thank you in advance for any help -- View this message in context: http://www.nabble.com/add-new-functions-to-WebCore-tp21191456p21217324.html Sent from the Webkit mailing

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread Nilesh Patil
Hi You can add/create your own GNUmakefile.am (by refering WebCore or WebkitTools GNUmakefile.am). Include this make file in your parent makefile Thanks & Regards Niilesh On Tue, Dec 30, 2008 at 4:38 PM, goldeneyes wrote: > > Hi , > > normally I should change the Make file to take into account

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes
Hi , normally I should change the Make file to take into account the new folder "WARC" and his files (.cpp and .h) but I don't know how I should to do ? can you help me please, thank you in advance for any help, -- View this message in context: http://www.nabble.com/add-new-functions-to-Web

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread Nilesh Patil
Hi Hope u got these functions in correct namespace like WebCore or so from where u r refering them Thanks & Regards Niilesh On Tue, Dec 30, 2008 at 2:41 PM, goldeneyes wrote: > > > Holger Freyther-6 wrote: >> >> On Sunday 28 December 2008 12:04:13 houda hocine wrote: >> Showing the patch would

Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes
Holger Freyther-6 wrote: > > On Sunday 28 December 2008 12:04:13 houda hocine wrote: > Showing the patch would make things more easy for us. > z. > thank you for the answer, I add a folder "warc" in this path like this: /WebKit/WebCore/warc this directory contains 4 files "recordout.cpp, rec

Re: [webkit-dev] add new functions to WebCore

2008-12-28 Thread Holger Freyther
On Sunday 28 December 2008 12:04:13 houda hocine wrote: > 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: Showing the patch would make things more easy for us. z. ___

[webkit-dev] add new functions to WebCore

2008-12-28 Thread houda hocine
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::Reso