[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users 01130] Compile Error in Today's CVS



I just updated and tried building on an i686-linux-gnu box. I ran
./configure; xmkmf -a; make and get the following error:

draw.c: In function `process_direc':
draw.c:834: `CTL_OPAQUE' undeclared (first use in this function)
draw.c:834: (Each undeclared identifier is reported only once
draw.c:834: for each function it appears in.)

Sure enough, grep shows that CTL_OPAQUE isn't defined in any of the files.

David