Author Topic: "permission denied" not going away!! <SOLVED!>  (Read 3844 times)

outrageouscheese

  • Guest
"permission denied" not going away!! <SOLVED!>
« on: December 08, 2015, 10:54:05 pm »
-
« Last Edit: January 17, 2018, 09:35:25 pm by outrageouscheese »

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: "permission denied" not going away!!
« Reply #1 on: December 09, 2015, 11:57:13 am »
Have you tried deactivating your antivirus?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: "permission denied" not going away!!
« Reply #2 on: December 09, 2015, 08:37:23 pm »
ERROR: cannot open output file bin\Debug\filename.exe Permission Denied
Well this could be because you are trying to build your executable in a folder where you have no access to. Where exactly (full path) do you intent to create this file according to your project setup?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

outrageouscheese

  • Guest
Re: "permission denied" not going away!!
« Reply #3 on: December 10, 2015, 12:35:07 am »
-
« Last Edit: January 17, 2018, 09:35:33 pm by outrageouscheese »