jeremysalwen / TerminalWx

WxWidgets Terminal Widget
18 stars 6 forks source link

build error #1

Closed kotoroshinoto closed 2 years ago

kotoroshinoto commented 12 years ago

src/terminalwx.cpp: In member function 'virtual void TerminalWx::DisplayChars(co nst wxString&)': src/terminalwx.cpp:63:12: error: 'class TerminalWx' has no member named 'QueueEv ent'

jeremysalwen commented 11 years ago

What version of wxWidgets are you using? You'll need version 2.9 or later, and I suspect this is the problem.

Wolf-SO commented 6 years ago

Would you say that this issue is fixed or invalid by now?

jeremysalwen commented 6 years ago

I would say it is likely caused by someone attempting to compile vs a wxwidgets before 2.9. At the time I posted that comment I double checked that the latest master compiled for me.

kotoroshinoto commented 6 years ago

its been far too long, but I suspect I probably was on the wrong version