2011-12-07 117 views
2

我嘗試在Windows上安裝ssdeep python綁定,但運行build_ext時崩潰。任何想法我失蹤?在Windows上安裝ssdeep時出錯

>c:\Python26\python.exe setup.py install 
    running install 
    running bdist_egg 
    running egg_info 
    writing ssdeep.egg-info\PKG-INFO 
    writing top-level names to ssdeep.egg-info\top_level.txt 
    writing dependency_links to ssdeep.egg-info\dependency_links.txt 
    reading manifest file 'ssdeep.egg-info\SOURCES.txt' 
    reading manifest template 'MANIFEST.in' 
    writing manifest file 'ssdeep.egg-info\SOURCES.txt' 
    installing library code to build\bdist.win32\egg 
    running install_lib 
    running build_ext 
    '.' is not recognized as an internal or external command, 
    operable program or batch file. 

回答

2

.是在POSIX兼容的shell中源文件的命令。要麼安裝cygwin以獲得bash或其他POSIX兼容shell,要麼手動重寫depcomp(可能還有configure)以使用shell。