Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: killerbot on May 01, 2018, 09:48:11 am

Title: build problem on linux
Post by: killerbot on May 01, 2018, 09:48:11 am
cbeditor.cpp: In static member function 'static void cbEditor::InternalSetEditorStyleBeforeFileOpen(cbStyledTextCtrl*)':
cbeditor.cpp:1497:59: error: 'wxYELLOW' was not declared in this scope
     control->MarkerSetBackground(DEBUG_MARKER_HIGHLIGHT, *wxYELLOW);

seems some include might be missing, haven't had time to investigate myself yet.

FYI : my linux box is stil using wx 2.8.12
Title: Re: build problem on linux
Post by: oBFusCATed on May 01, 2018, 10:50:34 am
Uf, sorry...
Title: Re: build problem on linux
Post by: killerbot on May 01, 2018, 08:32:03 pm
solved.