Re: [Freewx-maint] Bug#892237: wxpython4.0: FTBFS on hurd-i386: wx*FSW* undeclared

2018-03-07 Thread Svante Signell
On Tue, 2018-03-06 at 23:48 -0500, Scott Talbert wrote:
> 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?

Correct, inotify is a Linux only construct.

>From inotify(7):
CONFORMING TO
   The inotify API is Linux-specific.



Re: [Freewx-maint] Bug#892237: wxpython4.0: FTBFS on hurd-i386: wx*FSW* undeclared

2018-03-06 Thread Scott Talbert

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