bug-make
[Top][All Lists]
Advanced

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

Error using make file for elib-1.0


From: Troy Hart
Subject: Error using make file for elib-1.0
Date: 31 May 2002 10:41:38 -0600

After modifying 'Makefile' per instructions in the INSTALL file, I ran
'make install'. It failed as you can see below...

------------------------------------------------------------------

# make install
emacs -batch -l elib-compile-all.el -f compile-elib
Finished loading /usr/share/emacs/site-lisp/egg/leim-list.el
   and load others...
Loading /usr/share/emacs/site-lisp/site-start.d/aspell-init.el
(source)...
Loading /usr/share/emacs/site-lisp/site-start.d/lang.emacs.el
(source)...
Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el
(source)...
Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el
(source)...
Loading /usr/share/emacs/site-lisp/site-start.d/psgml-init.el
(source)...
Byte-compiling stack-f.el...
Wrote /root/tmp/elib-1.0/stack-f.elc
Byte-compiling stack-m.el...
Wrote /root/tmp/elib-1.0/stack-m.elc
Byte-compiling queue-f.el...
Wrote /root/tmp/elib-1.0/queue-f.elc
Byte-compiling queue-m.el...
Wrote /root/tmp/elib-1.0/queue-m.elc
Byte-compiling elib-node.el...
Wrote /root/tmp/elib-1.0/elib-node.elc
Byte-compiling dll.el...
Wrote /root/tmp/elib-1.0/dll.elc
Byte-compiling dll-debug.el...
Wrote /root/tmp/elib-1.0/dll-debug.elc
Byte-compiling bintree.el...
While compiling the end of the data in file
/root/tmp/elib-1.0/bintree.el:
  ** The following functions are not known to be defined:
    elib-stack-create, elib-stack-push, elib-stack-pop
Wrote /root/tmp/elib-1.0/bintree.elc
Byte-compiling avltree.el...
While compiling the end of the data in file
/root/tmp/elib-1.0/avltree.el:
  ** The following functions are not known to be defined:
    elib-stack-create, elib-stack-push, elib-stack-pop
Wrote /root/tmp/elib-1.0/avltree.elc
Byte-compiling cookie.el...
While compiling elib-refresh-tin in file /root/tmp/elib-1.0/cookie.el:
  ** reference to free variable dll
Wrote /root/tmp/elib-1.0/cookie.elc
Byte-compiling string.el...
While compiling elib-string-expand-newtext in file
/root/tmp/elib-1.0/string.el:
  ** reference to free variable newtext
  ** reference to free variable string
Wrote /root/tmp/elib-1.0/string.elc
Byte-compiling read.el...
Wrote /root/tmp/elib-1.0/read.elc
sed s,ELIB_PATH,\"/usr/share/emacs/site-lisp/elib\", <
startup-template.el > elib-startup.el
makeinfo elib.texi
elib.texi:616: warning: Info cannot handle `:' in index entry `Error:
circular lists'.
mkdir /usr/share/emacs/site-lisp/elib
cp elib.info* /usr/share/info
if /bin/sh -c 'install-info --version' \
        >/dev/null 2>&1; then \
        install-info --infodir=/usr/share/info elib.info; \
else true; fi
install-info: unrecognized option `--infodir=/usr/share/info'
        Try `install-info --help' for a complete list of options.
make: *** [install-info] Error 1





reply via email to

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