Displaying 2 results from an estimated 2 matches for "flint_io".
2007 Jan 12
1
Re: [Xapian-commits] 7603: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
On Tue, Jan 02, 2007 at 03:55:59PM +0000, richard wrote:
> * backends/quartz/btree.cc,backends/flint/flint_io.h: Patches from
> Charlie Hull to allow 2GB+ index files work when compiled using
> Visual C++.
I suspect that xapian-compact.cc (and quartzcompact.cc if you can be
bothered) will also need fixing since they use off_t. You need to make
sure that the stat() function called works for 2GB+...
2007 Jan 30
1
Re: [Xapian-commits] 7603: trunk/xapian-core/trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
...14 file(s) 65 607 466 693 bytes
Everything works fine.
Regards,
Grzegorz
Dnia 29-01-2007 o godz. 18:31 Charlie Hull napisa?(a):
> Olly Betts wrote:
> > On Tue, Jan 02, 2007 at 03:55:59PM +0000, richard wrote:
> >> * backends/quartz/btree.cc,backends/flint/flint_io.h: Patches from
> >> Charlie Hull to allow 2GB+ index files work when compiled using
> >> Visual C++.
> >
> > I suspect that xapian-compact.cc (and quartzcompact.cc if you can be
> > bothered) will also need fixing since they use off_t. You need to make
>...