Has anyone compiled this successfully on FreeBSD 4.7? I'm getting the
following errors:
gcc -c -I.. -I/usr/local/include -I/usr/local/ssl/include
-I/usr/local/include -DHAVE_CONFIG_H -I. -I. -Wall -g -O2 cyrusdb_db3.c
cyrusdb_db3.c:87: syntax error before `*'
cyrusdb_db3.c:87: warning: type defaults to `int' in declaration of `dbenv'
cyrusdb_db3.c:87: warning: data definition has no type or storage class
cyrusdb_db3.c:93: syntax error before `*'
cyrusdb_db3.c:98: syntax error before `75'
cyrusdb_db3.c:98: warning: type defaults to `int' in declaration of `exit'
cyrusdb_db3.c:98: conflicting types for `exit'
/usr/include/stdlib.h:96: previous declaration of `exit'
cyrusdb_db3.c:98: warning: data definition has no type or storage class
cyrusdb_db3.c:86: warning: `dbinit' defined but not used
cyrusdb_db3.c:90: warning: `commit_txn' declared `static' but never defined
cyrusdb_db3.c:91: warning: `abort_txn' declared `static' but never defined
*** Error code 1
cyrusdb_db3.c is the same as it was in 2.1.11 which compiles OK.
configure was run with the following:
./configure --with-sasl=/usr/local --with-perl --with-auth=unix
--with-openss
l=/usr/local/ssl --with-duplicate-db=db3_nosync
--with-mboxlist-db=skiplist --wi
th-seen-db=skiplist --with-subs-db=flat --with-tls-db=db3_nosync
These are the same options that 2.1.11 compiles with fine. Using gcc
version 2.95.4 20020320 [FreeBSD] on FreeBSD 2.7-RELEASE.
Thanks,
Chris Scott
- Cyrus IMAPd 2.1.12 Released Rob Siemborski
- Re: Cyrus IMAPd 2.1.12 Released Rob Siemborski
- Re: Cyrus IMAPd 2.1.12 Released Kevin P. Fleming
- Re: Cyrus IMAPd 2.1.12 Released Abu
- Re: Cyrus IMAPd 2.1.12 Released Rob Siemborski
- Re: Cyrus IMAPd 2.1.12 Released Henrique de Moraes Holschuh
- Re: Cyrus IMAPd 2.1.12 Released Ian Macdonald
- Re: Cyrus IMAPd 2.1.12 Released Hajimu UMEMOTO
- Re: Cyrus IMAPd 2.1.12 Released Chris Scott
- Re: Cyrus IMAPd 2.1.12 Released Ilya
- Re: Cyrus IMAPd 2.1.12 Released Chris Scott
- Re: Cyrus IMAPd 2.1.12 Released Avtar Gill
- Re: Cyrus IMAPd 2.1.12 Released Christopher Crowley
- Re: Cyrus IMAPd 2.1.12 Released Patrick Welche