Nick Wellnhofer wrote on 5/4/13 6:13 PM:
> Hello lucy_dev,
> 
> The stand-alone C library is ready for testing by a wider audience. 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
> 

no errors. just a couple warnings:

[karpet@pekmac:~/projects/lucy/c]$ clang -v
Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn)
Target: x86_64-apple-darwin10
Thread model: posix

[karpet@pekmac:~/projects/lucy/c]$ uname -a
Darwin pekmac.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT
2011; root:xnu-1504.15.3~1/RELEASE_I386 i386

[...snip...]

../core/Lucy/Test/Analysis/TestPolyAnalyzer.c:45:10: warning: implicit
declaration of function 'RegexTokenizer_is_available' is
      invalid in C99 [-Wimplicit-function-declaration]
    if (!RegexTokenizer_is_available()) {
         ^
../core/Lucy/Test/Analysis/TestRegexTokenizer.c:40:10: warning: implicit
declaration of function 'RegexTokenizer_is_available' is
      invalid in C99 [-Wimplicit-function-declaration]
    if (!RegexTokenizer_is_available()) {
         ^
1 warning generated.

[...snip...]

clang -std=gnu99 -D_GNU_SOURCE -D CFP_LUCY -O2 -fno-strict-aliasing -fno-common
-fvisibility=hidden -I . -I src -I ../core -I autogen/include -I
../modules/analysis/snowstem/source/include -I ../modules/unicode/ucd -I
../modules/unicode/utf8proc   -c -o ../modules/unicode/utf8proc/utf8proc.o
../modules/unicode/utf8proc/utf8proc.c
../core/Lucy/Test/Search/TestQueryParserSyntax.c:383:10: warning: implicit
declaration of function 'RegexTokenizer_is_available' is
      invalid in C99 [-Wimplicit-function-declaration]
    if (!RegexTokenizer_is_available()) {
         ^
1 warning generated.



-- 
Peter Karman  .  http://peknet.com/  .  [email protected]

Reply via email to