compile errors r5933

Discussion about CodeLite development process and patches
scottfuz
CodeLite Curious
Posts: 8
Joined: Thu Nov 01, 2012 2:27 pm
Genuine User: Yes
IDE Question: C++
Contact:

compile errors r5933

Post by scottfuz »

I had a few errors stop the compile on r5933.

Code: Select all

Plugin/VirtualDirectorySelectorDlg.cpp:91:5: error: ‘wxWindowUpdateLocker’ was not declared in this scope
Plugin/VirtualDirectorySelectorDlg.cpp:218:102: error: ‘wxGetTextFromUser’ was not declared in this scope
Plugin/VirtualDirectorySelectorDlg.cpp:225:82: error: ‘wxMessageBox’ was not declared in this scope
Plugin/VirtualDirectorySelectorDlg.cpp:232:124: error: ‘wxMessageBox’ was not declared in this scope
Fixed by adding include statements for wupdlock, textdlg and msgdlg.
Patch below

---EDIT---
will post to mailing list
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: compile errors r5933

Post by eranif »

Yes, I keep building with PCH enabled.. fixed in trunk

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