Olly Betts | 1 Dec 2003 20:03

Changes in xapian/xapian-core/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Mon Dec 01 2003  19:03:30 GMT

Log message:
configure.in: Fixed the "fixed" valgrind test.

Modified files:
    xapian-core     : ChangeLog configure.in

Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2167?1.2168
http://xapian.org/C?xapian/xapian-core/configure.in?1.291?1.292

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
James Aylett | 7 Dec 2003 14:12

Changes in xapian/xapian-bindings/ xapian/xapian-bindings/python/ xapian/xapian-bindings/python/docs/ xapian/xapian-bindings/python/docs/examples/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     james
Date:           Sun Dec 07 2003  13:12:59 GMT

Log message:
Added basic documentation, and two examples, for Python bindings

Modified files:
    xapian-bindings : ChangeLog configure.in
    xapian-bindings/python: Makefile.am
Added files:
    xapian-bindings/python/docs: .cvsignore Makefile.am bindings.html
    xapian-bindings/python/docs/examples: .cvsignore Makefile.am
                      simpleindex.py simplesearch.py

Links:
http://xapian.org/C?xapian/xapian-bindings/ChangeLog?1.14?1.15
http://xapian.org/C?xapian/xapian-bindings/configure.in?1.8?1.9
http://xapian.org/C?xapian/xapian-bindings/python/Makefile.am?1.5?1.6
http://xapian.org/C?xapian/xapian-bindings/python/docs/.cvsignore?1.1
http://xapian.org/C?xapian/xapian-bindings/python/docs/Makefile.am?1.1
http://xapian.org/C?xapian/xapian-bindings/python/docs/bindings.html?1.1
http://xapian.org/C?xapian/xapian-bindings/python/docs/examples/.cvsignore?1.1
http://xapian.org/C?xapian/xapian-bindings/python/docs/examples/Makefile.am?1.1
http://xapian.org/C?xapian/xapian-bindings/python/docs/examples/simpleindex.py?1.1
http://xapian.org/C?xapian/xapian-bindings/python/docs/examples/simplesearch.py?1.1

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
(Continue reading)

yhafri | 8 Dec 2003 02:32
Picon

xapian errors when compiling

Hi All,
I'm just discovering Xapian and I've tried to compile the source on my box (PIII 800Mhz, 256Mo RAM, Linux SUSE8.2).
I've tested a fresh CVS version without success. See the file error-cvs attached.
It seems a problem when genretaing the doc.

In my second attempt, I've downloaded the xapian-core-0.7.5 and retry but also with error. See
error-core-0.75 attached.

Please, I need some help for testing...?

Best Regards,
Younès

cd xapian-core && make all
make[1]: Entering directory `/home/younes/install/Xapian/xapian/xapian-core'
make  all-recursive
make[2]: Entering directory `/home/younes/install/Xapian/xapian/xapian-core'
Making all in include
make[3]: Entering directory `/home/younes/install/Xapian/xapian/xapian-core/include'
make[3]: Rien à faire pour « all ».
make[3]: Leaving directory `/home/younes/install/Xapian/xapian/xapian-core/include'
Making all in getopt
make[3]: Entering directory `/home/younes/install/Xapian/xapian/xapian-core/getopt'
make[3]: Rien à faire pour « all ».
make[3]: Leaving directory `/home/younes/install/Xapian/xapian/xapian-core/getopt'
Making all in autoconf
make[3]: Entering directory `/home/younes/install/Xapian/xapian/xapian-core/autoconf'
make[3]: Rien à faire pour « all ».
(Continue reading)

Olly Betts | 8 Dec 2003 02:54

Changes in xapian/xapian-core/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Mon Dec 08 2003  01:54:33 GMT

Log message:
HACKING: Update to mention that building from CVS requires
./configure --enable-maintainer-mode (or use bootstrap).

Modified files:
    xapian-core     : ChangeLog HACKING

Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2168?1.2169
http://xapian.org/C?xapian/xapian-core/HACKING?1.50?1.51

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
Olly Betts | 8 Dec 2003 02:55

Changes in xapian/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Mon Dec 08 2003  01:55:01 GMT

Log message:
configure with --enable-maintainer-mode

Modified files:
    .               : bootstrap

Links:
http://xapian.org/C?xapian/bootstrap?1.8?1.9

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
Olly Betts | 8 Dec 2003 03:11

Changes in xapian/xapian-bindings/ xapian/xapian-bindings/python/docs/ xapian/xapian-bindings/python/docs/examples/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Mon Dec 08 2003  02:11:34 GMT

Log message:
python/docs/.cvsignore,python/docs/examples/.cvsignore: Ignore
Makefile too.

Modified files:
    xapian-bindings : ChangeLog
    xapian-bindings/python/docs: .cvsignore
    xapian-bindings/python/docs/examples: .cvsignore

Links:
http://xapian.org/C?xapian/xapian-bindings/ChangeLog?1.15?1.16
http://xapian.org/C?xapian/xapian-bindings/python/docs/.cvsignore?1.1?1.2
http://xapian.org/C?xapian/xapian-bindings/python/docs/examples/.cvsignore?1.1?1.2

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
Olly Betts | 8 Dec 2003 03:13

Changes in xapian/xapian-bindings/ xapian/xapian-bindings/java/ xapian/xapian-bindings/java/native/ xapian/xapian-bindings/java/org/ xapian/xapian-bindings/java/org/xapian/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Mon Dec 08 2003  02:13:36 GMT

Log message:
Makefile.am,configure.in,java/: Initial check-in of Eric B. Ridge's
JNI bindings.  Needs more work.

Modified files:
    xapian-bindings : ChangeLog Makefile.am configure.in
Added files:
    xapian-bindings/java: .cvsignore LICENSE Makefile.am
    xapian-bindings/java/native: .cvsignore Database.cc Document.cc
                      ESet.cc ESetIterator.cc Enquire.cc MSet.cc
                      MSetIterator.cc Makefile.am PositionIterator.cc
                      Query.cc RSet.cc Stem.cc TermIterator.cc
                      WritableDatabase.cc XapianObjectHolder.h
                      org_xapian_XapianJNI.cc org_xapian_XapianJNI.h
                      utils.cc xapian_jni.h
    xapian-bindings/java/org: .cvsignore Makefile.am
    xapian-bindings/java/org/xapian: .cvsignore Database.java
                      Document.java ESet.java ESetIterator.java
                      Enquire.java ExpandDecider.java MSet.java
                      MSetIterator.java Makefile.am MatchDecider.java
                      PositionIterator.java Query.java RSet.java
                      Stem.java TermIterator.java
                      WritableDatabase.java XapianJNI.java

Links:
(Continue reading)

Olly Betts | 8 Dec 2003 04:28

Changes in xapian/xapian-applications/omega/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Mon Dec 08 2003  03:28:41 GMT

Log message:
Added missing entry for 0.7.5 release.

Modified files:
    xapian-applications/omega: ChangeLog

Links:
http://xapian.org/C?xapian/xapian-applications/omega/ChangeLog?1.240?1.241

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
Olly Betts | 14 Dec 2003 04:40

Changes in xapian/xapian-core/ xapian/xapian-core/common/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Sun Dec 14 2003  03:40:16 GMT

Log message:
common/omdebug.cc: Open debug log with flag O_WRONLY so that we can
actually write to it!

Modified files:
    xapian-core     : ChangeLog
    xapian-core/common: omdebug.cc

Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2169?1.2170
http://xapian.org/C?xapian/xapian-core/common/omdebug.cc?1.30?1.31

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
Olly Betts | 20 Dec 2003 00:18

Changes in xapian/xapian-core/ xapian/xapian-core/backends/quartz/ xapian/xapian-core/tests/

CVS Root:       /usr/data/cvs
Module:         xapian
Changes by:     olly
Date:           Fri Dec 19 2003  23:18:31 GMT

Log message:
backends/quartz/: Buffer up changes to the postlists and apply them
all at once (at present they're applied inefficiently, but this is
change enables us to apply them with an efficient merge).
tests/api_db.cc,tests/quartztest.cc: Added a couple of tests, and
commented out some test lines which fail in debug builds.

Modified files:
    xapian-core     : ChangeLog
    xapian-core/backends/quartz: quartz_database.cc quartz_database.h
                      quartz_record.cc quartz_table_entries.cc
                      quartz_termlist.cc quartz_termlist.h
    xapian-core/tests: api_db.cc quartztest.cc

Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2170?1.2171
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_database.cc?1.118?1.119
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_database.h?1.62?1.63
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_record.cc?1.28?1.29
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_table_entries.cc?1.14?1.15
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_termlist.cc?1.30?1.31
http://xapian.org/C?xapian/xapian-core/backends/quartz/quartz_termlist.h?1.28?1.29
http://xapian.org/C?xapian/xapian-core/tests/api_db.cc?1.165?1.166
http://xapian.org/C?xapian/xapian-core/tests/quartztest.cc?1.8?1.9

(Continue reading)


Gmane