Page 1 of 1

CL 3703 MAC problems

Posted: Tue Feb 02, 2010 7:44 pm
by frank_frl
Hi Eran,

I have 2 problems on MAC with CL3703.

1. I can not start my app anymore from within CL.

Code: Select all

Current working directory: /Users/franklichtner/Dev/c-projects/AudioMultiMeter/MACRelease
Running program: osascript -e 'tell application "Terminal"' -e 'activate' -e 'do script with command "cd "/Users/franklichtner/Dev/c-projects/AudioMultiMeter" && cd "./MACRelease" && open PG-AMM.app "' -e 'end tell'
Program exited with return code: 1
2. When I try to change the editor font CL crashes in wxFontDialog (OSX 10.5.8, maybe the fix for 10.6 causes this?)

Regards

Frank

Re: CL 3703 MAC problems

Posted: Tue Feb 02, 2010 9:29 pm
by eranif
frank_frl wrote:2. When I try to change the editor font CL crashes in wxFontDialog (OSX 10.5.8, maybe the fix for 10.6 causes this?)
Probably

I did not realize it causes error on OSX10.5.X... is there a way to upgrade to 10.6?
frank_frl wrote:1. I can not start my app anymore from within CL.
There seems to be an extra quotations marks around the 'cd' command. I do have a fix for this written by Auria, which she kindly written an OpenTerm utility for Mac

Eran