[cmake-developers] [CMake 0015068]: Eclipse cannot run Makefile (mingw)
Mantis Bug Tracker
mantis at public.kitware.com
Thu Aug 7 10:44:09 EDT 2014
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=15068
======================================================================
Reported By: A. Klitzing
Assigned To:
======================================================================
Project: CMake
Issue ID: 15068
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2014-08-07 10:44 EDT
Last Modified: 2014-08-07 10:44 EDT
======================================================================
Summary: Eclipse cannot run Makefile (mingw)
Description:
Since cmake 3.0 we cannot build from eclipse (tried Kepler and Luna). We uses
the "eclipse cdt4 mingw"-generator on windows to create the projects. After
import in eclipse there will be no reaction if we try to run the build or a
special target of the Makefile.
The same workflow works with cmake 2.8.x flawlessly.
The build with cmake 3 works without problems if we use the terminal and run it
manually with "mingw32-make".
Steps to Reproduce:
1. Take your project
2. Run cmake-gui and configure the project
3. Select "eclipse cdt4 mingw" generator
4. Import from "existing project" in eclipse
5. Select "build all" or double click on a special target
6. Eclipse does nothing
Expected:
Run the makefile
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-08-07 10:44 A. Klitzing New Issue
======================================================================
More information about the cmake-developers
mailing list