Figured out the initial problem, but now getting this when I run "make"
gcc -c -I.. -I/usr/local/include -DHAVE_CONFIG_H -I. -I. -Wall -g -O2 cyrusdb_db3.c
cyrusdb_db3.c:88: syntax error before `*'
cyrusdb_db3.c:88: warning: type defaults to `int' in declaration of `dbenv'
cyrusdb_db3.c:88: warning: data definition has no type or storage class
cyrusdb_db3.c:94: syntax error before `*'
cyrusdb_db3.c:99: syntax error before `75'
cyrusdb_db3.c:99: warning: type defaults to `int' in declaration of `exit'
cyrusdb_db3.c:99: conflicting types for `exit'
/usr/include/stdlib.h:96: previous declaration of `exit'
cyrusdb_db3.c:99: warning: data definition has no type or storage class
cyrusdb_db3.c:87: warning: `dbinit' defined but not used
cyrusdb_db3.c:91: warning: `commit_txn' declared `static' but never defined
cyrusdb_db3.c:92: warning: `abort_txn' declared `static' but never defined
*** Error code 1
Stop in /tmp/cyrus-imapd-2.1.16/lib. *** Error code 1
Stop in /tmp/cyrus-imapd-2.1.16.
Appears that it it is looking for db3, correct? I just installed db3 via the ports tree.
Any ideas?
Jason