<p dir="ltr"><br>
Kevin<br>
    When I run  your windows build of kdevelop 4.90.92 in a Cygwin Terminal, I am able to create and build projects independently of any of the  MS development tools; all the tools I am using are coming directly Cygwin eg cmake, gcc 5.3.0. To accomplish this I simply configure CMake for “Unix Makefile.”<br>
 <br>
Everything I have played with in your windows build of kdevelop works great… wonderful!!!!<br>
 <br>
Now I am getting greedy; I want to be able to do a debug launch to run my apps, rather than switching to a separate "ddd" environment for gdb --normal executable launch works great!<br>
 <br>
I just pulled zip of the kdevelop 5.0 from the git repository.<br>
I removed all reference to KF5, KDE, and QT from Cygwin; my Cygwin is completely command line tools from UNIX/LINUX with the exception of pure X-Windows stuff like ddd that sill works great<br>
 <br>
I have unzip the kdevplatform and did a Projects -> “Open / Import …” and obviously the cmake choked (see text above) since there is no longer any QT, KDE, or KF5 within my Cygwin system.<br>
 <br>
I noticed you sent me just enough to run kdevelop.exe but not headers or lib files. Is it possible for you to send me your entire build environment so I may attempt to build all of kdevelop 5 while in a Cygwin Terminal and thus be able to pull in the gdb debug launch feature<br>
 <br>
Something to think about;<br>
Michael<br>
 <br>
C:/Users/u436735/Development/cygwin/home/u436735/Documents/kdevelop-5/kdevplatform-5.0/build> C:/Users/u436735/Development/cygwin/bin/cmake.exe "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" "-DCMAKE_BUILD_TYPE=Debug" C:/Users/u436735/Development/cygwin/home/u436735/Documents/kdevelop-5/kdevplatform-5.0<br>
-- Configuring incomplete, errors occurred!<br>
See also "/home/u436735/Documents/kdevelop-5/kdevplatform-5.0/build/CMakeFiles/CMakeOutput.log".<br>
See also "/home/u436735/Documents/kdevelop-5/kdevplatform-5.0/build/CMakeFiles/CMakeError.log".<br>
CMake Error at /usr/lib/cmake/Qt5/Qt5Config.cmake:26 (find_package):<br>
  Could not find a package configuration file provided by "Qt5Script" with<br>
  any of the following names:<br>
 <br>
    Qt5ScriptConfig.cmake<br>
    qt5script-config.cmake<br>
 <br>
  Add the installation prefix of "Qt5Script" to CMAKE_PREFIX_PATH or set<br>
  "Qt5Script_DIR" to a directory containing one of the above files.  If<br>
  "Qt5Script" provides a separate development package or SDK, be sure it has<br>
  been installed.<br>
Call Stack (most recent call first):<br>
  C:/Users/u436735/Development/cygwin/home/u436735/Documents/kdevelop-5/kdevplatform-5.0/CMakeLists.txt:42 (find_package)<br>
 <br>
 <br>
*** Failure: Exit code 1 ***<br>
 <br>
</p>