Anthony N
Anthony N
Do you have an example of this behavior and what you would expect from this error? Or general ideas for what that message should entail?
Looking into this a bit more I don't see how this flag would have ever worked. Can anyone confirm this?
@mcdermj Got it. Compiling now with just libwxbase3.0-dev wx3.0-headers installed and the --without-gui flag. Fingers crossed. Trying to get a raspberry pi + dvmega running as a hotspot and some...
`wx/textctrl.h` is only included in `wx/wx.h` if `wxUSE_GUI` is set: https://github.com/wxWidgets/wxWidgets/blob/master/include/wx/wx.h#L81 Looks like an issue since we have a dependency on wxTextCtrl: ``` GUICommon/RestrictedTextCtrl.h 24:class CRestrictedTextCtrl : public wxTextCtrl {...
Even with libwxgtk3.0-dev installed I still hit this with --without-gui: ``` pi@raspberrypi:~/OpenDV/ircDDBGateway $ dpkg -s libwxgtk3.0-dev Package: libwxgtk3.0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 197 Maintainer: wxWidgets...
Sorry for the delay. I have a fix + test case, but haven't gotten around to cleaning it up and making the pull request. Shooting for EOD tomorrow.