gks@hawk.ulowell.edu (Graphical Kernel System) (07/28/88)
Hi there,
I am generating the following errors while running
Make on X10/libvs100/packet.h :
"packet.h", line 237: warning: structured type union member must be named
"packet.h", line 257: warning: structured type union member must be named
... referring to FillAreaPacket.fap_source.const
and FloodAreaPacket.flp_source.const
and on X10/libvs100/data.c
"draw.c", line 78: syntax error
"draw.c", line 79: syntax error
...referring to dcp->dcp_source.const = srcpix & 1;
and dcp->secondSource.const = altpix & 1;
Any suggestions or ideas...
gks@hawk.ulowell.edu