[已解决][求助]Emacs的org插件MSYS怎样编译
发表于 : 2009-12-10 20:00
# 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=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
估计是哪里不对了.麻烦帮下忙.尽量详细一些..