all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nljlistbox2@gmail.com (N. Jackson)
To: help-gnu-emacs@gnu.org
Subject: Re: Help with make install to a non-default directory - Emacs not finding lisp files maybe?
Date: Thu, 13 Feb 2014 13:09:45 -0400	[thread overview]
Message-ID: <8738jn7xd2.fsf@moondust.localdomain> (raw)
In-Reply-To: 87wqgzf5vb.fsf@lifelogs.com

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> SHR can only be used if Emacs was compiled with support for libxml.
> Most likely you don't have libxml-devel (or whatever the name is)
> installed, so your locally compiled Emacs can't use your libxml.
>
>
>         Stefan

Aha! Thanks Stefan. The configure script had asked for various libraries
(a toolkit library, four image libraries, and somthing about curses)
which I installed for it, but it made no mention of wanting an XML
library. But looking back in the details of the configure log, I see
that it silently skips other (non-vital?) libraries that it doesn't
find.

Ted Zlatanov <tzz@lifelogs.com> writes:

> Run `M-x eww' and see if it works.  It uses shr.
>
> If it works, it's a configuration problem.  If not, you can't use shr
> (e.g. libxml support missing).
>
> Ted

Thanks, Ted. Yes, "M-x eww" prompts for an URL then gives the message

    error in process filter: eww-display-html: This function requires
    Emacs to be compiled with libxml2

So there it is! I clearly didn't build with the required library.

(I wish the Gnus MIME stuff was informative like that, instead of
silently failing!)


I have now rebuilt, configured thus:

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc -std=gnu99 -g3 -O2
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK3
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use imagemagick?                             no
  Does Emacs support sound?                               yes
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 yes
  Does Emacs use GSettings?                               yes
  Does Emacs use a file notification library?             yes -lgio (gfile)
  Does Emacs use access control lists?                    yes -lacl
  Does Emacs use -lselinux?                               yes
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs directly use zlib?                           yes
  Does Emacs use toolkit scroll bars?                     yes

HTML rendering in Gnus (and from eww) is now working, so unless anyone
can see anything glaringly wrong in this list, I think I am all good
now. :)

[Totally irrelevantly, while writing this post, I am also happy to see
that pasting now replaces selection. :)]

Out of curiosity, what would imagemagick support give me?

Thank you all and best regards,
N.



  reply	other threads:[~2014-02-13 17:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-12 18:55 Lost HTML rendering in Gnus after update from Emacs 24.3.1 to 24.3.50 N. Jackson
2014-02-12 19:53 ` W. Greenhouse
     [not found] ` <mailman.14887.1392234872.10748.help-gnu-emacs@gnu.org>
2014-02-12 20:43   ` N. Jackson
2014-02-12 20:48     ` W. Greenhouse
     [not found]     ` <mailman.14891.1392238170.10748.help-gnu-emacs@gnu.org>
2014-02-12 21:05       ` N. Jackson
2014-02-13  3:11         ` Help with make install to a non-default directory - Emacs not finding lisp files maybe? N. Jackson
2014-02-13 10:47           ` N. Jackson
2014-02-13 14:03             ` Stefan Monnier
2014-02-13 14:24             ` Ted Zlatanov
2014-02-13 17:09               ` N. Jackson [this message]
2014-02-13 17:25                 ` Stefan Monnier
2014-02-13 17:38                 ` Ted Zlatanov
2014-02-12 21:32     ` Lost HTML rendering in Gnus after update from Emacs 24.3.1 to 24.3.50 N. Jackson
2014-02-12 21:53       ` N. Jackson

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

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

  git send-email \
    --in-reply-to=8738jn7xd2.fsf@moondust.localdomain \
    --to=nljlistbox2@gmail.com \
    --cc=help-gnu-emacs@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 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.