Was that a fatal error or just a warning... did it build a Makefile even
when it complained about the += thing?

Aaron


On Sat, 2005-11-19 at 00:14 +0200, [EMAIL PROTECTED] wrote:
> Thank you, now it compiles cleanly.
> 
> But autoreconf -f -i writes:
> 
> [EMAIL PROTECTED] ~/dbmail]# ./dbmail-2.1.sh
> Putting files in AC_CONFIG_AUX_DIR, `buildtools'.
> configure.in: installing `buildtools/install-sh'
> configure.in: installing `buildtools/missing'
> auth/Makefile.am: installing `buildtools/depcomp'
> sort/Makefile.am:24: AM_CFLAGS must be set with `=' before using `+='
> Makefile.am:89: AM_CFLAGS must be set with `=' before using `+='
> autoreconf: automake failed with exit status: 1
> 
> I had to change += to = in Makefile.am and sort/Makefile.am (AM_CFLAGS =
> -DSIEVE).
> 
> 
> > try again plz.
> >
> >
> > [EMAIL PROTECTED] wrote:
> >>> db_escape_binary was indeed introduced as part of the change in the
> >>> postgres code to use bytea for messageblk storage.
> >>>
> >>> For mysql db_escape_binary simply maps to db_escape_string, but it
> >>> took me a day or two before I noticed it was missing. Please run svn
> >>> update.
> >>
> >>
> >> Rev. 1910, still the same error.
> >>
> >>
> >> gcc -I/usr/local/include -I/usr/local/include/glib-2.0
> >> -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gmime-2.0
> >> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -W -Wall
> >>  -Wpointer-arith -Wstrict-prototypes -o .libs/dbmail-smtp main.o
> >> -L/usr/local/lib ./.libs/libdbmail.a
> >> /home/nix/dbmail/mysql/.libs/libsqldbmail.so -L/usr/local/lib/mysql
> >> -lmysqlclient -lcrypt -lm -lpthread -lgmime-2.0 -lz -lgobject-2.0
> >> -lglib-2.0 -liconv -Wl,--rpath -Wl,/usr/local/lib/dbmail
> >> ./.libs/libdbmail.a(db.o)(.text+0x1e6e): In function
> >> `db_insert_message_block_physmessage':
> >> : undefined reference to `db_escape_binary'
> >> *** Error code 1
> >>
> >>
> >>
> >> _______________________________________________
> >> Dbmail-dev mailing list
> >> [email protected]
> >> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> >>
> >>
> >
> >
> > --
> > ________________________________________________________________
> > Paul Stevens                                  mailto:[EMAIL PROTECTED]
> > NET FACILITIES GROUP                     PGP: finger [EMAIL PROTECTED]
> > The Netherlands________________________________http://www.nfg.nl
> > _______________________________________________
> > Dbmail-dev mailing list
> > [email protected]
> > http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> >
> >
> >
> 
> 
> _______________________________________________
> Dbmail-dev mailing list
> [email protected]
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to