Re: [MacRuby-devel] posix_spawn Permission denied

2010-10-19 Thread Shaun August
Hi Laurent, Thanks for the reply. This does seem to be caused by dropbox. Zipping the files solved my issue. Thanks, Shaun On 2010-10-18, at 4:25 PM, Laurent Sansonetti wrote: > Hi Shaun, > > Hard to tell, but maybe you're trying to execute a file which does not have > the execution flag

Re: [MacRuby-devel] posix_spawn Permission denied

2010-10-18 Thread Laurent Sansonetti
Hi Shaun, Hard to tell, but maybe you're trying to execute a file which does not have the execution flag set on? Did you try using `chmod +x' on it? Laurent On Oct 14, 2010, at 8:21 PM, Shaun August wrote: > Hi, > > I am building some applications for the first time and when I transfer them

[MacRuby-devel] posix_spawn Permission denied

2010-10-14 Thread Shaun August
Hi, I am building some applications for the first time and when I transfer them over to a new computer I am getting a posix_spawn permission denied error. I read a bit about this on the net and it seems it can be caused by dropbox. I use dropbox to transfer my files but they are always zipped.