-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Qt 6.6.1 #650
Update to Qt 6.6.1 #650
Conversation
Looks like this is hitting this on Mac: https://bugreports.qt.io/browse/QTBUG-117765 |
Quoting the QT-BUG commments:
Seems like our CI machine is at 14.2. |
Built just fine on my M1 mac, after fixing a build error due to boost, with Apple-clang 15.0.0
|
@macumber Should we just update xcode on the mac mini and roll with it? |
``` In file included from /Users/julien/.conan/data/boost/1.79.0/_/_/package/29ad51d914f41600a5cbc40701ebc9c992c0f7fc/include/boost/type_index/stl_type_index.hpp:47: /Users/julien/.conan/data/boost/1.79.0/_/_/package/29ad51d914f41600a5cbc40701ebc9c992c0f7fc/include/boost/container_hash/hash.hpp:132:33: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'? struct hash_base : std::unary_function<T, std::size_t> {}; ~~~~~^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>; ^ 1 error generated. ```
The Mac Mini was fine, it was the GitHub hosted Mac that had the problem. I switched #647 to only update the GitHub hosted Mac to MacOS 13 and merged that in here. Maybe that will work? |
No description provided.