lamuguo / re2

Automatically exported from code.google.com/p/re2
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

proposed repackaging with gnu autotools #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There exists a git mirror of re2's repository at:

<https://github.com/nelhage/re2>

and I have cloned it:

<https://github.com/marcomaggi/re2>

in the branch:

<https://github.com/marcomaggi/re2/tree/autotools.marcomaggi-2014-05-27>

I have created the infrastructure needed to build and install re2 using the GNU 
Autotools; I have not touched the code.

It works for me, and the changes are available to be included in the upstream 
distribution.

The only thing that I see not working is the selection of exported symbols for 
shared libraries; I had to comment out the relevant lines in Makefile.am 
because including them makes the test suite fail with unresolved symbols.  Most 
likely it's me not getting which files need to be included in the test programs.

I welcome improvement proposals at Github's issue tracker; post them to my 
site, not nelhage's.

Original issue reported on code.google.com by mrc....@gmail.com on 27 May 2014 at 7:23

GoogleCodeExporter commented 9 years ago
RE2 has moved to GitHub. I have not moved the issues over. If this issue is 
still important to you, please file a new one at 
https://github.com/google/re2/issues. Thank you.

Original comment by rsc@golang.org on 11 Dec 2014 at 4:45