Hi. Despite the Setup Error I get at the latter part of installation which says "IPersist::Save failed; code 0x8007005. Access is denied", Codelite still loads and runs. The "Access is denied" message also comes up when I build and run source code as follows:
C:\WINDOWS\system32\cmd.exe /C C:/TDM-GCC-64/bin/mingw32-make.exe -j8 SHELL=cmd.exe -e -f Makefile
"----------Building project:[ 01_HelloWorld - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'C:/Users/Raph/Desktop/Udemy/C Programming For Beginners/CProjects/Step02/01_HelloWorld'
Access is denied.
mingw32-make.exe[1]: *** [Debug/01_HelloWorld] Error 1
01_HelloWorld.mk:78: recipe for target 'Debug/01_HelloWorld' failed
mingw32-make.exe[1]: Leaving directory 'C:/Users/Raph/Desktop/Udemy/C Programming For Beginners/CProjects/Step02/01_HelloWorld'
mingw32-make.exe: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
====1 errors, 0 warnings====
Can someone point me in the right direction as to how to solve this?
Thanks
CodeLite - 11.0.1
Windows 10 OS
Setup Error Message at end of install
-
- CodeLite Curious
- Posts: 1
- Joined: Fri Dec 01, 2017 3:29 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Setup Error Message at end of install
- Try creating your workspace in a folder without paths (known issues with MinGW)
- If this does not help, create a new workspace on the different folder with write permissions
- If this does not help, create a new workspace on the different folder with write permissions
Make sure you have read the HOW TO POST thread