-
Notifications
You must be signed in to change notification settings - Fork 19
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
[needs review] Fix compilation on MacOS X 10.9 #2
Conversation
* Various type mismatches between signed/unsigned. * Do not include tr1 on LLVM
I'm interested in this fix as well. |
Part of this patch is against the code from google. Did you reported it upstream? I don't mind applying the patch until this is fixed properly though. |
There might be a good for re2 upstream. Cc'ng. Damon so he can look into
|
Sorry, could I have some context for this? A copy of this patch would be a Wang On Thu, Nov 7, 2013 at 6:19 AM, Yaron Minsky yminsky@gmail.com wrote:
|
On Thu, Nov 7, 2013 at 9:57 AM, Yaron Minsky notifications@github.comwrote:
|
wonderful - thanks! However it doesn't seem released to opam yet, is there a further step required to make this available to normal users?
=-=-= Installing re2.109.45.00 =-=-=
default Downloading https://opam.ocaml.org/archives/re2.109.45.00+opam.tar.gz
Downloading https://opam.ocaml.org/archives/re2.109.45.00+opam.tar.gz
Building re2.109.45.00:
make
make install
[ERROR] The compilation of re2.109.45.00 failed.
Removing re2.109.45.00.
ocamlfind remove re2 |
No, just wait for the package to be accepted: |
FWIW works now, many thanks Jane Street & Anil for fixing this (just in the On 11 November 2013 12:49, Jérémie Dimino notifications@github.com wrote:
|
what a coincidence :-) On 11 Nov 2013, at 12:24, Dave Cottlehuber notifications@github.com wrote:
|
Fixes #1, but I'm not at all sure that my fixes don't break the library in the cases of long string lengths. The existing code mixes up the types badly enough that the original author should look at this again rather than accept this particular patch I think.