
Help for c compiling error
I was trying to compile in hpux 9.01 ( in cc compiler )
*command statement for compile
cc -c -I../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/int
erface -Ilibnurbs/nurbtess +O3 -Aa -Ac
+e -D_HPUX_SOURCE -I/usr/include/X11R5 -DUSE_XSHM -DLIBRARYBUILD
libutil/mipmap.c -o libutil/mipmap.o
* c source
static void halveImagePackedPixelSlice(int components,
line number 5981 void (*extractPackedPixel) (int, const void *,GLfloat
[]),
line number 5981 void (*shovePackedPixel) (const GLfloat [],int, void
*),
GLint width, GLint height, GLint depth,
const void *dataIn, void *dataOut,
GLint pixelSizeInBytes,
GLint rowSizeInBytes,
GLint imageSizeInBytes,
GLint isSwap)
*error message
cc: "libutil/mipmap.c", line 5981: error 1710: Illegal abstract declarator
in parameter list.
cc: "libutil/mipmap.c", line 5982: error 1710: Illegal abstract declarator
in parameter list
i want to know c compile option able to compile above statement