The following issue has been RESOLVED. ====================================================================== http://dbmail.org/mantis/view.php?id=459 ====================================================================== Reported By: Briaj Assigned To: paul ====================================================================== Project: DBMail Issue ID: 459 Category: installation scripts Reproducibility: always Severity: major Priority: normal Status: resolved target: Resolution: no change required Fixed in Version: ====================================================================== Date Submitted: 27-Nov-06 11:15 CET Last Modified: 02-May-07 01:10 CEST ====================================================================== Summary: Problem during installation Description: When I try to install DBmail 2.2.1 in my Debian Sarge, it returns the following error in the "make" step:
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -O2 -pipe -mcpu=athlon-xp -fomit-frame-pointer -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes -MT libdbmail_la-db.lo -MD -MP -MF .deps/libdbmail_la-db.Tpo -c db.c -fPIC -DPIC -o .libs/libdbmail_la-db.o db.c: In function `db_icheck_envelope': db.c:1736: warning: implicit declaration of function `g_try_new0' db.c:1736: error: syntax error before "u64_t" db.c:1736: warning: empty body in an if-statement db.c: At top level: db.c:1745: warning: type defaults to `int' in declaration of `db_free_result' db.c:1745: warning: function declaration isn't a prototype db.c:1745: error: conflicting types for `db_free_result' db.h:144: error: previous declaration of `db_free_result' db.c:1745: warning: data definition has no type or storage class db.c:1747: error: syntax error before "return" make[2]: *** [libdbmail_la-db.lo] Error 1 make[2]: Leaving directory `/tmp/dbmail-2.2.1' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/dbmail-2.2.1' make: *** [all] Error 2 ====================================================================== ---------------------------------------------------------------------- aaron - 27-Nov-06 11:17 ---------------------------------------------------------------------- You need glib 2.8 or higher. We need to update the Debian package requirements. Issue History Date Modified Username Field Change ====================================================================== 27-Nov-06 11:15 Briaj New Issue 27-Nov-06 11:15 Briaj File Added: config.log 27-Nov-06 11:17 aaron Note Added: 0001628 27-Nov-06 11:17 aaron Status new => assigned 27-Nov-06 11:17 aaron Assigned To => paul 02-May-07 01:10 aaron Status assigned => resolved 02-May-07 01:10 aaron Resolution open => no change required ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
