Path: utzoo!attcan!utgpu!utstat!jarvis.csri.toronto.edu!rutgers!usc!apple!sun-barr!newstop!sun!warp!rock From: rock%warp@Sun.COM (Bill Petro) Newsgroups: comp.sources.bugs Subject: Pcomm fails to compile Message-ID: <127051@sun.Eng.Sun.COM> Date: 30 Oct 89 19:38:24 GMT Sender: news@sun.Eng.Sun.COM Distribution: comp Lines: 25 Here's what I do: % make cc -O -sun3 -c admin.c cc -O -sun3 -c chg_dir.c "chg_dir.c", line 24: chtype undefined "chg_dir.c", line 24: syntax error at or near constant '|' "chg_dir.c", line 26: A_BOLD undefined *** Error code 1 make: Fatal error: Command failed for target `chg_dir.o' The range of lines is this: box(ch_win, VERT, HORZ); mvwattrstr(ch_win, 0, 3, A_BOLD, " Change directory "); wmove(ch_win, 3, 19); wrefresh(ch_win); I don't know where A_BOLD is defined, except in misc.h Any help? Bill Petro {decwrl,hplabs,ucbvax}!sun!Eng!rock "UNIX for the sake of the kingdom of heaven" Matthew 19:12