Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Pheztiv on July 01, 2008, 03:50:26 am
-
I'm trying to run a basic "hello world" type of program.. or any program, but it keeps on giving me this...
Last login: Mon Jun 30 21:37:57 on ttyp4
/Users/ryanwagner/Desktop/Untitled1
Welcome to Darwin!
ryan-wagners-computer:~ ryanwagner$ /Users/ryanwagner/Desktop/Untitled1
-bash: /Users/ryanwagner/Desktop/Untitled1: Permission denied
ryan-wagners-computer:~ ryanwagner$
I don't know why it's giving me the Permission denied.
Please help.
Obviously I'm very much a beginner.
-
chmod -R 777 /Users/ryanwagner/Desktop/
:) and try again.
-
It seems to be working now after that, but I tried to make another file but the problem with this is...
-bash: /Users/ryanwagner/Desktop/Test: No such file or directory
-
show me
#ls -l /Users/ryanwagner/Desktop/
-
it doesn't do anything... This is a mac I'm using. With a mac, do people normally have to tweak anything to get a complier to work?