On 5/12/06, Rich Marisa <[EMAIL PROTECTED]> wrote: > There are a bunch of compiler warnings in the Solaris build as well... > here is a sample: > > In file included from /usr/local/lib/ruby/1.8/sparc-solaris2.8/ruby.h:24, > from lang.h:4, > from global.h:20, > from index.h:5, > from search.h:8, > from src/query_parser/q_parser.y:3: > /usr/local/lib/ruby/1.8/sparc-solaris2.8/config.h:17:1: warning: > "_FILE_OFFSET_BITS" redefined
This warning is due to the fact that _FILE_OFFSET_BITS is defined in ruby's config.h file and also in the sparc-solaris2.8 config.h. Since it has nothing to do with Ferret I'm afraid I can't do anything about it. I don't think it'll cause any problems though. If you got any other warnings that weren't to do with _FILE_OFFSET_BITS, please do send them. Cheers, Dave _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

