Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ninja9578 on April 16, 2010, 08:26:10 pm

Title: Request for Mac fix in Build and Run
Post by: ninja9578 on April 16, 2010, 08:26:10 pm
If the absolute path of the executable has a space in it, running it always fails.  The simple fix is to place the entire string that is given to the terminal in a set of quotes  ;)
Title: Re: Request for Mac fix in Build and Run
Post by: afb on April 18, 2010, 05:05:48 pm
With the amount of quoting levels* going on, it's not "simple" but should be fixed...

* i.e. osascript gets a quoted string of something to tell terminal to do as a script