--
Arthur Prokosch, <[EMAIL PROTECTED]>
Usability/Web Intern
Aptima, Inc. <http://www.aptima.com/>
781-935-3966 x26
Geoff Hutchison <[EMAIL PROTECTED]> wrote:
> On Fri, 4 Aug 2000, Arthur Prokosch wrote:
>
> > encountered (it's not); "fluble" rightly does not appear in db.worddump;
> > "web" appears on 57 lines representing 12 distinct documents.
>
> > and I just realized:
> > (should return) (does return)
> > "web fluble" 0 0
> > "fluble web" 0 12
>
> OK, that's what I thought you were saying. (Please excuse me, it's been a
> long week.) Well, I guess I'll need to get the new query code working
> sooner rather than later! The parser.cc code is quite messy and I didn't
> help much when I hacked on the phrase searching.
>
> I'm quite shocked by the phrase results since that's much newer code. Do
> you see any order dependence in the AND results?
no. matches('web and fluble') == matches('fluble and web') == 12.
> > (a) I can't get current snapshots to compile reliably on my
> system. Which
> > date snapshots are you testing?
>
> All of them. Even if others are making changes, I'm compiling at least
> once a day.
with 3.2.0b3-073000 on my system, htdig segfaults when using
local_urls_only; when using start_url: www.htdig.org, htdig runs fine but
htpurge segfaults.
> > (b) Given the above, my compile process and my system's libraries are
> > suspect. Can you suggest anything to check first?
>
> Dunno. I don't remember you mentioning what system you're using. Most
> importantly, what compiler/version are you using?
here's the info you want (and hopefully not too much more:)
[cta@dmz1 htdig-3.2.0b2]$ which c++
/usr/bin/c++
[cta@dmz1 htdig-3.2.0b2]$ c++ --version
egcs-2.91.66
[cta@dmz1 htdig-3.2.0b2]$ gcc --version
egcs-2.91.66
[cta@dmz1 htdig-3.2.0b2]$ ld --version
GNU ld 2.9.1
Copyright 1997 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
Supported emulations:
elf_i386
i386linux
[cta@dmz1 htdig-3.2.0b2]$ uname -a
Linux dmz1 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686 unknown
[cta@dmz1 htdig-3.2.0b2]$ make --version
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <[EMAIL PROTECTED]>.
[cta@dmz1 htdig-3.2.0b2]$
[cta@dmz1 htdig-3.2.0b2]$ cat log-make-err
DocumentDB.cc: In method `int DocumentDB::LoadDB(const class String &, int =
0)':
DocumentDB.cc:452: warning: unused variable `char * line'
conf_lexer.cxx: In function `int yylex()':
conf_lexer.cxx:705: warning: label `find_rule' defined but not used
conf_lexer.cxx: At top level:
conf_lexer.cxx:1760: warning: `void * yy_flex_realloc(void *, yy_size_t)'
defined but not used
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.