Author Topic: showing Permission Denied in ubuntu 8.10  (Read 8844 times)

Offline fahim

  • Single posting newcomer
  • *
  • Posts: 3
showing Permission Denied in ubuntu 8.10
« on: January 18, 2009, 11:36:52 am »
Hi Guys,
  I am using code blocks in Ubuntu 8.10 when i try to run program a simple one as this is my first one using code blocks compiler it shows error saying that Permission denied how to sort it out. Thanks in advance.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: showing Permission Denied in ubuntu 8.10
« Reply #1 on: January 18, 2009, 11:44:16 am »
What about using some punctuation mark, like comas and/or dots, to make post a little more  readable ?

By the way C::B is not a compiler "just" an IDE.

What exactly have you done, and when do you get your errormessage ?

It could be helpful, if you describe your problem a little more.

Offline Green::horn

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: showing Permission Denied in ubuntu 8.10
« Reply #2 on: January 18, 2009, 01:36:25 pm »
Moinsen,

I have also installed CodeBlocks on Ubuntu 8.1o "Intrepid Ibex" and it runs without any problems.

Just installed it with Synaptic and that's all. It works fine in Ubuntu and has more Options than the Windoze version. ;)


Greetz
Greenhorn

Offline fahim

  • Single posting newcomer
  • *
  • Posts: 3
Re: showing Permission Denied in ubuntu 8.10
« Reply #3 on: January 18, 2009, 04:22:45 pm »
Hi Guys,
  Thanks for your replies,
  I will paste you the error i get when i compile a small programme using code blocks the error it shows is

   sh: /path/filename: Permission denied

   Press Enter to continue

 when i press enter the the pop up window shuts off. i just tested it with a small programme just to print out a title.When i compile there is no errors but when i try to run it it shows the error i described above.Let me know how to get rid of this problem thanks in advance

Offline Green::horn

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: showing Permission Denied in ubuntu 8.10
« Reply #4 on: January 18, 2009, 04:54:16 pm »
Hm, maybe your Projects folder isn't in your homepath ?

Did you set it, for example, to ~/CodeBlocks ?

Offline fahim

  • Single posting newcomer
  • *
  • Posts: 3
Re: showing Permission Denied in ubuntu 8.10
« Reply #5 on: January 18, 2009, 04:59:22 pm »
Hi Guys,
  I just set it in my home directory not under code blocks how to get rid of this error.Thanks in Advance.