A NOTE has been added to this issue. ====================================================================== http://www.dbmail.org/mantis/view.php?id=458 ====================================================================== Reported By: metallic Assigned To: ====================================================================== Project: DBMail Issue ID: 458 Category: installation scripts Reproducibility: always Severity: block Priority: normal Status: new target: ====================================================================== Date Submitted: 25-Nov-06 14:37 CET Last Modified: 27-Nov-06 07:14 CET ====================================================================== Summary: make faild Description: I wrote a command "make" and get results:
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -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 -o libdbmail_la-db.lo `test -f 'db.c' || echo './'`db.c; \ then mv -f ".deps/libdbmail_la-db.Tpo" ".deps/libdbmail_la-db.Plo"; else rm -f ".deps/libdbmail_la-db.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -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: 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' was here 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 `/usr/local/src/dbmail-2.2.1' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/dbmail-2.2.1' make: *** [all] Error 2 [EMAIL PROTECTED] dbmail-2.2.1]# On the Debian Sarg 3.1r1 the same result :( P.S. Sorry for my English ====================================================================== ---------------------------------------------------------------------- aaron - 26-Nov-06 11:24 ---------------------------------------------------------------------- Looks like you need to upgrade to Glib 2.8 or higher. ---------------------------------------------------------------------- metallic - 27-Nov-06 07:14 ---------------------------------------------------------------------- Thanks! I try again. Issue History Date Modified Username Field Change ====================================================================== 25-Nov-06 14:37 metallic New Issue 26-Nov-06 11:24 aaron Note Added: 0001621 27-Nov-06 07:14 metallic Note Added: 0001622 ======================================================================
