Wrong type argument: window-live-p
发表于 : 2008-03-30 12:00
在安装cedet时出现的错误,运行make后就出现下面的代码
find "/home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4"/cogre -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
find "/home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4"/contrib -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
cd "/home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4"/common && make EMACS="emacs" SHELL="/bin/sh"
make[1]: Entering directory `/home/ /emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4/common'
for loadpath in . ./; do \
echo "(add-to-list 'load-path \"$loadpath\")" >> autoloads-compile-script; \
done;
"emacs" -batch --no-site-file -l autoloads-compile-script -f cedet-batch-update-autoloads cedet-loaddefs.el .
Wrote /home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4/common/cedet-loaddefs.el
Generating autoloads for cedet-autogen.el...
Generating autoloads for cedet-autogen.el...done
Generating autoloads for cedet-compat.el...
Generating autoloads for cedet-compat.el...done
Generating autoloads for cedet-edebug.el...
Generating autoloads for cedet-edebug.el...done
Generating autoloads for cedet-files.el...
Generating autoloads for cedet-files.el...done
Generating autoloads for cedet-load.el...
Generating autoloads for cedet-load.el...done
Generating autoloads for cedet.el...
Generating autoloads for cedet.el...done
Generating autoloads for ezimage.el...
Generating autoloads for ezimage.el...done
Generating autoloads for fame.el...
Generating autoloads for fame.el...done
Generating autoloads for inversion.el...
Generating autoloads for inversion.el...done
Generating autoloads for mode-local.el...
Generating autoloads for mode-local.el...done
Generating autoloads for pprint.el...
Generating autoloads for pprint.el...done
Generating autoloads for sformat.el...
Generating autoloads for sformat.el...done
Generating autoloads for working.el...
Generating autoloads for working.el...done
Updating header...
Updating header...done
Wrote /home/ /emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4/common/cedet-loaddefs.el
(No changes need to be saved)
Wrong type argument: window-live-p, #<frame F1 0x8378868>
make[1]: *** [autoloads] Error 255
make[1]: Leaving directory `/home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4/common'
make: *** [common] Error 2
如何解决?
find "/home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4"/cogre -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
find "/home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4"/contrib -type f \
-name "*-loaddefs.el" \
-print -exec rm -f {} \;
cd "/home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4"/common && make EMACS="emacs" SHELL="/bin/sh"
make[1]: Entering directory `/home/ /emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4/common'
for loadpath in . ./; do \
echo "(add-to-list 'load-path \"$loadpath\")" >> autoloads-compile-script; \
done;
"emacs" -batch --no-site-file -l autoloads-compile-script -f cedet-batch-update-autoloads cedet-loaddefs.el .
Wrote /home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4/common/cedet-loaddefs.el
Generating autoloads for cedet-autogen.el...
Generating autoloads for cedet-autogen.el...done
Generating autoloads for cedet-compat.el...
Generating autoloads for cedet-compat.el...done
Generating autoloads for cedet-edebug.el...
Generating autoloads for cedet-edebug.el...done
Generating autoloads for cedet-files.el...
Generating autoloads for cedet-files.el...done
Generating autoloads for cedet-load.el...
Generating autoloads for cedet-load.el...done
Generating autoloads for cedet.el...
Generating autoloads for cedet.el...done
Generating autoloads for ezimage.el...
Generating autoloads for ezimage.el...done
Generating autoloads for fame.el...
Generating autoloads for fame.el...done
Generating autoloads for inversion.el...
Generating autoloads for inversion.el...done
Generating autoloads for mode-local.el...
Generating autoloads for mode-local.el...done
Generating autoloads for pprint.el...
Generating autoloads for pprint.el...done
Generating autoloads for sformat.el...
Generating autoloads for sformat.el...done
Generating autoloads for working.el...
Generating autoloads for working.el...done
Updating header...
Updating header...done
Wrote /home/ /emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4/common/cedet-loaddefs.el
(No changes need to be saved)
Wrong type argument: window-live-p, #<frame F1 0x8378868>
make[1]: *** [autoloads] Error 255
make[1]: Leaving directory `/home/emacscool/emacs/Collection of Emacs Development Environment Tools (CEDET)/cedet-1.0pre4/common'
make: *** [common] Error 2
如何解决?