"Jacob (=Jouk) Jansen" wrote:
>
> Hi All,
>
> I got the following compile problem on VMS:
>
> cc /include=([-.include],[])/define=(PTHREADS=1)/name=(as_is,short) RASTPOS.C
>
> const GLchan *sumA = ctx->Light._BaseAlpha;
> ........................^
> %CC-W-PTRMISMATCH, In the initializer for sumA, the referenced type of the point
> er value "ctx->Light._BaseAlpha" is "float", which is not compatible with "const
> unsigned char".
> at line number 108 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20010501.MESA.SRC]RA
> STPOS.C;2
>
> Probably something was missed when ewnabling floats for color indexing.
>
I've done the obvious thing in that file, may need further testing.
Keith
|