[Webkit-unassigned] [Bug 71697] build-webkit --install-headers no longer installs QtWebKit headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 10:06:27 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71697





--- Comment #2 from Andrew Wason <rectalogic at rectalogic.com>  2011-11-08 10:06:27 PST ---
(In reply to comment #1)
> Fixed in r99542

The header files are installed now, but they are incorrect relative references.

e.g. in my case /home/aw/Projects/foundation/qt480/include/QtWebKit/QWebPage contains:

#include "qwebpage.h"

and /home/aw/Projects/foundation/qt480/include/QtWebKit/qwebpage.h contains:

#include "../../../../Source/WebKit/qt/Api/qwebpage.h"

which appears to be a broken reference to a file within my webkit source directory.


In file included from ../../../qt480/include/QtWebKit/QWebView:1,
                 from threadcrash.h:2,
                 from main.cpp:3:
../../../qt480/include/QtWebKit/qwebview.h:1:55: error: ../../../../Source/WebKit/qt/Api/qwebview.h: No such file or directory

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list