Andrew Dunstan <[EMAIL PROTECTED]> writes: > Also, we need a way to stop this from happening all over the build:
> In file included from ../../../../../../src/include/c.h:820, > from ../../../../../../src/include/postgres.h:48, > from utf8_and_sjis.c:14: > ../../../../../../src/include/port.h:121: warning: `libintl_printf' is an > unrecognized format function type Argh, I ordered things wrong: should undef the old macros before declaring the new functions. Not sure why my build didn't show the problem in pgtypeslib, though. That should have failed with or without libintl macros. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly