[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Steps required to compile libssh on windows
[Thread Prev] | [Thread Next]
- Subject: RE: Steps required to compile libssh on windows
- From: Ravikumar Sunkari <Ravikumar.Sunkari@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 30 Oct 2013 08:37:23 +0000
- To: "libssh@xxxxxxxxxx" <libssh@xxxxxxxxxx>
Hello Andreas, I am trying to compile libssh-0.6.0rc1 source. Thanks & Regards, Ravikumar.S -----Original Message----- From: Andreas Schneider [mailto:asn@xxxxxxxxxxxxxx] Sent: Wednesday, October 30, 2013 1:39 PM To: libssh@xxxxxxxxxx Subject: Re: Steps required to compile libssh on windows On Wednesday 30 October 2013 04:39:45 Ravikumar Sunkari wrote: > Hello Andreas, Hi, > I have followed the link and tried to get the ssh library, but landed > in the following error. I am using Visual studio 2010. > Error report from CMake., > > "CMake Error at CMakeLists.txt:222 (install): > install Library TARGETS given no DESTINATION! The CMakeLists.txt in the root source dir doesn't have this many lines and the line in src/CMakeLists.txt is empty. I don't know what project you're trying to compile. > > CMake Warning (dev) in CMakeLists.txt: > No cmake_minimum_required command is present. A line of code such > as > > cmake_minimum_required(VERSION 2.8) > > should be added at the top of the file. The version specified may > be lower if you wish to support older CMake versions for this project. For > more information run "cmake --help-policy CMP0000". > This warning is for project developers. Use -Wno-dev to suppress it." asn@magrathea:~/workspace/projects/libssh> cat CMakeLists.txt project(libssh C) # Required cmake version cmake_minimum_required(VERSION 2.6.0) ... The line is present. I dunno which project you try to compile ... -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
RE: Steps required to compile libssh on windows | "Kevin Lambert" <klambert@xxxxxxxxx> |
Re: Steps required to compile libssh on windows | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Steps required to compile libssh on windows | Ashish Mangla <Ashish.Mangla@xxxxxxxxxxxxxx> |
Re: Steps required to compile libssh on windows | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
RE: Steps required to compile libssh on windows | Ravikumar Sunkari <Ravikumar.Sunkari@xxxxxxxxxxxxxx> |
Re: Steps required to compile libssh on windows | Andreas Schneider <asn@xxxxxxxxxxxxxx> |