unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
To: 7603@debbugs.gnu.org
Subject: bug#7603: 24.0.50; compilation of NS variant fails with too old libxml2
Date: Fri, 10 Dec 2010 11:03:04 +0100	[thread overview]
Message-ID: <9E4D746A-C774-4F8C-8ED3-805A672987AD@Freenet.DE> (raw)
In-Reply-To: <23B1E7AB-1637-4980-B4F1-7EF12B36103E@Freenet.DE>

Hello!

Looking into the configure and config.log files and experimenting with  
pkg-config it seems that configure checks for the wrong version  
number. Instead of 2.2.0 (maybe a years old version number) a larger  
value/more recent version number should be checked, obviously greater  
than 2.6.16 to satisfy the dependency from

	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;

in .../include/libxml2/libxml/HTMLparser.h.

--
Greetings

   Pete

To be is to do.
			– I. Kant
To do is to be.
			– A. Sartre
Yabba-Dabba-Doo!
			– F. Flintstone






  reply	other threads:[~2010-12-10 10:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-10  0:49 bug#7603: 24.0.50; compilation of NS variant fails with too old libxml2 Peter Dyballa
2010-12-10 10:03 ` Peter Dyballa [this message]
2011-01-15  3:21   ` Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9E4D746A-C774-4F8C-8ED3-805A672987AD@Freenet.DE \
    --to=peter_dyballa@freenet.de \
    --cc=7603@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).