compiling xgks fortran library

Brian V. Smith envbvs at epb2.lbl.gov
Sat Nov 11 05:44:46 AEST 1989


I am trying to compile the fortran library part of xgks.

/bin/cc -I. -I/usr/include/X11 -O  -c control.c
"control.c", line 410: illegal comparison of enums
"control.c", line 410: illegal comparison of enums

The objects in question are just enumerated constants, which according
to Kernighan and Ritchie, are just ints.
They are being compared to an enumerated constant and an integer.
How can there be an "illegal comparison of enums"?

I am doing this on Ultrix 3.0, vaxstation II.

This works fine on SunOs 4.0

_____________________________________
Brian V. Smith    (bvsmith at lbl.gov)
Lawrence Berkeley Laboratory
I don't speak for LBL, these non-opinions are all mine.



More information about the Comp.lang.c mailing list