[CMake] Cmake fails to build libssh2 - wants VC 2010 told for VC 2015 build

Elizabeth Fischer rpf2116 at columbia.edu
Wed Mar 16 08:40:04 EDT 2016


Just get the tarball from:

https://github.com/libssh2/libssh2/tarball/libssh2-1.7.0


On Tue, Mar 15, 2016 at 7:50 AM, Barry Scott <barry at barrys-emacs.org> wrote:

> On Tue, 15 Mar 2016 10:37:04 +0300
> Sergei Nikulov <sergey.nikulov at gmail.com> wrote:
>
> > Just checked with following steps
> >
> > 1. Opened command window (cmd.exe)
> > 2. Clone libssh2 from GitHub (git clone
> https://github.com/libssh2/libssh2.git)
>
> Out of curiosity why did you ignore my steps using the tar ball and use
> the git clone?
>
> > 3. Change dir to libssh2 (cd libssh2)
> > 4. Create folder build (mkdir build)
> > 5. Change dir to build (cd build)
> > 6. Generate build for MSVS 2015 (cmake .. -G"Visual Studio 14 Win64")
> > 7. Build it (cmake --build . --config Release)
> >
> > And see no any problems :(
>
> I also see no problem with the git clone.
>
> > Could you please be more specific?
> > For example provide generator log for your "bug".
>
> The conclusion I draw is that libssh2 has fixed a "bug" with its cmake
> config files.
>
> Thanks for looking at this.
>
> Barry
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20160316/d65ba6a5/attachment.html>


More information about the CMake mailing list