Xref: utzoo comp.unix.ultrix:2132 comp.windows.x:15007 Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!uwm.edu!gem.mps.ohio-state.edu!samsung!cs.utexas.edu!hellgate.utah.edu!helios.ee.lbl.gov!epb2.lbl.gov!envbvs From: envbvs@epb2.lbl.gov (Brian V. Smith) Newsgroups: comp.unix.ultrix,comp.windows.x Subject: compiling xgks Keywords: illegal enum comparison Message-ID: <4203@helios.ee.lbl.gov> Date: 10 Nov 89 19:55:03 GMT Sender: usenet@helios.ee.lbl.gov Reply-To: envbvs@epb2.lbl.gov (Brian V. Smith) Organization: Lawrence Berkeley Laboratory Lines: 22 Sorry if this gets posted twice, I'm not sure if it was accepted the first time. 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@lbl.gov) Lawrence Berkeley Laboratory I don't speak for LBL, these non-opinions are all mine.