Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!venus!newsmgr From: oxalis@friedel.yale.edu (michael sintchak) Newsgroups: comp.sys.sgi Subject: problems compiling MDQS batch software Message-ID: <800.27b6ca3e@venus.ycc.yale.edu> Date: 11 Feb 91 21:45:49 GMT Organization: yale university Lines: 39 I'm having problems getting MDQS to compile on my presonal Iris. I seem to be having problems with the file 'qumeserver.c' and a structure which isn't defined in the standard system libraries. This is the error message I keep getting (during make): ============================= cc -c -O -I. -I../h -I/usr/include/bsd ../src/qumeserver.c ccom: Error: ../src/qumeserver.c, line 33: unknown size struct sgttyb ttyb = -------------------^ ccom: Error: ../src/qumeserver.c, line 35: unknown size 0000011,0000011, ---------^ ccom: Error: ../src/qumeserver.c, line 35: operands of = have incompatible types 0000011,0000011, ---------^ ccom: Error: ../src/qumeserver.c, line 35: unknown size 0000011,0000011, -----------------^ (ccom): ../src/qumeserver.c, line 35: cannot recover from earlier errors: goodby e! 0000011,0000011, -----------------^ *** Error code 1 Stop. ============================== Can someone who has installed this on their system tell me what I have to change so that this will compile correctly? Thanks in advance for your help. Mike Sintchak oxalis%friedel@venus.ycc.yale.edu