From: Andrew C. <ak...@sh...> - 2002-06-21 21:21:50
|
> I got the latest CVS version of emacs, after deleting the previous version. > > First I gave the command > ./configure > which seemed to work fine. Then I tried > make bootstrap > and got the following errors: > make[1]: *** [dispnew.o] Error 1 > make: *** [bootstrap-src] Error 2 > > Any suggestion? > > Gil Hi Gil, You'll find the answer in the message below, which you previously sent to me. I've also tried to build the latest version (around 14:00 mountain time). It builds just fine. Andrew. ----- Andrew Choi <ak...@sh...>: > One possibility is you have X Window installed and you didn't do a > `./configure --without-x'. Thanks, Andrew, that was it. (I forgot I had installed X Windows.) I did have to "make bootstrap", because "make" by itself did not work. One interesting fact is that "emacs version" returns: "GNU Emacs 21.3.50.1" Is that correct? |