[webkit-dev] webkit

2008-08-28 Thread nishit sharma
unable to do any progress. The function called after this are never called because WebKit hangs in this function. Somebody please help me in telling where is the definition available so that i can move ahead this stucked point. Thanks and Regards Nishit Sharma

[webkit-dev] cross compiling webkit for MIPS

2008-08-21 Thread nishit sharma
Hi All, I have cross compiled WebKit for MIPS but i don't think so it would work on it. I have just cross compiled it using cross toolchain and made no changes for specific architecture. Can anybody suggest the way i can make it run on MIPS Thanks and Regards Nishit

[webkit-dev] installing hicolor icon theme for webkit

2008-08-20 Thread nishit sharma
Hi All, I tried to run my cross compiled midori browser but it failed with error like icons are missing. I have gone through the links and they said i need to install the icons. For that purpose i dowloaded hicolor-icon-theme and install it but its howing me no png and other images. Can anybody

[webkit-dev] cross compiling WebKit for MIPS

2008-08-19 Thread nishit sharma
Hi All, I have cross compiled WebKit browser for MIPS. But i have to add some libraries regarding some graphics available on my board. I don't know that i'll get some binary like firefox-bin in case of firefox browser or something else. And where i have to add these libraries to get the desired

[webkit-dev] cross compiling WebKit for MIPS

2008-08-18 Thread nishit sharma
Hi All, I am facing issue regarding undefined reference to cosf while cross compiling WebKit for MIPS. I searched a lot and find out that this function is not available for MIPS so far Can anybody help me in resolving this issue . Thanks and Regards Nishit

[webkit-dev] fmodf issue in WebKit

2008-08-12 Thread nishit sharma
Hi All, I am facing undefined reference to fmodf again and again. I have defined same function in MathExtras.h but it failed. Can anybody tell why i am getting this problem. Thanks and Regards Nishit Sharma ___ webkit-dev mailing list webkit-dev

[webkit-dev] cross compiling Webkit for MIPS

2008-08-09 Thread nishit sharma
Hi All, In my last post i was facing some undefined reference issues like u_char_3_8 for which i have added dependency libraries in libJavaScriptCore.la and after this i did make. The compilation starts but failed at undefined reference lprintf and trunc for which i tried different things and