Re: [webkit-dev] Build issue on Fedora 10

2009-06-24 Thread Matt Bockt
Hi, Does anyone have that kind of issue in building Webkit ? Or any idea of the error that could be? Thank you. Regards, On Fri, Jun 19, 2009 at 11:12 AM, Matt Bockt bocktm...@gmail.com wrote: Hi, I'm trying to build WebKit on Fedora10, using the given autogen and make files. But the

Re: [webkit-dev] Build issue on Fedora 10

2009-06-24 Thread Darren VanBuren
WebKitTools/Scripts/buld-webkit is what you should run. Also, don't compile as root. Darren VanBuren - Sent from my iPod Try Fedora 10 today. Fire it up. http://fedoraproject.org/ On Jun 24, 2009, at 0:51, Matt Bockt bocktm...@gmail.com wrote: Hi, Does anyone have

[webkit-dev] About https support of WebKitGTK

2009-06-24 Thread Alfred Peng
Hi, I tried to build the latest WebKitGTK 1.1.10 on OpenSolaris lately and it works with some patching (will post the patch for review after apache standard C++ library is integrated into OpenSolaris which WebKitGTK depends on). The test program GtkLauncher also runs fine here. WebKitGTK's

Re: [webkit-dev] New WebKit port to Haiku

2009-06-24 Thread Maxime Simon
Hi everyone, Sorry to introduce myself a bit late. But Ryan wrote a great email and I will have nothing else to add. For who's afraid that after the Google Summer of Code the Haiku port of WebKit dies: The aim of the GSoC is to involve students in free software development, and that they continue

Re: [webkit-dev] Build issue on Fedora 10

2009-06-24 Thread Matt Bockt
Hi and thanks Darren. The problem was I was compilling as root. I succeeded in compilling as a normal user, but using the autogen and make files. But I tried to build it with the build-webkit script and it failed when it called qmake. (saying : Calling 'qmake -r

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-24 Thread Eric Brunstad
Hi, I got JSC to compile fine and WebCore to almost compile fine. Looks like winsock2.h is not getting included. I'll try including it, but maybe an include of winsock2.h should be added to the patch. Eric On Jun 24, 2009, at 12:15 AM, Brent Fulgham wrote: Hi Eric, Let me try to

[webkit-dev] about the CSS parse process?

2009-06-24 Thread 胡 波
If there is a CSS sytle, I want to know that which class or function will be called to parse the style?  ___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/___ webkit-dev mailing list

[webkit-dev] WebkitGtk and Flash

2009-06-24 Thread João Paulo Mafra
Hi!, I'm writing a gtk application and I'm using the WebkitGtk widget. WebkitGtk is loading normal pages, but when I try to load a page that has a flash animation, the page doesn't show. I already have the Midori browser, which is Webkit based, and it shows flash web pages correctly. Do I need to

Re: [webkit-dev] Should we put the webkit.org mailing lists on Gmane?

2009-06-24 Thread Adam Roben
On Jun 22, 2009, at 9:36 AM, Patrick Mueller wrote: Adam Roben wrote: Given the single vote in favor and no one opposed, I'm going to work on this today. -Adam On Jun 15, 2009, at 4:52 PM, Gustavo Noronha wrote: On Sat, 2009-06-13 at 09:00 -0400, Adam Roben wrote: Gmane

[webkit-dev] WebKit Visual Studio DLLs

2009-06-24 Thread Eric Brunstad
Hi, How does Visual Studio determine which libraries to link to when building WebKit? I've looked everywhere and I cannot find how it is referencing them. For example, WebKit Cairo uses cairo.lib, CFLite.lib, etc. How does Visual Studio know it needs to link with these libraries and

Re: [webkit-dev] Should we put the webkit.org mailing lists on Gmane?

2009-06-24 Thread Ryan Grimm
On Jun 24, 2009, at 9:38 AM, Adam Roben wrote: On Jun 22, 2009, at 9:36 AM, Patrick Mueller wrote: Adam Roben wrote: Given the single vote in favor and no one opposed, I'm going to work on this today. -Adam On Jun 15, 2009, at 4:52 PM, Gustavo Noronha wrote: On Sat, 2009-06-13 at 09:00

Re: [webkit-dev] WebkitGtk and Flash

2009-06-24 Thread Afonso Costa
João Paulo Mafra wrote: Hi!, I'm writing a gtk application and I'm using the WebkitGtk widget. WebkitGtk is loading normal pages, but when I try to load a page that has a flash animation, the page doesn't show. I already have the Midori browser, which is Webkit based, and it shows flash web

Re: [webkit-dev] WebKit Visual Studio DLLs

2009-06-24 Thread Marshall Culpepper
You'll probably want to take a look at the WebKit / WebCore project settings for the Release_Cairo and Debug_Cairo configuraionts in Visual Studio On Wed, Jun 24, 2009 at 11:49 AM, Eric Brunstadwebkit-l...@ericbrunstad.com wrote: Hi, How does Visual Studio determine which libraries to link to

Re: [webkit-dev] WebKit Visual Studio DLLs

2009-06-24 Thread Ryosuke Niwa
Does this help?http://www.kirupa.com/forum/showthread.php?t=273849 Ryosuke On Wed, Jun 24, 2009 at 2:43 PM, Eric Brunstad webkit-l...@ericbrunstad.com wrote: Hi Marshall, I appreciate your response but I would appreciate it if you could be a little more specific. I looked through the

Re: [webkit-dev] WebKit Visual Studio DLLs

2009-06-24 Thread Eric Brunstad
Hi Marshall, I appreciate your response but I would appreciate it if you could be a little more specific. I looked through the entire WebCore Visual Studio project and could not find any mention of the libraries. Thanks for your time, Eric On Jun 24, 2009, at 4:11 PM, Marshall Culpepper

Re: [webkit-dev] WebKit Visual Studio DLLs

2009-06-24 Thread Eric Brunstad
Ryosuke, Thank you very much. That was very helpful. For anyone else who is trying to see where the linker dependencies are listed, you right click WebKit in the Property Manager, click Properties, click Configuration Properties, click Linker, and then click Input, making sure the

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-24 Thread Brent Fulgham
Hi Eric, [...]These applications do not necessarily use WebKit (they could, however) but they all use JavaScriptCore because they are written in JavaScript (and interact with objects vended by the application). [...] But, the WebKit built by the Cairo port has a ton of DLLs that would

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-24 Thread Eric Brunstad
Hi Brent, I will try to build the static JavaScriptCore. I tried to build a static Cairo but I was not successful. Do you think it is possible to build a static WebKit or are the dependencies too complex to place all into one static library? Thanks, Eric On Jun 24, 2009, at 8:27 PM,

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-24 Thread Brent Fulgham
Eric, The Cairo library I use with WebKit is already static (notice that it is around 1MB in size, rather than the 25kb or so it would be as a link library). I didn't want to have to include the cairo.dll either! -Brent On Jun 24, 2009, at 6:23 PM, Eric Brunstad wrote: Hi Brent, I