[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: error during make of libssh


Hi Raghav,
Was busy so couldn reply immediately.
I did MINGW compilation.
Regards,
Sruthi Mohan

From: Raghaw Shukla [mailto:raghaw.wesee@xxxxxxxxx]
Sent: Tuesday, July 14, 2015 11:08 AM
To: libssh@xxxxxxxxxx
Subject: Re: error during make of libssh

Hi Sruthi ,

U have compiled it using MINGW or MSVC.??

On Mon, Jul 13, 2015 at 12:31 PM, Sruthi Mohan (RBEI/EIA1) <Sruthi.Mohan@xxxxxxxxxxxx<mailto:Sruthi.Mohan@xxxxxxxxxxxx>> wrote:
HI Raghav shukla,

I have compiled libssh 0.7 with Mingw and I am using it with Qt creator.
I have created a static lib
Enabled WITH_STATICLIB in cmake config.
I had to enable few commented stuff in the config (as in libssh 0.65) file before I did a make.

Link (in French use google translate) http://www.qtfr.org/viewtopic.php?id=17738 is helpful.

Dependencies

1.     zlib 1.2.8 from MINGW Installation Manager  {C:/MinGW/lib/libz.dll.a}

2.     Openssl0.9.8k_WIN32 from https://code.google.com/p/openssl-for-windows/downloads/list

3.     Cmake 3.2.1


Regards,
Sruthi Mohan


From: Raghaw Shukla [mailto:raghaw.wesee@xxxxxxxxx<mailto:raghaw.wesee@xxxxxxxxx>]
Sent: Sunday, July 12, 2015 5:38 PM
To: libssh@xxxxxxxxxx<mailto:libssh@xxxxxxxxxx>
Subject: Re: error during make of libssh

Iam using QTCreator with mingw and even though after using the binaries from https://red.libssh.org/projects/libssh/files Mine application crashes simply.No Idea whats going wrong and what wrong iam doing.

On Wed, Jul 8, 2015 at 5:10 PM, Raghaw Shukla <raghaw.wesee@xxxxxxxxx<mailto:raghaw.wesee@xxxxxxxxx>> wrote:
I have not tried I Directly used the compiled one .

On Wed, Jul 8, 2015 at 5:07 PM, Aris Adamantiadis <aris@xxxxxxxxxxxx<mailto:aris@xxxxxxxxxxxx>> wrote:
Does it work if you remove the -DWITCH_STATIC_LIB option ?
Le 08/07/15 08:23, Raghaw Shukla a écrit :
Hi Andreas,

Can u please let me know the version/configuration of your gcc/compiler.I am using MINGW .

On Tue, Jul 7, 2015 at 12:45 PM, Andreas Schneider <asn@xxxxxxxxxxxxxx<mailto:asn@xxxxxxxxxxxxxx>> wrote:
On Tuesday 07 July 2015 06:53:32 Raghaw Shukla wrote:
> Hi ,
>
> After doing cmake and doing make i get this error everytime.
>
> $ cmake .. -G"MSYS Makefiles" -DWITH_STATIC_LIB:BOOL=ON
> -DZLIB_LIBRARY:FILEPATH
> ="/c/Development/lib/libz.a"
> -DZLIB_INCLUDE_DIR:PATH="/c/Development/zlib-1.2.3
> /zlib-1.2.3" -DOPENSSL_LIBRARIES:FILEPATH="/c/OpenSSL/libcrypto.a"
> -DOPENSSL_IN
> CLUDE_DIRS:PATH="/c/OpenSSL/include"
> -DOPENSSL_EXTRA_LIBRARIES=/c/OpenSSL/inclu
> de/openssl/crypto.h -DCMAKE_BUILD_TYPE=Release
>
>
>
>
>
>
> $ make
> Scanning dependencies of target ssh_shared
> [  1%] Building C object src/CMakeFiles/ssh_shared.dir/agent.c.obj
> [  1%] Building C object src/CMakeFiles/ssh_shared.dir/auth.c.obj
> [  2%] Building C object src/CMakeFiles/ssh_shared.dir/bignum.c.obj
> [  3%] Building C object src/CMakeFiles/ssh_shared.dir/buffer.c.obj
> [  4%] Building C object src/CMakeFiles/ssh_shared.dir/callbacks.c.obj
> [  4%] Building C object src/CMakeFiles/ssh_shared.dir/channels.c.obj
> [  5%] Building C object src/CMakeFiles/ssh_shared.dir/client.c.obj
> [  6%] Building C object src/CMakeFiles/ssh_shared.dir/config.c.obj
> [  7%] Building C object src/CMakeFiles/ssh_shared.dir/connect.c.obj
> j:/Development/libssh-0.7.0/src/connect.c:87:2: error: #error "Your system
> must
> have getaddrinfo()"
>  #error "Your system must have getaddrinfo()"
>   ^
> make[2]: *** [src/CMakeFiles/ssh_shared.dir/connect.c.obj] Error 1
> make[1]: *** [src/CMakeFiles/ssh_shared.dir/all] Error 2
> make: *** [all] Error 2
>
>
>
> Anybody any idea why this is happeening??
Compiler too old? It works just fine for me ...

--
Andreas Schneider                   GPG-ID: CC014E3D
www.cryptomilk.org<http://www.cryptomilk.org>                asn@xxxxxxxxxxxxxx<mailto:asn@xxxxxxxxxxxxxx>



--
Raghaw Shukla
Software Engineer(AutoPilot Development Team)
Aurora Integrated Systems,Bangalore.
Email:raghaw.shukla@xxxxxxxxxxxxx<mailto:Email%3Araghaw.shukla@xxxxxxxxxxxxx>
Mobile:9972580305




--
Raghaw Shukla
Software Engineer(AutoPilot Development Team)
Aurora Integrated Systems,Bangalore.
Email:raghaw.shukla@xxxxxxxxxxxxx<mailto:Email%3Araghaw.shukla@xxxxxxxxxxxxx>
Mobile:9972580305



--
Raghaw Shukla
Software Engineer(AutoPilot Development Team)
Aurora Integrated Systems,Bangalore.
Email:raghaw.shukla@xxxxxxxxxxxxx<mailto:Email%3Araghaw.shukla@xxxxxxxxxxxxx>
Mobile:9972580305



--
Raghaw Shukla
Software Engineer(AutoPilot Development Team)
Aurora Integrated Systems,Bangalore.
Email:raghaw.shukla@xxxxxxxxxxxxx<mailto:Email%3Araghaw.shukla@xxxxxxxxxxxxx>
Mobile:9972580305
# This is the CMakeCache file.
# For build in directory: d:/my new
# It was generated by CMake: C:/Program Files (x86)/CMake/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//-
BIN_INSTALL_DIR:PATH=bin

//Path to a program.
CMAKE_AR:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/ar.exe

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/g++.exe

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Libraries linked by default with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

//C compiler
CMAKE_C_COMPILER:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/gcc.exe

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Libraries linked by default with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Convert GNU import libraries to MS format (requires Visual Studio)
CMAKE_GNUtoMS:BOOL=OFF

//-
CMAKE_INSTALL_DIR:PATH=CMake

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/libssh

//Path to a program.
CMAKE_LINKER:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/ld.exe

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/mingw32-make.exe

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/nm.exe

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/objcopy.exe

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/objdump.exe

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=libssh

//Path to a program.
CMAKE_RANLIB:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/ranlib.exe

//RC compiler
CMAKE_RC_COMPILER:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/windres.exe

//Flags for Windows Resource Compiler.
CMAKE_RC_FLAGS:STRING=' '

//Path to a program.
CMAKE_SH:FILEPATH=CMAKE_SH-NOTFOUND

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=OFF

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=C:/Qt/Qt5.4.0/Tools/mingw491_32/bin/strip.exe

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF

//Graphviz Dot tool for using Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND

//Doxygen documentation generation tool (http://www.doxygen.org)
DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND

//Path to a file.
GSSAPI_INCLUDE_DIR:PATH=GSSAPI_INCLUDE_DIR-NOTFOUND

//Path to a file.
GSSAPI_ROOT_DIR:PATH=GSSAPI_ROOT_DIR-NOTFOUND

//-
HTML_INSTALL_DIR:PATH=doc/HTML

//-
ICON_INSTALL_DIR:PATH=icons

//-
INCLUDE_INSTALL_DIR:PATH=include

//Path to a library.
LIB_EAY:FILEPATH=C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll

//-
LIB_INSTALL_DIR:PATH=lib

//-
LOCALE_INSTALL_DIR:PATH=lang

//Path to a file.
NACL_INCLUDE_DIR:PATH=NACL_INCLUDE_DIR-NOTFOUND

//Path to a library.
NACL_LIBRARY:FILEPATH=NACL_LIBRARY-NOTFOUND

//Path to a program.
NSIS_MAKE:FILEPATH=NSIS_MAKE-NOTFOUND

//Path to a file.
NSIS_ROOT_PATH:PATH=NSIS_ROOT_PATH-NOTFOUND

//Path to a file.
OPENSSL_INCLUDE_DIR:PATH=C:/Openssl/include

//-
PLUGIN_INSTALL_DIR:PATH=plugins

//-
SBIN_INSTALL_DIR:PATH=sbin

//-
SOUND_INSTALL_DIR:PATH=soudns

//Path to a library.
SSL_EAY:FILEPATH=C:/Openssl/lib/ssleay32.lib

//Build benchmarks tools
WITH_BENCHMARKS:BOOL=OFF

//Build with client tests; requires a running sshd
WITH_CLIENT_TESTING:BOOL=OFF

//Build with calltrace debug output
WITH_DEBUG_CALLTRACE:BOOL=ON

//Build with cryto debug output
WITH_DEBUG_CRYPTO:BOOL=OFF

//Build examples
WITH_EXAMPLES:BOOL=ON

//Compile against libgcrypt
WITH_GCRYPT:BOOL=OFF

//Build with GSSAPI support
WITH_GSSAPI:BOOL=ON

//Compile doxygen internal documentation
WITH_INTERNAL_DOC:BOOL=OFF

//Build with libnacl (curve25519
WITH_NACL:BOOL=ON

//Compile with Pcap generation support
WITH_PCAP:BOOL=ON

//Build with SSH server support
WITH_SERVER:BOOL=ON

//Build with SFTP support
WITH_SFTP:BOOL=ON

//Build with SSH1 support
WITH_SSH1:BOOL=OFF

//Build with a static library
WITH_STATIC_LIB:BOOL=ON

//Build with unit tests
WITH_TESTING:BOOL=OFF

//Build with ZLIB support
WITH_ZLIB:BOOL=ON

//Path to a file.
ZLIB_INCLUDE_DIR:PATH=C:/MinGW/zlibincludes

//Path to a library.
ZLIB_LIBRARY:FILEPATH=C:/MinGW/lib/libz.dll.a

//Value Computed by CMake
headers_BINARY_DIR:STATIC=D:/my new/include

//Value Computed by CMake
headers_SOURCE_DIR:STATIC=C:/Users/som5kor/Downloads/libssh-0.7.0/include

//Value Computed by CMake
libssh-examples_BINARY_DIR:STATIC=D:/my new/examples

//Value Computed by CMake
libssh-examples_SOURCE_DIR:STATIC=C:/Users/som5kor/Downloads/libssh-0.7.0/examples

//Value Computed by CMake
libssh-headers_BINARY_DIR:STATIC=D:/my new/include/libssh

//Value Computed by CMake
libssh-headers_SOURCE_DIR:STATIC=C:/Users/som5kor/Downloads/libssh-0.7.0/include/libssh

//Value Computed by CMake
libssh-library_BINARY_DIR:STATIC=D:/my new/src

//Value Computed by CMake
libssh-library_SOURCE_DIR:STATIC=C:/Users/som5kor/Downloads/libssh-0.7.0/src

//Value Computed by CMake
libssh-threads_BINARY_DIR:STATIC=D:/my new/src/threads

//Value Computed by CMake
libssh-threads_SOURCE_DIR:STATIC=C:/Users/som5kor/Downloads/libssh-0.7.0/src/threads

//Value Computed by CMake
libssh_BINARY_DIR:STATIC=D:/my new

//Value Computed by CMake
libssh_SOURCE_DIR:STATIC=C:/Users/som5kor/Downloads/libssh-0.7.0

//Dependencies for the target
ssh_shared_LIB_DEPENDS:STATIC=general;ws2_32;general;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;general;C:/MinGW/lib/libz.dll.a;general;ws2_32;general;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;general;C:/MinGW/lib/libz.dll.a;general;ws2_32;general;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;general;C:/MinGW/lib/libz.dll.a;general;ws2_32;general;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;general;C:/MinGW/lib/libz.dll.a;general;ws2_32;general;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;general;C:/MinGW/lib/libz.dll.a;general;ws2_32;general;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;general;C:/MinGW/lib/libz.dll.a;

//Dependencies for target
ssh_static_LIB_DEPENDS:STATIC=

//Dependencies for the target
ssh_threads_shared_LIB_DEPENDS:STATIC=general;ssh_shared;

//Dependencies for target
ssh_threads_static_LIB_DEPENDS:STATIC=


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=d:/my new
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cmake-gui.exe
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=MinGW Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/som5kor/Downloads/libssh-0.7.0
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=7
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_COMPILER
CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
CMAKE_RC_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS
CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/Program Files (x86)/CMake/share/cmake-3.2
//ADVANCED property for variable: CMAKE_SH
CMAKE_SH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//Details about finding OpenSSL
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[C:/Openssl/lib/ssleay32.lib;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll][C:/Openssl/include][v0.9.8()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//Details about finding ZLIB
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[C:/MinGW/lib/libz.dll.a][C:/MinGW/zlibincludes][v1.2.8()]
//ADVANCED property for variable: GSSAPI_ROOT_DIR
GSSAPI_ROOT_DIR-ADVANCED:INTERNAL=1
//Have include argp.h
HAVE_ARGP_H:INTERNAL=
//Have include arpa/inet.h
HAVE_ARPA_INET_H:INTERNAL=
//Test HAVE_COMPILER__FUNCTION__
HAVE_COMPILER__FUNCTION__:INTERNAL=1
//Test HAVE_COMPILER__FUNC__
HAVE_COMPILER__FUNC__:INTERNAL=1
//Test HAVE_GCC_NARG_MACRO
HAVE_GCC_NARG_MACRO:INTERNAL=1
//Test HAVE_GCC_THREAD_LOCAL_STORAGE
HAVE_GCC_THREAD_LOCAL_STORAGE:INTERNAL=1
//Test HAVE_GCC_VOLATILE_MEMORY_PROTECTION
HAVE_GCC_VOLATILE_MEMORY_PROTECTION:INTERNAL=1
//Have symbol getaddrinfo
HAVE_GETADDRINFO:INTERNAL=1
//Have symbol htonll
HAVE_HTONLL:INTERNAL=
//Have function isblank
HAVE_ISBLANK:INTERNAL=1
//Have include libutil.h
HAVE_LIBUTIL_H:INTERNAL=
//Test HAVE_MSC_THREAD_LOCAL_STORAGE
HAVE_MSC_THREAD_LOCAL_STORAGE:INTERNAL=1
//Have symbol ntohll
HAVE_NTOHLL:INTERNAL=
//Have include openssl/aes.h
HAVE_OPENSSL_AES_H:INTERNAL=
//Have include openssl/blowfish.h
HAVE_OPENSSL_BLOWFISH_H:INTERNAL=
//Have include openssl/des.h
HAVE_OPENSSL_DES_H:INTERNAL=
//Have include openssl/ecdh.h
HAVE_OPENSSL_ECDH_H:INTERNAL=
//Have include openssl/ecdsa.h
HAVE_OPENSSL_ECDSA_H:INTERNAL=
//Have include openssl/ec.h
HAVE_OPENSSL_EC_H:INTERNAL=
//Have include pty.h
HAVE_PTY_H:INTERNAL=
//Have symbol select
HAVE_SELECT:INTERNAL=1
//Have function snprintf
HAVE_SNPRINTF:INTERNAL=1
//Have function strncpy
HAVE_STRNCPY:INTERNAL=1
//Have include sys/param.h
HAVE_SYS_PARAM_H:INTERNAL=1
//Have include sys/time.h
HAVE_SYS_TIME_H:INTERNAL=1
//Have include termios.h
HAVE_TERMIOS_H:INTERNAL=
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=1
//Have include util.h
HAVE_UTIL_H:INTERNAL=
//Have include utmp.h
HAVE_UTMP_H:INTERNAL=
//Have function vsnprintf
HAVE_VSNPRINTF:INTERNAL=1
//Have include winsock2.h;ws2tcpip.h
HAVE_WS2TCPIP_H:INTERNAL=1
//Have include winsock2.h;ws2tcpip.h;wspiapi.h
HAVE_WSPIAPI_H:INTERNAL=1
//Have function _snprintf
HAVE__SNPRINTF:INTERNAL=1
//Have function _snprintf_s
HAVE__SNPRINTF_S:INTERNAL=1
//Have function _strtoui64
HAVE__STRTOUI64:INTERNAL=1
//Have function _vsnprintf
HAVE__VSNPRINTF:INTERNAL=1
//Have function _vsnprintf_s
HAVE__VSNPRINTF_S:INTERNAL=1
//libssh link libraries
LIBSSH_LINK_LIBRARIES:INTERNAL=ws2_32;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;C:/MinGW/lib/libz.dll.a;ws2_32;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;C:/MinGW/lib/libz.dll.a;ws2_32;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;C:/MinGW/lib/libz.dll.a;ws2_32;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;C:/MinGW/lib/libz.dll.a;ws2_32;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;C:/MinGW/lib/libz.dll.a;ws2_32;C:/Program Files (x86)/WebEx/Productivity Tools/libeay32.dll;C:/MinGW/lib/libz.dll.a
//libssh public include directories
LIBSSH_PUBLIC_INCLUDE_DIRS:INTERNAL=C:/Users/som5kor/Downloads/libssh-0.7.0/include
//libssh required system libraries
LIBSSH_REQUIRED_LIBRARIES:INTERNAL=
//libssh shared library
LIBSSH_SHARED_LIBRARY:INTERNAL=ssh_shared
//libssh static library
LIBSSH_STATIC_LIBRARY:INTERNAL=ssh_static
//libssh threads link libraries
LIBSSH_THREADS_LINK_LIBRARIES:INTERNAL=ssh_shared
//libssh public include directories
LIBSSH_THREADS_PUBLIC_INCLUDE_DIRS:INTERNAL=C:/Users/som5kor/Downloads/libssh-0.7.0/include;C:/Users/som5kor/Downloads/libssh-0.7.0/src/threads;C:/Users/som5kor/Downloads/libssh-0.7.0
//libssh threads shared library
LIBSSH_THREADS_SHARED_LIBRARY:INTERNAL=ssh_threads_shared
//libssh threads static library
LIBSSH_THREADS_STATIC_LIBRARY:INTERNAL=ssh_threads_static
//ADVANCED property for variable: LIB_EAY
LIB_EAY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NSIS_MAKE
NSIS_MAKE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: NSIS_ROOT_PATH
NSIS_ROOT_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_INCLUDE_DIR
OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SSL_EAY
SSL_EAY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY
ZLIB_LIBRARY-ADVANCED:INTERNAL=1


References:
error during make of libsshRaghaw Shukla <raghaw.wesee@xxxxxxxxx>
Re: error during make of libsshAndreas Schneider <asn@xxxxxxxxxxxxxx>
Re: error during make of libsshRaghaw Shukla <raghaw.wesee@xxxxxxxxx>
Re: error during make of libsshAris Adamantiadis <aris@xxxxxxxxxxxx>
Re: error during make of libsshRaghaw Shukla <raghaw.wesee@xxxxxxxxx>
Re: error during make of libsshRaghaw Shukla <raghaw.wesee@xxxxxxxxx>
RE: error during make of libssh"Sruthi Mohan (RBEI/EIA1)" <Sruthi.Mohan@xxxxxxxxxxxx>
Re: error during make of libsshRaghaw Shukla <raghaw.wesee@xxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org