Re: [CMake] Windows Visual Studio 13 with Ninja & CMake

2016-09-22 Thread Bill Hoffman
On 9/22/2016 1:58 PM, Michael Jackson wrote: My combination is Windows 10 (Anniversary Update), Visual Studio 12 2013 Update 5, Ninja and CMake 3.5/3.6. I launch CMake-GUI.exe, select my Source and binary directories and then "Configure", select "Ninja" as the generator and then I instantly get

Re: [CMake] Browse buttons in CMake-Gui give URL cannot be listed Malformed URL error (Manjaro KDE Plasma 5.7 Qt 5.7)

2016-09-22 Thread clinton
- On Sep 20, 2016, at 4:18 PM, cmake wrote: > Hi. > When I click "Browse source" or "Browse build" location buttons in the GUI I > get > an error dialog saying that "URL cannot be listed file://" followed by another > dialog "Malformed URL". > 1. I built and reinstalled CMake from sour

Re: [CMake] Windows Visual Studio 13 with Ninja & CMake

2016-09-22 Thread Michael Jackson
Yes. It works from there. BUT I run a custom command prompt through a variation of the standard "vcvarsall.bat" file where I add in my own environment variables but essentially it is the standard Visual Studio Command Prompt. Thanks Mike Jackson ___

Re: [CMake] Browse buttons in CMake-Gui give URL cannot be listed Malformed URL error (Manjaro KDE Plasma 5.7 Qt 5.7)

2016-09-22 Thread clinton
Hi, Thanks for reporting this. I was also able to reproduce it. The problem comes from cmake-gui calling QApplication::removeLibraryPath() in CMakeSetup.cxx. I think the solution is to remove that bit of code, but it may require some additional cpack related code to handle plugins correctly.

Re: [CMake] Windows Visual Studio 13 with Ninja & CMake

2016-09-22 Thread David Cole via CMake
Does it work if you launch cmake-gui from the command prompt that works for your "from the command line" scenario? On Thu, Sep 22, 2016 at 1:58 PM, Michael Jackson wrote: > My combination is Windows 10 (Anniversary Update), Visual Studio 12 2013 > Update 5, Ninja and CMake 3.5/3.6. > > I launch C

[CMake] Windows Visual Studio 13 with Ninja & CMake

2016-09-22 Thread Michael Jackson
My combination is Windows 10 (Anniversary Update), Visual Studio 12 2013 Update 5, Ninja and CMake 3.5/3.6. I launch CMake-GUI.exe, select my Source and binary directories and then "Configure", select "Ninja" as the generator and then I instantly get the error that CMake can not find the C/C++