Author Topic: Help(mac version)  (Read 6335 times)

crazydribblex

  • Guest
Help(mac version)
« on: October 04, 2009, 07:11:10 pm »
Why I can't build any thing in Mac OSX 10.5
And when I run,
Checking for existence: /Users/xinjianjin/Documents/C++/c++work/Untitled1
Executing: osascript -e 'tell app "Terminal" to do script "/Users/xinjianjin/Documents/C++/c++work/Untitled1"'  (in /Users/xinjianjin/Documents/C++/c++work)
Process terminated with status 0 (0 minutes, 2 seconds)

And the bash says
-bash: /Users/xinjianjin/Documents/C++/c++work/Untitled1: Permission denied



shlomka

  • Guest
Re: Help(mac version)
« Reply #1 on: September 09, 2011, 04:48:18 pm »
Hi,

I have unfortunely the same problem.
Can anybody help us?

PLZ

REgards

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Help(mac version)
« Reply #2 on: September 09, 2011, 04:58:46 pm »
I have unfortunely the same problem.
Can anybody help us?
Fix this:
-bash: /Users/xinjianjin/Documents/C++/c++work/Untitled1: Permission denied
...by setting the permissions accordingly and/or moving the files to a path where you have full access.

Please note, that this is not a C::B issue.
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