after declaring DISPLAY_METHOD = xgl
 
Compiling src/unix/main.c ...
Compiling src/unix/sound.c ...
Compiling src/unix/keyboard.c ...
Compiling src/unix/devices.c ...
Compiling src/unix/video.c ...
In file included from /usr/include/GL/glx.h:27,
                 from video-drivers/gltool.h:53,
                 from video-drivers/glmame.h:35,
                 from video.c:10:
/usr/X11R6/include/X11/Xmd.h:134: conflicting types for `INT32'
osd_cpu.h:45: previous declaration of `INT32'
make[1]: *** [../../xmame.obj/unix.xgl/video.o] Error 1
make[1]: Leaving directory `/home/sonik/src/xmame-0.69.1/src/unix'
make: *** [osdepend] Error 2
 
from "src/unix/osd_cpu.h"              

/* grrr work around some stupid header conflicts */
#if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64
typedef signed   char      INT8;
typedef signed   short     INT16;
typedef signed   int       INT32;
#endif
 
i suspect that the work around is in fact NOT working around...
 
some info:  RedHat 9, Nvidia GEforce2 Pro  nvidia.o Kernel Module  1.0-4363
 
 

---
Scanned ...
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.476 / Virus Database: 273 - Release Date: 24-Apr-03

Reply via email to