Re: [webkit-dev] Build errors on WinXP

2007-10-17 Thread David D. Kilzer
You probably just need to update to revision r26603 or later. http://trac.webkit.org/projects/webkit/changeset/26603 Dave Amit Joshi <[EMAIL PROTECTED]> wrote: > I am building webkit (on Qt) on winXp. I have my 'path' set up as per > twiki instructions. > While trying to run 'perl build-webkit

[webkit-dev] Build errors on WinXP

2007-10-17 Thread Amit Joshi
I am building webkit (on Qt) on winXp. I have my 'path' set up as per twiki instructions. While trying to run 'perl build-webkit' from the qt command prompt - I get following In file included from c:\YDev\WebKit\JavaScriptCore\wtf\/HashTable.h:27, from c:\YDev\WebKit\JavaScri

Re: [webkit-dev] CAC Support in AIR?

2007-10-17 Thread Darin Adler
On Oct 17, 2007, at 7:22 AM, Jim Leether wrote: I have been building an AIR application for the US DOD since May and didn’t realize until moving my project up from the development box to the production box that Common Access Cards are not supported. If my research is correct, I see that C

[webkit-dev] CAC Support in AIR?

2007-10-17 Thread Jim Leether
Hello all, I have been building an AIR application for the US DOD since May and didn't realize until moving my project up from the development box to the production box that Common Access Cards are not supported. If my research is correct, I see that CAC is supported by the MA

[webkit-dev] Resizing a WebView

2007-10-17 Thread Michael Seydl
Hi, I'm embedding a WebView via COM under Windows in a QTWindow. I know it sounds akward, but on to my questions. I implemented a certain "fake" widget and gave it's HWND via webView->setHostWindow() to the webview. In the QT window i've used a layout so the my widget will be resized with th

Re: [webkit-dev] Problem building/running Webkit with QT4 on Ubuntu

2007-10-17 Thread Julien Chaffraix
Hello, > i had to change WebCore/dom/XMLTokenizer.cpp as it refer to > QXmlStreamReader::NotWellFormedError instead of > QXmlStreamReader::XmlNotWellFormedError, and it call > QXmlStreamReader.hasError () which doesn't exist in libqt4-dev-kdecopy. Lars has already answered that part : the chang

Re: [webkit-dev] Is WebKit really working with QT4 ?

2007-10-17 Thread Lars Knoll
Lionel, don't use that ubuntu package for Qt4. It's based on qt 4.3.0 beta1, and there have been some API changes between beta1 and 4.3.0 final. Get yourself Qt 4.3.1 or 4.3.2 from www.trolltech.com, and use that. QtWebKit is still work in progress, but most things do actually work (even thoug

[webkit-dev] Is WebKit really working with QT4 ?

2007-10-17 Thread Lionel Jive
Guys, i'm a newbie for QT and WebKit. can please somebody clear me up ? I can successfully build WebKit with QT4 (libqt4-dev-kdecopy), but when i run it i get no rendering and some error message such as: FIXME: UNIMPLEMENTED: ../../../WebCore/platform/qt/WidgetQt.cpp:120 (virtual void WebCo

Re: [webkit-dev] Problem building/running Webkit with QT4 on Ubuntu

2007-10-17 Thread Lionel Jive
Hello, thanks for your answer. i had to change WebCore/dom/XMLTokenizer.cpp as it refer to QXmlStreamReader::NotWellFormedError instead of QXmlStreamReader::XmlNotWellFormedError, and it call QXmlStreamReader.hasError() which doesn't exist in libqt4-dev-kdecopy. when i look at the error mes