kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

re2 fails to build on OSX 10.9 #109

Closed kpdyer closed 10 years ago

kpdyer commented 10 years ago

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.