Page 1 of 1

compile errors r5933

Posted: Sat Nov 03, 2012 8:35 pm
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

Re: compile errors r5933

Posted: Sat Nov 03, 2012 8:44 pm
by eranif
Yes, I keep building with PCH enabled.. fixed in trunk

Eran