all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* built emacs --with-xml2 but definition is void: libxml-parse-html-region
@ 2019-04-08  9:40 Eric S Fraga
  2019-04-08  9:56 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: Eric S Fraga @ 2019-04-08  9:40 UTC (permalink / raw)
  To: help-gnu-emacs

As subject says, I have built emacs from git with --with-xml2
enabled.  The config log shows that this has been set properly and
library found etc.  However, when I try to read a particular email (from
a blog), I get this error:

mm-shr: Symbol’s function definition is void: libxml-parse-html-region

which is exactly the same error I got when I did not include xml2
explicitly.  I did

make clean && make && make install

and everything seemed to go fine.  But the resulting binary does not
appear to be linked against libxml2 (given output of ldd, on a Linux
system).  Any suggestions as to what I am missing here?

Thanks,
eric

-- 
Eric S Fraga via Emacs 27.0.50 & org 9.2.3 on Debian buster/sid




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: built emacs --with-xml2 but definition is void: libxml-parse-html-region
  2019-04-08  9:40 built emacs --with-xml2 but definition is void: libxml-parse-html-region Eric S Fraga
@ 2019-04-08  9:56 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2019-04-08  9:56 UTC (permalink / raw)
  To: help-gnu-emacs

Please ignore: problem solved.  Did:

make distclean
./configure --with-xml2
make all 
make install

and everything is working fine now.  Sorry for the noise.

-- 
Eric S Fraga via Emacs 27.0.50 & org 9.2.3 on Debian buster/sid




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-08  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-08  9:40 built emacs --with-xml2 but definition is void: libxml-parse-html-region Eric S Fraga
2019-04-08  9:56 ` Eric S Fraga

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.