Page 1 of 1

Setup Error Message at end of install

Posted: Fri Dec 01, 2017 4:13 am
by TDIhead
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

Re: Setup Error Message at end of install

Posted: Fri Dec 01, 2017 10:00 pm
by eranif
- 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