Wrong type argument: window-live-p

Vim、Emacs配置和使用
回复
头像
M2WOW
帖子: 175
注册时间: 2008-01-23 11:13

Wrong type argument: window-live-p

#1

帖子 M2WOW » 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
如何解决?
头像
zhan
帖子: 1880
注册时间: 2005-08-15 0:04
来自: 南7技校

#2

帖子 zhan » 2008-04-01 21:37

更新吧,近期 cvs 代码的一个 bug, 已经修复了,详情看这里。
http://www.nabble.com/23.0.60--bug-with ... 87116.html
飞得高,飞得低,学习再学习,多少大秘密!
http://zhan.blog.ubuntu.org.cn
头像
M2WOW
帖子: 175
注册时间: 2008-01-23 11:13

#3

帖子 M2WOW » 2008-04-07 20:26

哈哈,领教了,谢谢啦,解决了这么一个令我不知所措的问题
回复