Discussion about CodeLite development process and patches
-
frank_frl
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
-
Contact:
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
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »
Fixed in trunk
Eran