# Name of your emacs binary
EMACS=emacs
# Where local software is found
#G:/,加了冒号也不行,去了也不行
prefix="G/TDDOWNLOAD/1/org-6.33f/org-6.33f"
# Where local lisp files go.
lispdir = $(prefix)/org
# Where info files go.
infodir = $(prefix)/org
进入org目录输入makefile
$ makefile
./makefile: prefix: command not found
./makefile: lispdir: command not found
./makefile: prefix: command not found
./makefile: infodir: command not found
./makefile: lispdir: command not found
估计是哪里不对了.麻烦帮下忙.尽量详细一些..
[已解决][求助]Emacs的org插件MSYS怎样编译
-
- 帖子: 513
- 注册时间: 2009-11-30 7:46
[已解决][求助]Emacs的org插件MSYS怎样编译
上次由 wgf4242 在 2009-12-11 6:35,总共编辑 1 次。
- pipilu
- 帖子: 63
- 注册时间: 2007-10-22 21:41
Re: [求助]Emacs的org插件MSYS怎样编译
还没有编译过 org, 问一下单独下下来的多了那些插件, 我只知道有个 貌似 muse 的可以在文档里插入 lisp 代码的功能.
不过我认为 MingW 系列比起 Cygwin 来, 对windows来说更像是原生的一样, 路径 / \ 有时候无所谓都. 不过 G:/ 中的点不能省.
我看org 文档里对编译,很简单, 直接 make 就可以了. 你输入 makefile 不行吧. 明天回公司试试.
不过我认为 MingW 系列比起 Cygwin 来, 对windows来说更像是原生的一样, 路径 / \ 有时候无所谓都. 不过 G:/ 中的点不能省.
我看org 文档里对编译,很简单, 直接 make 就可以了. 你输入 makefile 不行吧. 明天回公司试试.
- pipilu
- 帖子: 63
- 注册时间: 2007-10-22 21:41
是编译org-mode,自带的org-mode里少了一些org-mode的扩展插件,所以重新编译安装 org-mode还是有必要的咦没见过org-mode还能编译插件..这个插件能做什么用_________________代码: (__)(oo)/------\// | ||* /\---/\~~ ~~ ~www.gnu......
------------------------------------------------------
http://caobeixingqiu.is-programmer.com/
-----------------------------------------------------
http://caobeixingqiu.is-programmer.com/
-----------------------------------------------------
-
- 帖子: 513
- 注册时间: 2009-11-30 7:46
Re: [求助]Emacs的org插件MSYS怎样编译
搞定了。。。。。
编辑文件时用emacs就正常了。用windows其他的编辑器悲剧了,就出那个错误。(比如notepad,emeditor)
msys进入org扩展目录后使用make命令编译
编辑文件时用emacs就正常了。用windows其他的编辑器悲剧了,就出那个错误。(比如notepad,emeditor)
msys进入org扩展目录后使用make命令编译