After fixing a lot of bugs, I found that required <langinfo.h> is missed. Just as you know, <langinfo.h> isn't on some problems like Maingw, Minix, and FreeBSD, and there are problems with the header in OS X. You should use the langinfo.h provided by Gnulib.
Solve this problem, or let me do it.
After fixing a lot of bugs, I found that required <langinfo.h> is missed. Just as you know, <langinfo.h> isn't on some problems like Maingw, Minix, and FreeBSD, and there are problems with the header in OS X. You should use the langinfo.h provided by Gnulib.
Solve this problem, or let me do it.