From dwparsons at t-online.de Tue Apr 1 00:23:31 2008 From: dwparsons at t-online.de (Dave Parsons) Date: Tue Apr 1 00:23:53 2008 Subject: [wx-os2pm] Re: [wx-os2] Trunk and wx-2.9.0 In-Reply-To: <1JgEBn-0ctauu0@fwd31.aul.t-online.de> Message-ID: <1JgaqB-1VgS4O0@fwd27.aul.t-online.de> On Mon, 31 Mar 2008 09:12:18 +0100, Stefan.Neis@t-online.de wrote: > > > For Watcom there's an additional problem with using select on sockets (IIRC in > > > selectdispatcher.cpp) - probably some missing define or include, based on the > > > observation that gsocket.c(pp) used to compile, didn't it? > > That one is still open since I don't find time to install OpenWatcom and look at > the problem ... Try this or similar, it gets us a bit further #if defined(HAVE_SYS_SELECT_H) #include #include #endif #if defined(__WATCOMC__) #include #include #include #endif Cheers, Dave