On Sun, Aug 09, 2009 at 10:24:39AM +0200, Thomas Klausner wrote: > Hi! > > I just compiled lynx-2.8.7 on NetBSD-5.99.15/amd64. > > It failed with > LYMain.c: In function 'SetLocale': > LYMain.c:941: error: 'LC_ALL' undeclared (first use in this function) > LYMain.c:941: error: (Each undeclared identifier is reported only once > LYMain.c:941: error: for each function it appears in.) > which means it needs to include <locale.h>.
I see (that ifdef was added to solve some problem that DK ran into - probably needs a better configure check) - thank > I worked around it with the attached patch, please check if you want > to use that or a different solution. > > I also noted that it's still not possible to compile lynx with "make > -j16", it fails for me with: :-( -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
