2010-11-20 10 views
0

私はかなり長い間このライブラリを構築しようとしていますが、やや混乱します。 Stack Overflow(http://www.netsieben.com/products/ssh/index.phtml)で推奨されていますが、ソースパッケージのみで提供されています。また、それをコンパイルするためにBotanライブラリが必要ですが、私は紛失しています。NetSiebenのC++用SSHライブラリの構築

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パッケージを持っているが、私は自分のサイト上でそれらを見つけることができません。誰が彼らがどこにいるか知っていますか? –

答えて

関連する問題