Hi, when i compile webkit qt port as http://trac.webkit.org/wiki/BuildingQtOnLinux I get the following compile error: moc_qgraphicswebview.cpp: In member function `virtual int QGraphicsWebView::qt_metacall(QMetaObject::Call, int, void**)': moc_qgraphicswebview.cpp:121: error: invalid use of undefined type `struct QGraphicsWebViewPrivate' ../../../WebKit/qt/Api/qgraphicswebview.h:35: error: forward declaration of `struct QGraphicsWebViewPrivate'
what is the reason? I use gcc3.4.3. BR, Jeff On Mon, Nov 9, 2009 at 5:38 AM, tonikitoo (Antonio Gomes) < [email protected]> wrote: > also please use [email protected] for qt-webkit specific > question like this. > > be > > On Sun, Nov 8, 2009 at 4:54 PM, <[email protected]> wrote: > > Jeff, > > > > Can you try "WebKit/WebKitTools/Scripts/build-webkit --qt --debug" ? > > > > You can find some more details here: > http://trac.webkit.org/wiki/BuildingQtOnLinux. > > > > Laszlo > > > > From: [email protected] [mailto: > [email protected]] On Behalf Of ext ll Jefferry > > Sent: Friday, November 06, 2009 5:54 AM > > To: [email protected] > > Subject: [webkit-help] build error for qt port webkit > > > > Hi, ALL > > > > When i compile debug version for qt port webkit, i get a succuss > libQtWebkit.so file. it size about 1.52GB. > > But when i complie the qt webkit application, i got link error. > > such as: > > undefined reference to 'vatable for JSC::FunctionCallResolveNode" > > undefined reference to 'vatable for WebCore::CSSTimingFUnctionValue" > > > > My compile steps are: > > > > 1. add "CONFIG += debug" to webcore.pro and javascriptcore.pro file > > 2. cd webcore directory > > 3. qmake > > 4. make > > > > I use GCC3.4.3 > > > > could you give me some advice? > > > > BR, > > Jeff > > _______________________________________________ > > webkit-help mailing list > > [email protected] > > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > > > > > -- > --Antonio Gomes >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
