Today is my first day using CodeLite ( http://codelite.org/ ), and I keep getting random errors. I managed to fix most of them, but did not find how to fix it: The executable file is not specified, use "target exec" It is displayed when I click the "Start" or "Continue the debugger" button. The only solution I found was the following: http://www.gamedev.net/topic/605071-codelite-cpp-variadic-templates-error/ , but this did not fix the problem. I want to use a program to run and create C ++ codes, do I need to change something in the default settings? Thanks.
Here is the solution:
From the main menu, select "Workspace" and then "New Project". On the left side, select Console> Simple Executable (g ++). On the right side, enter the project name and path, click OK. Now you can replace \ change the contents of main.cpp by default (it will be shown on the left) with your code.
source share