mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Clarify unordered_map file warning #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kennethormandy on GitHub (Dec 16, 2014).
I was trying to use google/woff2 on a machine running OS X 10.8 and got the following error:
It turns out that the version of gcc with Xcode 5 is too low, I had to upgrade it manually from 4.2 to 4.7. If it’s relatively easy to clarify what that error message is about, I think it could be helpful. To be fair, I don’t really know anything about this stuff though, so feel free to disregard as well.
Thanks!
@cfxd commented on GitHub (Feb 9, 2015):
@kennethormandy, mind sharing the best way you found to upgrade Xcode's gcc? So many tuts out there it's hard to tell the good from the bad...
@erictaylor commented on GitHub (Jun 26, 2015):
Might be relevant. I was getting this same error and fixed the issue with adding some additional flags on build. See starting line 37.
91b55b3068/binding.gypOS X 10.10.3
@szabadka commented on GitHub (Oct 1, 2015):
The encoder does not use unordered_map any more.