emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't compile


From: Harald Hanche-Olsen
Subject: Re: Can't compile
Date: Wed, 11 May 2011 13:51:51 +0200 (CEST)

[Germán Arias <address@hidden> (2011-05-10 18:12:30 UTC)]

> Currently I get the error (revision 104188 and with ./configure
> --with-ns):

I can't reproduce this (with revision 104190, but it's doubtful that
the intervening updates have any bearing on this).

You might try again from scratch, just to make sure:

make distclean
./autogen.sh
./configure --with-ns
make bootstrap

or (my favourite method):

make distclean
./autogen.sh
mkdir build
cd build
../configure --with-ns
make bootstrap

- Harald



reply via email to

[Prev in Thread] Current Thread [Next in Thread]