This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Which newest version of emacs could be compiled in cygwin?



William Xue wrote:

> I have tried the newest cvs version of emacs 22 and emacs-unicode-2,
> both them are failed.


My experience is that the last useful build of Emacs-CVS is that
downloaded with:

cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/cvsroot/emacs co -P -D "06
Sep 2006 13:50" emacs

The builds of the CVS source after 20060906 13:50, up to now, or fail or,
if they are completed, Emacs segment faults.

I build with

cd emacs
mkdir .build
cd .build
../configure --prefix=/usr/local/emacs-22.0.50
make bootstrap
make install


In any case, there are prebuilt binaries (Mingw, I think) at

  http://www.gnu.org/software/auctex/download-for-windows.html
  http://ourcomments.org/Emacs/EmacsW32.html


Cheers,

   Angelo.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]