18.03.2016, 21:25, "René J. V. Bertin" <[email protected]>: > Oswald Buddenhagen wrote: > >> On Fri, Mar 18, 2016 at 12:54:25PM +0100, René J. V. Bertin wrote: >>> Is that correct? Trying this currently fails because at some point headers >>> are not found that are expected in a QtWebkit framework: >> that means that the packagers failed to run syncqt. > > So, building qtwebkit using qmake 5.6.0 I get > > In file included from work/qtwebkit-opensource- > src-5.6.0/Source/JavaScriptCore/runtime/JSGlobalObject.cpp:72: > work/qtwebkit-opensource- > src-5.6.0/Source/JavaScriptCore/API/ObjCCallbackFunction.h:32:9: fatal error: > 'JavaScriptCore/JSCallbackFunction.h' file not found > #import <JavaScriptCore/JSCallbackFunction.h> > ^ > 1 error generated. > > I must add I'm running a shadow build, i.e. in a build directory parallel to > qtwebkit-opensource-src-5.6.0 . Related?
Hi René, This error was caused by a real problem in QtWebKit sources when it is compiled with -mmacosx-version-min=10.9 or higher. Fix for this bug and fix for another OS X 10.9 issue will be included in 5.6.2 release. -- Regards, Konstantin _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
