Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Anonymous on March 03, 2005, 05:02:00 am

Title: CVS Compile Error
Post by: Anonymous on March 03, 2005, 05:02:00 am
Code
[bana@localhost src]$ make -f Makefile.unix
Compiling sdk\editorconfigurationdlg.cpp...
sdk/editorconfigurationdlg.cpp: In member function `void EditorConfigurationDlg::OnRenameColorTheme(wxCommandEvent&)':
sdk/editorconfigurationdlg.cpp:439: error: 'class wxComboBox' has no member named 'SetString'
make: *** [sdk/.objs/editorconfigurationdlg.o] Error 1


This is compiling from CVS that I just checked out. Just thought I'd let you know (beta5 compiles fine too btw (just to 'prove' that I have wxWidgets setup right :) ))
Title: CVS Compile Error
Post by: mandrav on March 07, 2005, 11:13:45 am
Fixed now. Thanks.

Yiannis.