Andreas Aardal Hanssen <[EMAIL PROTECTED]> writes: > What errors are you receiving in particular?
I fixed one error on OpenBSD 2.9 with this patch: ,----[ diff -u ... ] | --- src/auth/bincimap-auth-checkpassword.cc.orig Wed Feb 5 12:09:58 2003 | +++ src/auth/bincimap-auth-checkpassword.cc Wed Feb 5 12:03:20 2003 | @@ -41,7 +41,7 @@ | #include <sys/types.h> | #include <errno.h> | #include <unistd.h> | -#include <wait.h> | +#include <sys/wait.h> | | #include <string> | #include <iostream> `---- Now I'm getting a problem with this header file that's not on my machine: aar@mays:/usr/local/src/bincimap-1.0.20-work(55)$ gmake gmake all-recursive gmake[1]: Entering directory `/usr/local/src/bincimap-1.0.20-work' Making all in conf gmake[2]: Entering directory `/usr/local/src/bincimap-1.0.20-work/conf' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/local/src/bincimap-1.0.20-work/conf' Making all in service gmake[2]: Entering directory `/usr/local/src/bincimap-1.0.20-work/service' Making all in log gmake[3]: Entering directory `/usr/local/src/bincimap-1.0.20-work/service/log' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/local/src/bincimap-1.0.20-work/service/log' gmake[3]: Entering directory `/usr/local/src/bincimap-1.0.20-work/service' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/local/src/bincimap-1.0.20-work/service' gmake[2]: Leaving directory `/usr/local/src/bincimap-1.0.20-work/service' Making all in src gmake[2]: Entering directory `/usr/local/src/bincimap-1.0.20-work/src' Making all in auth gmake[3]: Entering directory `/usr/local/src/bincimap-1.0.20-work/src/auth' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/local/src/bincimap-1.0.20-work/src/auth' Making all in util gmake[3]: Entering directory `/usr/local/src/bincimap-1.0.20-work/src/util' source='regex.cc' object='regex.o' libtool=no \ depfile='.deps/regex.Po' tmpdepfile='.deps/regex.TPo' \ depmode=gcc /bin/sh ../../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -c -o regex.o `test -f 'regex.cc' || echo './'`regex.cc In file included from regex.cc:38: regex.h:43: pcre.h: No such file or directory gmake[3]: *** [regex.o] Error 1 gmake[3]: Leaving directory `/usr/local/src/bincimap-1.0.20-work/src/util' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/local/src/bincimap-1.0.20-work/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/local/src/bincimap-1.0.20-work' gmake: *** [all] Error 2 > Portability is very important for the Binc IMAP project, so if we can get > it to compile under BSD that would be swell.. ;) Very swell. I'm really interested in this project. -Drew

