2010-11-20 2 views
0

나는 꽤 오랫동안이 라이브러리를 빌드하려고 노력했지만 다소 혼란 스럽습니다. Stack Overflow (http://www.netsieben.com/products/ssh/index.phtml)에서 권장되는 것으로 나타 났지만 소스 패키지에서만 제공됩니다. 그것은 또한 Botan 라이브러리를 컴파일해야합니다. 그러나 나는 손실에 처해 있습니다.C++ 용 NetSieben의 SSH Lib 빌드

Windows Installer를 사용하여 Botan을 설치하고 소스 코드를 다운로드했습니다. CMAKE GUI로 빌드하려고하면 다음 오류가 발생합니다. Botan 소스를 어디에 두어야하는지 잘 모르겠습니다. 메시지에 대한 인터넷 검색

Check for working CXX compiler using: Visual Studio 9 2008 
Check for working CXX compiler using: Visual Studio 9 2008 -- works 
Detecting CXX compiler ABI info 
Detecting CXX compiler ABI info - done 
Looking for C++ include botan/botan.h 
Looking for C++ include botan/botan.h - not found 
CMake Warning (dev) at CMakeLists.txt:9 (add_subdirectory): 
    The source directory 

    C:/ne7ssh-1.3.2/src 

    does not contain a CMakeLists.txt file. 

    CMake does not support this case but it used to work accidentally and is 
    being allowed for compatibility. 

    Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run 
    "cmake --help-policy CMP0014" for policy details. Use the cmake_policy 
    command to set the policy and suppress this warning. 
This warning is for project developers. Use -Wno-dev to suppress it. 

CMake Error at CMakeLists.txt:69 (install): 
    install Library TARGETS given no DESTINATION! 


Configuring incomplete, errors occurred! 
+0

는 PDF 파일에 따르면, NetSieben의 SSH 도서관은 가능하면 Installshield 패키지를 가지고,하지만 난 자신의 사이트에서 찾을 수 없습니다. 누구가 그들이 어디에 있는지 아는가? –

답변