CL 4020 not compiling on MAC

Discussion about CodeLite development process and patches
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

CL 4020 not compiling on MAC

Post by frank_frl »

Hi Eran,

problem compiling CL4020 on my MAC

Code: Select all

LiteEditor/app.cpp: In member function ‘virtual bool App::OnInit()’:
LiteEditor/app.cpp:246: error: ‘WaitForDebugger’ was not declared in this scope
Line 173 in app.cpp must be changed to:

Code: Select all

#if defined(__WXGTK__) || defined(__WXMAC__)
Frank
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CL 4020 not compiling on MAC

Post by eranif »

Fixed in trunk
Eran
Make sure you have read the HOW TO POST thread
Post Reply