Whatever is generating eldap_i.c is leaving off the final semicolon, so that the last line
looks like
void docs_of_eldap (void)
This upsets the compiler (parse error at end of file). If I manually add the missing
semicolon, it builds okay.
--
Ed Avis <ed.avis(a)kbcfp.com>