As highlighted by skivvies in #106, fteproxy fails to build re2 on OSX. The following error is encountered: fatal error: 'tr1/unordered_set' file not found.
We currently deal with this by not using the apple-provided version of GCC, and install gcc 4.8 via homebrew. However, as skivvies points out, there is a resolution in re2 to fix this issue: https://code.google.com/p/re2/issues/detail?id=76. We should include this in fteproxy.
As highlighted by skivvies in #106, fteproxy fails to build re2 on OSX. The following error is encountered:
fatal error: 'tr1/unordered_set' file not found
.We currently deal with this by not using the apple-provided version of GCC, and install gcc 4.8 via homebrew. However, as skivvies points out, there is a resolution in re2 to fix this issue: https://code.google.com/p/re2/issues/detail?id=76. We should include this in fteproxy.