[SOLVED] Code lite cannot access project folder
Posted: Sat May 02, 2015 9:51 pm
I created a project, but Codelite cannot clean the directory.
whenever I press Clean, I get:
would run fine, as long as there is a previous compilation
Note that my project is in C:\, and that it worked just fine when I first created it!
The problem, though, is fixed when I run as administrator.
Any suggestions to avoid that?
whenever I press Clean, I get:
Also, when I press build, the program runs without any build errors, completely ignoring the code. For example, this:C:\Windows\system32\cmd.exe /C C:/MinGW-4.8.1/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile clean
"----------Cleaning project:[ downloads - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'C:/CodeLite/Hellenico_Problems/downloads'
rm -f -r ./
rm: cannot remove `.' or `..'
mingw32-make.exe[1]: *** [clean] Error 1
mingw32-make.exe: *** [clean] Error 2
downloads.mk:108: recipe for target 'clean' failed
mingw32-make.exe[1]: Leaving directory 'C:/CodeLite/Hellenico_Problems/downloads'
Makefile:7: recipe for target 'clean' failed
2 errors, 0 warnings
Code: Select all
lohsuansldfm;als
Note that my project is in C:\, and that it worked just fine when I first created it!
The problem, though, is fixed when I run as administrator.
Any suggestions to avoid that?