Hi,

On Nov 14, 2003, at 5:37 PM, Eric Soroos wrote:
Ok, I got it to build on X 10.3.1. There were lots of warnings about comparing signed and unsigned. Not sure if this is expected at this stage...
All these warnings are an effect of the fact many functions (mostly in db.c) return an unsigned 64 bit value, but return -1 or -2 if an error occurs. DBMail 1.x is compiled without compiler warnings. When we started working on version 2.0, we turned on compiler warnings. With the effect of showing a *lot* of warnings.

Last Friday I put new code in CVS that takes care of these warnings. So updating to the newest CVS code should make all these warnings go away :)


There were two changes that I needed to make, but I'm not sire if these changes are at the root or if I've changed something that is autogenerated, since I have less than virtually no experience with the autotools.
Makefile.in is generated by automake from Makefile.am, so this isn't the root of the problem, unfortunately.

I also don't have much experience with autotools, but it roughly works like this:

source --tool_name--> target

acinclude.m4 --aclocal--> aclocal.m4
aclocal.m4 --autoconf--> configure
Makefile.am --automake--> Makefile.in
Makefile.in --configure--> Makefile

There's also configure.in, but I believe that's autogenerated

cheers,
Ilja
--
IC&S
Stadhouderslaan 57
3583 JD Utrecht
telnr. 030-6355730
faxnr. 030-6355731

PGP-key:
http://www.ic-s.nl/keys/ilja.txt

Reply via email to