GNOME Bugzilla – Bug 157976
libxml2 2.6.16 fails to build
Last modified: 2009-08-15 18:40:50 UTC
encoding.c: In function `ISO8859xToUTF8': encoding.c:2338: error: `xlattable' undeclared (first use in this function) encoding.c:2338: error: (Each undeclared identifier is reported only once encoding.c:2338: error: for each function it appears in.) The obvious fix looks to be replacing `xlattable' with unicodetable in that function
Dohhh ... right, seems I didn't tried to compile without iconv ! fixed in CVS, thanks, Daniel
This should be closed by release of libxml2-2.6.17, thanks, Daniel