Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.4.2
-
None
-
Mac OS X 10.10.5, Xcode 7
-
cf63c63d558227fdbef09699c261560e7474f5ea
Description
After installing Xcode 7 developer tools on Mac OS X 10.10.5, the Qt build fails.
In qtbase:
- On struct _Nullable definition in src/tools/qlalr/lalr.cpp.
- In QCocoaCursor::setPos(const QPoint &position), for CGEventCreateMouseEvent.
In qtsvg:
- When QT_NO_BEARERMANAGEMENT is defined (via -no-feature-bearermanagement in configuration), several files in examples/svg/network/bearercloud/ fail compilation.
I've fixed these and will submit a patch for review shortly.