Page 1 of 1

CL 4020 not compiling on MAC

Posted: Thu Apr 01, 2010 3:46 pm
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

Re: CL 4020 not compiling on MAC

Posted: Thu Apr 01, 2010 3:59 pm
by eranif
Fixed in trunk
Eran