Page 1 of 1

Compile failure

PostPosted: Sat Feb 23, 2013 9:02 pm
by natasha
Building application from source yeilds the following:
...
-Ibuild -o build/articleview.o articleview.cc
articleview.cc: In member function ‘void ArticleView::contextMenuRequested(const QPoint&)’:
articleview.cc:1323:15: error: variable ‘QWebElement el’ has initializer but incomplete type
articleview.cc:1323:30: error: invalid use of incomplete type ‘class QWebElement’
In file included from /usr/include/qt4/QtWebKit/qwebview.h:25:0,
from /usr/include/qt4/QtWebKit/QWebView:1,
from articleview.hh:7,
from articleview.cc:4:
/usr/include/qt4/QtWebKit/qwebpage.h:40:7: error: forward declaration of ‘class QWebElement’
make: *** [build/articleview.o] Error 1


This result occured after a qmake, then a make.

Natasha

Re: Compile failure

PostPosted: Sat Feb 23, 2013 9:22 pm
by Abs62
Now fixed in git.