Pcomm fails to compile

Bill Petro rock%warp at Sun.COM
Tue Oct 31 06:38:24 AEST 1989


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



More information about the Comp.sources.bugs mailing list