Hi Mike! Thanks for the report. Mike Frysinger <[EMAIL PROTECTED]> writes:
> the examples/, src/, and test/ subdirs explicitly include wchar.h. As far as I can tell, they don't: [EMAIL PROTECTED]:~/src/libidn$ rgrep wchar examples/* tests/* src/* [EMAIL PROTECTED]:~/src/libidn$ Maybe you meant "implicitly"? If so, which header file is pulling in wchar.h? > they also set up their CPPFLAGS to point to the gl/ and lib/ subdirs. > however, the wchar.h replacement is generated in lib/gl/, not gl/ and > not lib/. so the directories in question need this added to their > AM_CPPFLAGS: -I$(top_builddir)/lib/gl -mike Yup, that sounds like the proper fix, but I'd like to understand the problem slightly better first. /Simon _______________________________________________ Help-libidn mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-libidn
