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

Fix CesiumGltf namespace problems. #1548

Merged
merged 2 commits into from
Nov 15, 2024
Merged

Fix CesiumGltf namespace problems. #1548

merged 2 commits into from
Nov 15, 2024

Conversation

kring
Copy link
Member

@kring kring commented Nov 15, 2024

In #1521, we worked around a strange macOS compilation problem (conflict between Cocoa Class and the Class in CesiumGltf) by removing occurrences of using namespace CesiumGltf. But we missed one. And because of this one we missed, combined with Unreal's unity build system, we also missed adding the necessary CesiumGltf:: in two source files. This PR fixes both problems.

Fixes #1547.

The version we were using previously is no longer available on the GH
runners.
@kring
Copy link
Member Author

kring commented Nov 15, 2024

This PR also moves from xcode 14.3.1 to xcode 15.4, because 14.3.1 is no longer installed on the GitHub Actions macos-14 runners.

@kring kring added this to the December 2024 Release milestone Nov 15, 2024
@j9liu
Copy link
Contributor

j9liu commented Nov 15, 2024

@kring is this ready to merge? The changes look good to me and it looks like CI passed 😄

@kring
Copy link
Member Author

kring commented Nov 15, 2024

Yes it should be @j9liu!

@j9liu
Copy link
Contributor

j9liu commented Nov 15, 2024

Thanks @kring !

@j9liu j9liu merged commit 871393b into main Nov 15, 2024
23 checks passed
@j9liu j9liu deleted the using-namespace-cesiumgltf branch November 15, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error while compiling Build
2 participants