On Tue, 6 Mar 2018, Aaron M. Ucko wrote:
../../../../sip/cpp/sip_corecmodule.cpp:15517:51: error: '::wxFSW_EVENT_ACCESS' has not been declared [...] ../../../../sip/cpp/sip_corecmodule.cpp:15529:55: error: '::wxFSW_WARNING_OVERFLOW' has not been declared ../../../../sip/cpp/sip_corecmodule.cpp:17889:31: error: 'wxEVT_FSWATCHER' was not declared in this scope Could you please take a look?
Yep, it looks like this is because the wxwidgets3.0 build doesn't have wxFileSystemWatcher support, which is because it couldn't find inotify. It looks like inotify isn't available on Hurd?
Scott