Comment 39 for bug 369800

Revision history for this message
lborgman (lennart-borgman) wrote :

Thanks, I have asked for some help on Emacs Devel. I do not know if anyone can understand what is happening though.

Here are some simple instructions for building Emacs on Debian yourself from current CVS sources that I found in a message on that list:

  $ cvs -d:pserver:<email address hidden>:/sources/emacs co emacs
  $ cd emacs
  $ ./configure
  $ make bootstrap
  $ make
  $ ./src/emacs -Q

It would be very good if you could try that.