Matthew T. O'Connor wrote:
> First off, it took me a while to realize that I needed to run:
> "autoreconf  -i" when trying to compile a fresh checkout of svn head.
> Can we please add a mention of that in the INSTALL file?
> 
> Second:
> I'm running CentOS 4.3 with PostgreSQL
> After I hand compiled and installed gmime-2.2.1

heh, haven't tried gmime-2.2 yet.


> I tried to compile dbmail 2117 and configure failed because it couldn't
> find the gmime variables, I finally figured out that I needed to:
> 
> export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig/"
> 
> Now configure finishes just fine:
> ./configure --prefix=/usr/local/dbmail --with-pgsql
> 
> I then tried to compile by running make but got this error:
> dbmail-mailbox.c: In function `_merge_search':
> dbmail-mailbox.c:1500: error: `G_TRAVERSE_LEAVES' undeclared (first use
> in this function)
> dbmail-mailbox.c:1500: error: (Each undeclared identifier is reported
> only once
> dbmail-mailbox.c:1500: error: for each function it appears in.)
> make[2]: *** [libdbmail_la-dbmail-mailbox.lo] Error 1
> make[2]: Leaving directory `/home/dbmail/src/dbmail-2.1.6'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/dbmail/src/dbmail-2.1.6'
> make: *** [all] Error 2
> 
> Any comments?

Looks like your glib install is too old. G_TRAVERSE_LEAVES was
introduced in glib-2.6. What is your version?


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to