17 Apr 2006 22:16
Re: Re: HTMLParser status and issues
Stefan Behnel <behnel_ml <at> gkec.informatik.tu-darmstadt.de>
2006-04-17 20:16:31 GMT
2006-04-17 20:16:31 GMT
Paul Everitt wrote: > Stefan Behnel wrote: >> Paul Everitt wrote: >>> Howdy. I was giving the htmlparser branch a try. In trying to compile >>> it, I got: >>> >>> src/lxml/etree.c: In function '__pyx_f_5etree_10HTMLParser___init__': >>> src/lxml/etree.c:17245: error: 'HTML_PARSE_RECOVER' undeclared (first >>> use in this function) >>> src/lxml/etree.c:17245: error: (Each undeclared identifier is reported >>> only once >>> src/lxml/etree.c:17245: error: for each function it appears in.) >>> src/lxml/etree.c:17256: error: 'HTML_PARSE_COMPACT' undeclared (first >>> use in this function) >>> src/lxml/etree.c: In function 'initetree': >>> src/lxml/etree.c:31135: error: 'HTML_PARSE_RECOVER' undeclared (first >>> use in this function) >>> src/lxml/etree.c:31135: error: 'HTML_PARSE_COMPACT' undeclared (first >>> use in this function) >>> error: command 'gcc' failed with exit status 1 >> >> >> Hmm, I don't see a reason for that error. My clean checkout compiles >> nicely. >> >> What's your libxml2 version on MacOS? In my >> include/libxml2/HTMLparser.h it >> says somewhere around line 175: >(Continue reading)
RSS Feed