CL 3703 MAC problems

General questions regarding the usage of CodeLite
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

CL 3703 MAC problems

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CL 3703 MAC problems

Post 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
Make sure you have read the HOW TO POST thread
Post Reply