Re: [webkit-dev] Definitive build system

2007-02-13 Thread Juan Antonio Suarez Romero
El Lun, 12-02-2007 a las 16:38 -0500, George Staikos escribió: > The Qt build uses the standard build-webkit and qmake. It's a > self-contained build, really. CMake is used by the KDE build, which > is Qt plus KDE libraries. > Yes. Each port has its own build system: Gdk -> BakeFiles

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Maciej Stachowiak
On Feb 12, 2007, at 10:23 AM, Jean-Charles VERDIE wrote: We have internally chosen CMake. We are going to release a modified version of WebKit plus the whole build stuff in the next few weeks but feel free to contact me to get additional information When you release your port, are you planni

Re: [webkit-dev] Definitive build system

2007-02-12 Thread George Staikos
On 12-Feb-07, at 4:14 PM, Krzysztof Kowalczyk wrote: I'm trying to do some contributions in the Gdk port. First all, I'm trying to fix the build system for gdk. It uses BakeFiles, but it seems that this option has been abandoned. That's not entirely true. The svn trunk now builds with bakef

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Mike Emmel
On 2/12/07, Krzysztof Kowalczyk <[EMAIL PROTECTED]> wrote: > I'm trying to do some contributions in the Gdk port. > > First all, I'm trying to fix the build system for gdk. It uses > BakeFiles, but it seems that this option has been abandoned. That's not entirely true. The svn trunk now builds

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Krzysztof Kowalczyk
I'm trying to do some contributions in the Gdk port. First all, I'm trying to fix the build system for gdk. It uses BakeFiles, but it seems that this option has been abandoned. That's not entirely true. The svn trunk now builds with bakefiles so build system should not be a barrier for people

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Krzysztof Kowalczyk
Mike, I'd love to see the gdk work mature into a traditional gtk port. I'm currently working on that. The trunk now builds for gtk. I have quite a bit of cairo/svg and curl work I've done since my last commits to webkit that should be integrated back into the main tree and if someone takes o

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Mike Emmel
On 2/12/07, Jean-Charles VERDIE <[EMAIL PROTECTED]> wrote: Juan Antonio Suarez Romero a écrit : > Hi all. > > I'm trying to do some contributions in the Gdk port. > > First all, I'm trying to fix the build system for gdk. It uses > BakeFiles, but it seems that this option has been abandoned. > >

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Jean-Charles VERDIE
Juan Antonio Suarez Romero a écrit : Hi all. I'm trying to do some contributions in the Gdk port. First all, I'm trying to fix the build system for gdk. It uses BakeFiles, but it seems that this option has been abandoned. So, what is the build system that is going to be used as the "official"