Package: r-cran-xml
Version: 3.9-4-1

r-cran-xml using the following program to determine the version of the libxml
library:

#ifdef FROM_GNOME_XML_DIR
#include <gnome-xml/parser.h>
#else
#include <libxml/parser.h>
#endif
int
main(int argc, char *argv)
{
  xmlCheckVersion(20000);
  return(0);
}


The char* type of argv is non-standard and rejected by stricter compilers.

Best,
Michael


Attachment: pgpYWm7y4Nlph.pgp
Description: PGP signature

Reply via email to