From: Petr M. <mi...@ph...> - 2004-02-12 18:43:40
|
> > 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? > They're supposed to be provided by autoconf. See config.hin. You'll > have to refresh config/config.os2 accordingly. I see config.hin, I see config.amg -- both do #undef SELECT_TYPE_... but gplt_x11.c fails because it is undefined! How should I define it? Or should rather be the code using it be surrounded by #ifdef PIPE_IPC?? What does that problematic code mean? --- pm |