[webkit-dev] WebKit-r33371 compilation error against Qtopia Phone Edition 4.3.1

2008-05-13 Thread George
Hi, Everyone, When I compile WebKit (Revision 33371) against QPE-4.3.1 (Qt-4.3.3 integrated), errors occurred. 1, when compiling WebCore/bridge/NP_jsobject.cpp In file included from ../../../WebCore/bridge/npruntime_internal.h:28, from ../../../WebCore/bridge/NP_jsobject.h:31,

Re: [webkit-dev] WebKit-r33371 compilation error against Qtopia Phone Edition 4.3.1

2008-05-13 Thread Tor Arne Vestbø
George wrote: I found this is occurred with Macro definition XP_UNIX, I clear it by commenting out the configuration in WebCore.pri: #qt-port:unix:!mac: DEFINES += XP_UNIX ENABLE_NETSCAPE_PLUGIN_API=1 Good catch, we should be doing qt-port:unix:!mac:!embedded. 2, when compiling

Re: [webkit-dev] WebKit-r33371 compilation error against Qtopia Phone Edition 4.3.1

2008-05-13 Thread George
Hi, Tor Arne, Thanks a lot for your prompt reply. I have updated to the latest trunk source r33423, and those two errors cleard. Now, another error is when compileing JavaScriptCore/kjs/date_object.cpp, any comment? Thanks in advance. George