manuel desdin wrote: > > hi, > first: i am not on the list, i try to subscribe, but there is no response from > the list manager... To what address did you send mail? > /bin/sh ./libtool --mode=compile gcc -DPACKAGE=\"midgard-lib\" - > DVERSION=\"1.4-beta5c\" -DSTDC_HEADERS=1 -DHAVE_CRYPT_H=1 > -DHAVE_ERRMSG_H=1 -DHAVE_MYSQL_H=1 -I. -I. -I/usr/include/ > mysql -I/usr/include -g -O2 -I/usr/lib/glib/include -c format.c > rm -f .libs/format.lo > gcc -DPACKAGE=\"midgard-lib\" -DVERSION=\"1.4-beta5c\" - > DSTDC_HEADERS=1 -DHAVE_CRYPT_H=1 -DHAVE_ERRMSG_H=1 - > DHAVE_MYSQL_H=1 -I. -I. -I/usr/include/mysql -I/usr/include -g -O2 -I/ > usr/lib/glib/include -Wp,-MD,.deps/format.pp -c format.c -fPIC -DPIC -o > .libs/format.lo > format.c: In function `mgd_vformat_ext': > format.c:809: `char' is promoted to `int' when passed through `...' > format.c:809: (so you should pass `int' not `char' to `va_arg') > format.c: In function `mgd_vformat': > format.c:934: `char' is promoted to `int' when passed through `...' > make: *** [format.lo] Error 1 > ========================= Change 'char' into 'int' on those two lines. It's also in CVS now. Emile -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]
