[webkit-dev] Unsupported platform, can't determine built library locations

2009-02-13 Thread nguyen hai
Hi all, I tried to build webkit on unbuntu 8.04 but failed. The message is below: long...@ubuntu:~/WebKit/WebKitTools/Scripts$ ./build-webkit Unsupported platform, can't determine built library locations. at /home/longhai/WebKit/WebKitTools/Scripts/webkitdirs.pm line 405. Can someone help me?

Re: [webkit-dev] Unsupported platform, can't determine built library locations

2009-02-13 Thread Osztrogonac Csaba
Have you Qt (and QTDIR env set) or GTK installed on your system? br, Ossy nguyen hai írta: I tried to build webkit on unbuntu 8.04 but failed. The message is below: long...@ubuntu:~/WebKit/WebKitTools/Scripts$ ./build-webkit Unsupported platform, can't determine built library locations. at

[webkit-dev] architecture specific optimizations

2009-02-13 Thread Osztrogonac Csaba
Hi all, We are interested in SFX speed optimizations, and we have experimented with some architecture specific optimizaton. If enable gcc to generate SSE2 instructions with -msse2 option, SunSpider has 4.8% progression with JIT, and 2.4% progression with interpreter. (result attached) (-msse2

[webkit-dev] passing received data to renderer

2009-02-13 Thread abhas saroha
hi all, just wanted to know when the networking part of webkit gets data where in the code does it pass the data to the html renderer or xml renderer, i am specifically interested in how this happens in cURL based implementation. Thnx in advance Abhas Saroha

[webkit-dev] How can I install QT or GTK on my Linux?

2009-02-13 Thread nguyen hai
   Hi all,This is error when I built webkit on ubuntu 8.04:  long...@ubuntu:~/WebKit/WebKitTools/Scripts$ ./build-webkit Unsupported platform, can't determine built library locations. at /home/longhai/WebKit/WebKitTools/Scripts/webkitdirs.pm line 405. As Csaba wrote, I must install QT and

Re: [webkit-dev] How can I install QT or GTK on my Linux?

2009-02-13 Thread Darren VanBuren
You most likely have GTK already. Last I checked, it's either GTK or QT. Darren VanBuren - Sent from my iPod Try Fedora 10 today. Fire it up. http://fedoraproject.org/ On Feb 13, 2009, at 7:40, nguyen hai deuxliq...@yahoo.com wrote: Hi all, This is error when I built