----- Original Message ----- From: "Kate L Pugh" kake@earth.li To: "Discussion of development on the OpenGuides software" openguides-dev@openguides.org Sent: 28 January 2004 17:57 Subject: Re: [OpenGuides-Dev] OpenGuides on Windows?
On Tue 27 Jan 2004, IvorW ivorw-openguides@xemaps.com wrote:
Search::InvertedIndex is going to be the problem. Fails tests on Win32 big time!
On Tue 27 Jan 2004, IvorW ivorw-openguides@xemaps.com wrote:
I did have a go, but the test script supplied: t/base.t is arcane to say the least.
Damn, damn, damn, I *know* I rewrote at least half of the tests to be more modular, and now I can't find the CVS repository I left them in! I did find one, which I mailed to Jerry as an example. It's attached
- see if you can get that passing.
Still blows up. Here is the offending line in the debug:
DB<1> n Search::InvertedIndex::DB::DB_File_SplitHash::_open_multi_map(blib\lib/Search/In vertedIndex/DB/DB_File_SplitHash.pm:677): 677: CORE::open ($fh, "+<&=$fd") or croak (__PACKAGE__ . "::_open_multi_m ap() - unable to open file descriptor for locking: $!"); DB<1> p $fd -1 DB<2>
Unfortunately when I step, the information scrolls off, so I can't see what $! contained :(. (windows)-- #No scroll bar
'>' Redirects don't seem to work two well in perl5db.
Ho hum...