On Sun, Jul 29, 2007 at 09:37:06AM -0600, Eric Blake wrote: > Actually, the test is correct; what is incorrect is that gnulib's > replacement stdint.h needs to also be pulling in wchar.h on platforms, > such as DragonFly, where stdint.h is not self-sufficient.
Well, the test fails because WCHAR_MIN and WCHAR_MAX are unknown. The wchar macros will be added in a later version, but this should help a bit for other systems as well. Joerg
