星期日, 8月 20, 2006

install bakefile 2.0 from source code on windows fail

install swig
download swig 1.3.29
decompress
install bakefile
downlaod bakefile-0.2.0.tar.gz
decompress
modify makefile.vc
---------------------
PYTHONDIR=c:\python24
PYTHONVERSION=24
---------------------
nmake -f makefile.vc clean
nmake -f makefile.vc

把source code下的
output, presets, rules和
src下的*.exe *.py *.pyd
複製至PYTHONDIR(c:\python24)下

test code reference here
執行c:python c:bakefile.py -f msvc hello.bkl
出現錯誤
Z:\mike\test\bakefile\hello>usage: bakefile.py [options] inputfile.bkl

bakefile.py: error: invalid format

available formats are:



Z:\mike\test\bakefile\hello>

沒有留言: