all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Need help building Emacs
@ 2015-11-21 22:58 Xue Fuqiao
  2015-11-21 23:32 ` Paul Eggert
  0 siblings, 1 reply; 5+ messages in thread
From: Xue Fuqiao @ 2015-11-21 22:58 UTC (permalink / raw)
  To: Emacs-devel

Hi,

I'm not sure if this kind of post is considered on-topic on
emacs-devel.  If not, I can move it elsewhere (help-gnu-emacs,
perhaps?).

I just tried to build the latest emacs-25 branch on OS X 10.11.1, but failed:

   $ make install
[...]
     CC       xml.o
   xml.c:23:10: fatal error: 'libxml/tree.h' file not found
   #include <libxml/tree.h>
            ^
   1 error generated.
   make[1]: *** [xml.o] Error 1
   make: *** [src] Error 2

Among the output of my `./configure':

   [...]
   checking for LIBXML2... yes
   checking for htmlReadMemory in -lxml2... yes
   [...]
   Does Emacs use -lxml2?                                  yes
   [...]

IIRC OS X already provides libxml2, so I don't need to install one.  But
it seems that `make' cannot find `libxml/tree.h' in my header search
path.  Can anyone point me in the right direction?  How to troubleshoot
this kind of problem?

TIA



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

end of thread, other threads:[~2015-11-22  7:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 22:58 Need help building Emacs Xue Fuqiao
2015-11-21 23:32 ` Paul Eggert
2015-11-22  3:07   ` Xue Fuqiao
2015-11-22  3:17     ` daniel sutton
2015-11-22  7:09       ` Xue Fuqiao

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.