Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CMake Setup Windows mingw(How to setup eclipse for cmake )
CMake Setup Windows mingw [message #1840472] Thu, 15 April 2021 20:36 Go to next message
Eclipse UserFriend
I've been trying to set up new projects to run cmake. I want to build a project in cmake. I have already installed cmake the software and mingw on a windows 10 computer. I've tried to create the project then turn it into a cmake project by adding a different debug and release configuration. I have also tried importing an existing code by creating a cmake file with simple commands. The error I get is: symbol cout could not be resolved and that none of the C++ standard library is included.

[Updated on: Thu, 29 April 2021 04:47] by Moderator

Re: CMake Setup Windows mingw [message #1840482 is a reply to message #1840472] Fri, 16 April 2021 04:25 Go to previous messageGo to next message
Eclipse UserFriend
Quote:
'cmake' is not recognized as an internal or external command


Eclipse just starts a process to run external commands.
It's really the OS that isn't recognizing it.

Assuming you actually have cmake installed, try placing the path to it in the system execution path list (Path) variable.
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Re: CMake Setup Windows mingw [message #1840514 is a reply to message #1840482] Fri, 16 April 2021 23:16 Go to previous message
Eclipse UserFriend
I actually already did that. Thank you for your response.
Previous Topic:Headless CDT build in docker, is it broken ?
Next Topic:Console has different output in debug and normal run mode
Goto Forum:
  


Current Time: Sun Jul 13 20:59:27 EDT 2025

Powered by FUDForum. Page generated in 0.03861 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top