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

2016-03-15 Thread Sergei Nikulov
2016-03-14 17:44 GMT+03:00 Barry Scott : > Windows 10 with Cmake 3.4.3 or 3.5.0. > I have the following Visual C versions installed. > > Microsoft Visual Studio 14.0 > Microsoft Visual Studio 12.0 > Microsoft Visual Studio 11.0 > Visual C++ for Python > ...snip... > Why is CMAKE trying to use a

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

2016-03-15 Thread Barry Scott
On Tue, 15 Mar 2016 10:37:04 +0300 Sergei Nikulov 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 gi

[CMake] Clarifying Cmake behavior

2016-03-15 Thread James Benze
Hey all: I'm trying to compile boost with some weird options, and I can't get projects linked with it to compile correctly. As using regularly compiled boost seems to work just fine, this indicates my issue is not with cmake...however I was hoping I could get some clarification on how cmake searc

Re: [CMake] Clarifying Cmake behavior

2016-03-15 Thread James Benze
So I combed through the source code, and solved the problem, mostly. It did turn out to be a cmake issue, sort of, so I figured I'd post here for posterity in case future problem solvers come across a similar issue. So I'm using both a custom compiler and a custom set of boost libraries. For simp

Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-15 Thread Aaron Simmons via CMake
I'm using CMake 3.5.0 on Windows 10. To simplify things, I started from a fresh Windows 10 image and installed Visual Studio 2015. When I try your suggestion to use the 2013 generator, I get cmake .. -G "Visual Studio 12 2013 ARM" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1

Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-15 Thread Aaron Simmons via CMake
I think my problem was that I had a dev machine that had upgraded through several Visual Studio versions. Now that I'm using a fresh-install of Visual Studio 2015, its working. The use of the old compiler was confusing, but if that's expected then that's ok. Aaron Simmons Application Software En

Re: [CMake] can't generate WindowsPhone 8.1 projects

2016-03-15 Thread Gilles Khouzam
If you only have VS2015, then this behavior is normal. When you install the Windows Phone 8.1 SDK, it will have the VS 2013 toolset for those projects, but not the full compiler toolset. So is this currently working? Are you having trouble on one particular machine? Thanks ~Gilles From: Aaron