all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* make returns error while compiling emacs23.1
@ 2009-09-27 15:04 srinivas2828
  0 siblings, 0 replies; 2+ messages in thread
From: srinivas2828 @ 2009-09-27 15:04 UTC (permalink / raw)
  To: Help-gnu-emacs


Hi friends I am trying to install emacs form a source file into Centos-5.3
and I ran configure commad and its completed successfully and after this I
ran make command then it returns a strange error which says
Error
mkdir -p -- /usr/local/share/emacs/23.1/etc /usr/local/share/emacs/23.1/lisp
/usr/local/share/info /usr/local/share/man/man1 /usr/local/bin
/usr/local/share/emacs/23.1/etc /usr/local/libexec
/usr/local/share/emacs/site-lisp /usr/local/share/emacs/23.1/site-lisp
/usr/local/share/emacs/23.1/site-lisp /usr/local/share/emacs/site-lisp
/usr/local/share/applications /usr/local/share/icons/hicolor/128x128/apps
/usr/local/share/icons/hicolor/16x16/apps
/usr/local/share/icons/hicolor/24x24/apps
/usr/local/share/icons/hicolor/32x32/apps
/usr/local/share/icons/hicolor/48x48/apps
/usr/local/share/icons/hicolor/scalable/apps
/usr/local/share/icons/hicolor/scalable/mimetypes
makeinfo is missing - cannot build manuals
make: *** [info] Error 1
please help me
-- 
View this message in context: http://www.nabble.com/make-returns-error-while-compiling-emacs23.1-tp25634378p25634378.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make returns error while compiling emacs23.1
       [not found] <mailman.7630.1254105459.2239.help-gnu-emacs@gnu.org>
@ 2009-09-28  5:32 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2009-09-28  5:32 UTC (permalink / raw)
  To: help-gnu-emacs

srinivas2828 wrote:

> makeinfo is missing - cannot build manuals

This is a bug. Either: install makeinfo (although it is not needed) and
re-run configure; or edit the top-level Makefile in the Emacs 23
distribution. Delete the following 3 lines from the "info" target (near
line 821):

        elif test "$(MAKEINFO)" = "no"; then \
          echo "makeinfo is missing - cannot build manuals" ; \
          exit 1 ; \

You will need to edit Makefile.in in the same way if you run configure
again.
 
http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3982


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-28  5:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 15:04 make returns error while compiling emacs23.1 srinivas2828
     [not found] <mailman.7630.1254105459.2239.help-gnu-emacs@gnu.org>
2009-09-28  5:32 ` Glenn Morris

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.