Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to build a project with "./configure && make"(To build a project with "./configure && make")
How to build a project with "./configure && make" [message #759084] Sat, 26 November 2011 02:16 Go to next message
Eclipse UserFriend
I downloaded a open source tetris game and it says that to build the project, I need to type "./configure && make" under the project directory.

I typed it in the terminal and built it successfully. But I didn't know how to do the same thing with Eclipse.

I right the Makefile in the Project Explore -> Make Targets -> Build -> Add a new one with target mane be "tetris" and build command "./configure && make", but the result was "(Cannot run program "configure": Unknown reason)".
Re: How to build a project with "./configure && make" [message #759289 is a reply to message #759084] Mon, 28 November 2011 04:43 Go to previous message
Eclipse UserFriend
Looks like your build command is executed in the wrong path. You can define the build path in Project Properties->C/C++ Build (Build location). Here you also overwrite the default build command if you like.
Previous Topic:C++ Build problem!!!!!!!!!!!!
Next Topic:transfer CDT project from linux to windows
Goto Forum:
  


Current Time: Thu Jul 10 23:16:01 EDT 2025

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

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

Back to the top