bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7603: 24.0.50; compilation of NS variant fails with too old libxml2


From: Peter Dyballa
Subject: bug#7603: 24.0.50; compilation of NS variant fails with too old libxml2
Date: Fri, 10 Dec 2010 01:49:52 +0100

Hello!

Compilation failed with:

        xml.c: In function ‘parse_region’:
xml.c:107: error: ‘HTML_PARSE_RECOVER’ undeclared (first use in this function)
        xml.c:107: error: (Each undeclared identifier is reported only once
        xml.c:107: error: for each function it appears in.)

LIBXML_DOTTED_VERSION "2.6.16" does not have this enumeration from "2.6.32":

        # 178 "/sw/include/libxml2/libxml/HTMLparser.h"
        typedef enum {
            HTML_PARSE_RECOVER = 1<<0,
            HTML_PARSE_NOERROR = 1<<5,
            HTML_PARSE_NOWARNING= 1<<6,
            HTML_PARSE_PEDANTIC = 1<<7,
            HTML_PARSE_NOBLANKS = 1<<8,
            HTML_PARSE_NONET = 1<<11,
            HTML_PARSE_COMPACT = 1<<16
        } htmlParserOption;

Maybe it's worth to make configure check the version of libxml2...

This old software is part of Mac OS X 10.5.8.

--
Greetings

  Pete

Theory and practice are the same, in theory, but, in practice, they are different.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]