From: Petr M. <mi...@ph...> - 2004-02-12 17:39:35
|
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. gcc -DOS2 -DHAVE_CONFIG_H -ffloat-store -O4 -mpentium -Wall -Wno-unused -Wno-comment -Zmt -DPM3D -Zmt -DUSE_MOUSE -DHAVE_CONFIG_H -ffloat-store -IE:/XFree86/include -c -o gplt_x11.o gplt_x11.c gplt_x11.c: In function `mainloop': gplt_x11.c:724: `SELECT_TYPE_ARG1' undeclared (first use in this function) gplt_x11.c:724: (Each undeclared identifier is reported only once gplt_x11.c:724: for each function it appears in.) gplt_x11.c:724: parse error before `nfds' gplt_x11.c:741: `nfds' undeclared (first use in this function) gplt_x11.c:784: `SELECT_TYPE_ARG234' undeclared (first use in this function) gplt_x11.c:784: `SELECT_TYPE_ARG5' undeclared (first use in this function) gplt_x11.c:784: parse error before `timer' gplt_x11.c:723: warning: `nf' might be used uninitialized in this function make: *** [gplt_x11.o] Error 1 |