From: Petr M. <mi...@ph...> - 2004-02-13 10:18:55
|
> > > > Compiling gplt_x11.c fails under OS/2 -- I have XFree86 3.3.2 -- can someone > > > > help? I guess this is some kind of new code -- there are no SELECT_TYPE_* > > > > constants in any X11 header file. > > > > > > config/config.* need to be updated. > > > > But how? > > Read the comments, understand them, and then turn the #undef into a > #define with the correct right-hand side (a type, enclosed in > parentheses). Just as 'configure' will do. A "man select" or a peek > into your platforms <unistd.h> or <sys/select.h> should clarify what to > put there. Aha, these are types of parameters 1, 2-4, 5 for function select()! --- pm |