From owner-freebsd-questions Tue Jan 28 22:34:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13183 for questions-outgoing; Tue, 28 Jan 1997 22:34:55 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA13177 for ; Tue, 28 Jan 1997 22:34:52 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.4/8.6.12) with SMTP id WAA01741; Tue, 28 Jan 1997 22:34:48 -0800 (PST) Date: Tue, 28 Jan 1997 22:34:48 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Anil John cc: questions@freebsd.org Subject: Re: Problems compiling xwpe under FreeBSD 2.1.5 - Help! In-Reply-To: <199701270034.TAA05575@onramp.i95.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 26 Jan 1997, Anil John wrote: > and ran make again. Everything seemed to going along until I got the > following error: > > gcc -O2 -I/usr/include/ncurses -I/usr/X11R6/lib/../include -DTERMCAP > -DRANLIB -D"PRNTCMD=\"lpr\"" -DNOVSWTCH -DRANLIB > -D"DESTDIR=\"/usr/bin\"" -c we_term.c > > we_term.c:11: termio.h: No such file or directory > > I did a locate on 'termio.h'. The only things I could find were: > > /usr/include/sys/termios.h > /usr/include/termios.h Ugly. :( The old termio functions will need to be ported to their termios equivalents. This is *not* easy. You might ask on ports@freebsd.org and see if anyone is willing to port it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major