From: <jo...@hr...> - 2001-05-01 07:12:26
|
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. Jouk Bush : All votes are equal but some votes are more equal than others. >------------------------------------------------------------------------------< Jouk Jansen jo...@hr... Technische Universiteit Delft tttttttttt uu uu ddddddd Nationaal centrum voor HREM tttttttttt uu uu dd dd Rotterdamseweg 137 tt uu uu dd dd 2628 AL Delft tt uu uu dd dd Nederland tt uu uu dd dd tel. 31-15-2781536 tt uuuuuuu ddddddd >------------------------------------------------------------------------------< |