WineX compile problem

Joe Mason jcmason at student.math.uwaterloo.ca
Fri Nov 9 12:51:50 CST 2001


In article <3BEB5BDD.EA7FB031 at linux.com>, scott  <scott.nipp at linux.com> wrote:
>	I am trying to get the latest CVS of WineX running on my box, Mandrake
>8.1.  I have run into a compile problem, and I am not having any luck
>finding anything about this.  The configure and make depend go fine. 
>During the make, I get the following error...
>
>gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall
>-mpreferred-stack-boundary=2 -fPIC -D__WINE__  -D_REENTRANT
>-I/usr/X11R6/include -o ddraw/hal.o ddraw/hal.c
>In file included from ddraw/hal.c:20:
>ddraw/gl.h:65: parse error before `PFNGLACTIVETEXTUREARBPROC'
>ddraw/gl.h:65: warning: no semicolon at end of struct or union
>ddraw/gl.h:65: warning: type defaults to `int' in declaration of
>`glClientActiveTextureARB'

<snip>

I had a similar problem on my Debian system, with nvidia's drivers.  Tracked
it to, er, "wingl.h" or "gl/windrv.h" or something like that, where the block
which defined these symbols was bracketed in a #ifdef.  As a quick hack I
just commented out the #if so that they'd always be compiled in.  Unfortuntely,
I haven't had any time to look at it since and figure out the 'correct'
solution.

Sorry to be so vague, but I won't be back at my home box until Sunday.  If
you need a more complete answer, email me and I'll get back to you next week.

Joe



More information about the wine-users mailing list