From: jesse@astro.ocis.temple.edu (The Hollow Man) Subject: Gaaahh! More term 1.07 trouble!! Date: 9 Apr 1993 04:11:00 GMT
Strictly speaking this isn't a linux question, but there seem to be
a lot of people here who can cope with term...
I'm working on a CDC workstation with BSD unix installed, and i'm
trying to get term working so that i can connect to it via my
linux box (see? there is *some* connection :) and the damn thing
won't compile at *all*, and i'm getting the most confusing error
messages from gcc...
Can anyone help? Has anyone seen this problem? Will Our Hero
finally get what he really really wants from xwindows? Stay
tuned to responses to this very post. Same bat-time, same
bat-channel.
Thanks in advance, folks...
Here's the error msgs I'm getting:
-O -Wall -funsigned-char -c main.c
In file included from includes.h:82, from main.c:7:
/usr/include/unistd.h:40: warning: `R_OK' redefined
/bsd43/usr/include/bsd43/sys/fcntl.h:141: warning: this is the location of the p
/usr/include/unistd.h:41: warning: `W_OK' redefined
/bsd43/usr/include/bsd43/sys/fcntl.h:140: warning: this is the location of the p
/usr/include/unistd.h:42: warning: `X_OK' redefined
/bsd43/usr/include/bsd43/sys/fcntl.h:139: warning: this is the location of the p
/usr/include/unistd.h:43: warning: `F_OK' redefined
/bsd43/usr/include/bsd43/sys/fcntl.h:138: warning: this is the location of the p
/usr/include/unistd.h:45: warning: `F_ULOCK' redefined
/bsd43/usr/include/bsd43/sys/fcntl.h:142: warning: this is the location of the p
/usr/include/unistd.h:46: warning: `F_LOCK' redefined
/bsd43/usr/include/bsd43/sys/fcntl.h:143: warning: this is the location of the p
/usr/include/unistd.h:47: warning: `F_TLOCK' redefined
/bsd43/usr/include/bsd43/sys/fcntl.h:144: warning: this is the location of the p
/usr/include/unistd.h:48: warning: `F_TEST' redefined
/bsd43/usr/include/bsd43/sys/fcntl.h:145: warning: this is the location of the p
In file included from term.h:1, from includes.h:6, from main.c:7:
config.h:130: parse error before string constant
In file included from /bsd43/usr/include/string.h:33, from includes.h:30, from m
/bsd43/usr/include/bsd43/strings.h:28: warning: conflicting types for built-in f
In file included from includes.h:80, from main.c:7:
/bsd43/usr/include/stdlib.h:37: conflicting types for `size_t'
/bsd43/usr/include/sys/types.h:96: previous declaration of `size_t'
main.c: In function `sig_child':
main.c:119: warning: implicit declaration of function `wait3'
main.c:126: warning: implicit declaration of function `fprintf'
main.c: In function `read_rc':
main.c:149: warning: implicit declaration of function `sprintf'
main.c:177: warning: implicit declaration of function `chdir'
main.c:302: warning: implicit declaration of function `fclose'
main.c: In function `main':
main.c:328: warning: implicit declaration of function `setbuf'
main.c:363: warning: implicit declaration of function `open'
main.c:365: warning: implicit declaration of function `perror'
main.c:370: warning: implicit declaration of function `close'
main.c:371: warning: implicit declaration of function `dup2'
main.c:450: warning: implicit declaration of function `mkdir'
main.c: In function `main_loop':
main.c:567: warning: implicit declaration of function `bzero'
main.c:631: warning: implicit declaration of function `select'
main.c:648: `ERR_BLOCK' undeclared (first use this function)
main.c:648: (Each undeclared identifier is reported only once
main.c:648: for each function it appears in.)
main.c:678: warning: implicit declaration of function `accept'
*** Error code 1
Stop.
[12:07am]:
HELP!!!!