-
Notifications
You must be signed in to change notification settings - Fork 208
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
fails to build on macos sequoia - error: no member named 'swap' in CUtlBlockMemory<T, I> #379
Comments
I'm having the same problem as well. No clue on my side. I hope this issue gets noticed. |
Drop |
Replace |
Oh, it's problem not only for csgo engine. I have fixes for this so I can backport. |
Hm, I don't have these errors with Xcode beta (but on macOS Sonoma and for x86_64 target) |
I too didn't have the issue on macOS Sonoma -- but I'm talking about macOS 15 for this issue. The problem might be a toolchain change but I'm not sure. |
Problem with a building and another platforms (like a Android or FreeBSD) |
configure appears to work, then it fails with cryptic C++ errors. I note the repeated occurence of
error: no member named 'swap' in 'CUtlBlockMemory<T, I>
.Any ideas?
The text was updated successfully, but these errors were encountered: