the following error stops compilation:
nanohttp.c: In function `xmlNanoHTTPConnectAttempt': nanohttp.c:808: `len' undeclared (first use in this function) nanohttp.c:808: (Each undeclared identifier is reported only once nanohttp.c:808: for each function it appears in.) make[2]: *** [nanohttp.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .libs/xpath.lo xpath.lo make[2]: Leaving directory `/var/tmp/portage/libxml2-2.5.2/work/libxml2-2.5.2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/libxml2-2.5.2/work/libxml2-2.5.2' make: *** [all-recursive-am] Error 2 !!! ERROR: dev-libs/libxml2-2.5.2 failed. !!! Function src_compile, Line 37, Exitcode 2 !!! (no error message)
what is the problem? how to prevent it? Thank you |