[htdig-dev] Cygwin words.db Compression

2003-10-02 Thread Steve Eidemiller
I'm compiling htdig-3.2.0b4-20090928 under Cygwin 1.5.5 using gcc 3.3.1, on both Windows XP Pro SP1 and Windows 2000 Server SP4. Compiling and installation is not a problem. But db.words.db is always a zero length file after running htdig with the compression flags at their default values.

Re: [htdig-dev] Cygwin words.db Compression

2003-10-02 Thread Neal Richter
Hey, I have produced a set of makefiles for a native windows binaries. You do need cygwin to run 'make' (the makefiles are for GNU make). The makefiles use the Microsoft compiler. Could you get a copy of the latest snapshot and try and do the build? I'll work with you to get it

[htdig-dev] Logical Error in Indexer???

2003-10-02 Thread Neal Richter
Hey all, I've got a question for all of you about how the htdig 'indexer' should function. htdig.cc 337 List*list = docs.URLs(); 338 retriever.Initial(*list); 339 delete list; 340 341 // Add start_url to the initial list of the retriever. 342 // Don't check a URL

Re: [htdig-dev] Logical Error in Indexer???

2003-10-02 Thread Jessica Biola
--- Neal Richter [EMAIL PROTECTED] wrote: Hey all, I've got a question for all of you about how the htdig 'indexer' should function. I've tested this fix and it works. Eh? I felt like I was sharing a beer with you at the pub, and you just got done schematicizing the problem and fix