Hi There,

We have some problems with the latest WebKit + Qt5 build on Mac.

System: OS X 10.8.2 + Command line tools

When I try to build with Ossy's qt5-tools script I got the following error
(and some more):

acceltree/qacceltree.cpp:42:10: fatal error: 'QStack' file not found
#include <QStack>

Okay dear Qt5 build. Well I commented out the $ git commands from the
script and rerun the build-qt5.sh script, so it has built and installed. It
would be good to have this without this trick. :)

build-webkit:

In file included from WebKit/Source/WTF/wtf/Platform.h:1197:
/usr/local/Trolltech/Qt5/Qt-5.0.0-r39/lib/QtCore.framework/Versions/5/Headers/qglobal.h:59:10:
fatal error: 'QtCore/qconfig.h' file not found
#include <QtCore/qconfig.h>

With some hacky copying from the Qt5 source dir into the Qt5 build dir I
can workaround the missing headers, but it would be cool to do this without
any hack. (Maybe my first hack on Qt5 build indicates the second error with
WebKit build of course.)

Is there anybody who can take a look on these issues?

Thanks,
Zoltan
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-qt

Reply via email to