Skip to content
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

Merged
merged 11 commits into from
Dec 23, 2023
Merged

Update to Qt 6.6.1 #650

merged 11 commits into from
Dec 23, 2023

Conversation

macumber
Copy link
Collaborator

No description provided.

@macumber
Copy link
Collaborator Author

Looks like this is hitting this on Mac: https://bugreports.qt.io/browse/QTBUG-117765

@jmarrec
Copy link
Collaborator

jmarrec commented Dec 23, 2023

Quoting the QT-BUG commments:

I got this moc failure when using Xcode 14.2. However, with Xcode 14.3.1 it's fine. Both are on the same codebase.

Seems like our CI machine is at 14.2.

@jmarrec
Copy link
Collaborator

jmarrec commented Dec 23, 2023

Built just fine on my M1 mac, after fixing a build error due to boost, with Apple-clang 15.0.0

$ sw_vers
ProductName:		macOS
ProductVersion:		14.2.1
BuildVersion:		23C71
$ clang --version
Apple clang version 15.0.0 (clang-1500.1.0.2.5)
Target: arm64-apple-darwin23.2.0
Thread model: posix

@jmarrec
Copy link
Collaborator

jmarrec commented Dec 23, 2023

@macumber Should we just update xcode on the mac mini and roll with it?

macumber and others added 4 commits December 23, 2023 09:11
```
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.
```
@macumber
Copy link
Collaborator Author

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?

@macumber macumber merged commit 1fb9fff into develop Dec 23, 2023
8 checks passed
@macumber macumber deleted the qt_6_6 branch December 23, 2023 18:50
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants