On Sat, May 4, 2013 at 4:13 PM, Nick Wellnhofer <[email protected]> wrote:
> The stand-alone C library is ready for testing by a wider audience.

Fantastic, Nick!

> On UNIX-like systems, simply run:
>
>     $ git clone https://git-wip-us.apache.org/repos/asf/lucy.git
>     $ cd lucy/c
>     $ ./configure
>     $ make -j5 test
>
> Please use the -j option to help testing parallel builds. It's a lot faster,
> too. On my MacBook, a complete build takes about 19 seconds. If you run into
> problems, try without -j.

I've got a Fedora 17 instance with PCRE 8.21 running in VirtualBox on my MBP
"retina".  The whole build and test takes a little over six seconds.
Everything succeeds.

On an ancient CentOS 5.0 system with PCRE 6.6 installed, I got a build failure
because PCRE didn't define all the symbols we needed.  After zapping
HAS_PCRE_H in charmony.h, the build completed and tests succeeded, albeit with
all the RegexTokenizer tests skipped.

Marvin Humphrey

Reply via email to