Author Topic: build problem on linux  (Read 3437 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
build problem on linux
« 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
« Last Edit: May 01, 2018, 09:54:06 am by killerbot »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: build problem on linux
« Reply #1 on: May 01, 2018, 10:50:34 am »
Uf, sorry...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: build problem on linux
« Reply #2 on: May 01, 2018, 08:32:03 pm »
solved.