Group Policy for CodeLite

CodeLite installation/troubleshooting forum
croolsby
CodeLite Curious
Posts: 1
Joined: Wed Oct 09, 2013 9:15 am
Genuine User: Yes
IDE Question: C++
Contact:

Group Policy for CodeLite

Post by croolsby »

Hello,

I'm having trouble getting CodeLite to build any projects. This is what I'm getting: http://imgur.com/Q18ENwX
It seems like C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f Makefile" is blocked by group policy.
However, I can manually run cmd.exe and give it mingw32-make.exe, and it will work.
My group poilicy is set to allow executables to run if they are in "Program Files" folder (both 64-bit and 32-bit programs), or if they are in the "WINDOWS" folder.
I also have "C:\MinGW\bin" added both in software restriction policies (allowed) and in the enviornment variable.
What else should be added to software restriction policies?

SOLUTION:
http://stackoverflow.com/questions/1919 ... 6#19266256