After gooling, I began to try to use marix as my email indexing and
search tool. All my email archives are in Gnus nnml format, and I read
email with nnimap backend. I tried in my home computer - MacMini PPC
with mairix 0.19 installed with Macports. Indexing seems fairly fast.
Since I have about 2G emails, indexing took about ten minutes (not
acute, just feel like this long.). mairix_database file in 12.2M.
It's the only experience of mine.

I tried to use it on my office computer. OS is Ubuntu Feisty.
Unfortunately Ubuntu has only 0.17 which can not index nnml backend. As
I know Gnus nnml support is from 0.17.1. So I downloaded 0.19 and tried
to build it but failed.

Errors are:

./configure gave
,----
| Testing whether your compiler "gcc -O2 -Wall" works : it works
| Checking for <stdint.h> : Yes
| Checking for <inttypes.h> : Yes
| Checking for zlib : Yes
| [: 300: ==: unexpected operator
| Generating Makefile
`----
Anyway Makefile is created.


Make gave:

,----
| if [ -d dfasyn ]; then cd dfasyn ; make CC="gcc" CFLAGS="-O2 -Wall  
-DHAS_STDINT_H -DHAS_INTTYPES_H -DUSE_GZIP_MBOX" ; else echo "No dfasyn 
subdirectory?" ; exit 1 ; fi
| make[1]: Entering directory `/home/cg/Desktop/mairix-0.19/dfasyn'
| gcc -O2 -Wall  -DHAS_STDINT_H -DHAS_INTTYPES_H -DUSE_GZIP_MBOX -o dfasyn 
dfasyn.o parse.o scan.o tokens.o abbrevs.o charclass.o stimulus.o blocks.o 
states.o n2d.o expr.o evaluator.o tabcompr.o compdfa.o
| dfasyn.o: In function `main':
| dfasyn.c:(.text+0x475): undefined reference to `yyin'
| dfasyn.c:(.text+0x47a): undefined reference to `yyout'
| parse.o: In function `yyparse':
| parse.c:(.text+0x3fb): undefined reference to `yylex'
| n2d.o: In function `yyerror':
| n2d.c:(.text+0xf7): undefined reference to `lineno'
| collect2: ld returned 1 exit status
| make[1]: *** [dfasyn] error 1
| make[1]: Leaving directory `/home/cg/Desktop/mairix-0.19/dfasyn'
| make: *** [dfasyn/dfasyn] error 2
`----

Are some libs missing in my system?


I have two questions:

1. I tried to git clone http://www.rpcurnow.force9.co.uk/git/mairix.git
And it took forever. So I had to do Ctrl-c. I tried in my MacOSX 10.4.8
and Ubuntu Feisty. 

2. Anybody has idea how to use mairix within Emacs. Reading from some
archive I know there was plan to add support into nnir.el. Just is there
a working copy of it?

Thanks for your help.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mairix-users mailing list
Mairix-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mairix-users

Reply via email to