Run button doesn't seem to work.
Posted: Tue Feb 06, 2018 3:17 pm
Hi guys,
I started working on a project developed by someone else (with codelite).
I can build the project just fine and when I manually run the executable (so from the debug folder) the application starts without problem.
But I can't seem to get the run button (Build -> Run) inside codelite to execute the project. Literally nothing happens.
These are my settings in the general tab:
Intermediate Folder: ./Debug
Output File: $(IntermediateDirectory)/$(ProjectName)
Executable to Run / Debug: ./$(ProjectName)
Working Direcotry: $(IntermediateDirectory)
So my project is in a different folder then the workspace, but I have tried changing the folders/paths to option I can come up with with no results. Also, the project build just fine inside the ./Debug folder, So I have no idea whats happening.
Both the original developer and I run ubuntu 16.04 and are on the stable release of codelite
I started working on a project developed by someone else (with codelite).
I can build the project just fine and when I manually run the executable (so from the debug folder) the application starts without problem.
But I can't seem to get the run button (Build -> Run) inside codelite to execute the project. Literally nothing happens.
These are my settings in the general tab:
Intermediate Folder: ./Debug
Output File: $(IntermediateDirectory)/$(ProjectName)
Executable to Run / Debug: ./$(ProjectName)
Working Direcotry: $(IntermediateDirectory)
So my project is in a different folder then the workspace, but I have tried changing the folders/paths to option I can come up with with no results. Also, the project build just fine inside the ./Debug folder, So I have no idea whats happening.
Both the original developer and I run ubuntu 16.04 and are on the stable release of codelite