From owner-freebsd-ports Wed May 15 08:04:24 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA24477 for ports-outgoing; Wed, 15 May 1996 08:04:24 -0700 (PDT) Received: from unb15.campus.unal.edu.co ([200.21.26.240]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA24411 for ; Wed, 15 May 1996 08:03:44 -0700 (PDT) Received: (from pedro@localhost) by unb15.campus.unal.edu.co (8.6.12/8.6.12) id KAA08627; Wed, 15 May 1996 10:01:14 -0500 Date: Wed, 15 May 1996 10:01:14 -0500 (EST) From: "Pedro Giffuni S." To: Andrew Davydov cc: ports@freebsd.org Subject: Re: Free BBS system In-Reply-To: <199605150532.AA08065@ns.okbmei.msk.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 15 May 1996, Andrew Davydov wrote: > Hi, > > I found a free BBS system called Eagles BBS. It says it works under lots > > of OS`s including FreeBSD. > > The URL is: > > ftp://seabass.st.usm.edu/pub/EaglesBBS > > > I have a problem > during comlition: > > cd pbbs; gcc -c -I.. -O2 -m486 term.c > term.c:29:termio.h: No such file or direcrory > *** Error code 1 > > Please help me. > Where can I get rermio.h??? > > ---------- > Andrew L.Davydov > I had different problems, and couldn't compile the new beta version. It seems that they meant it compiled under FreeBSD 1.x, not 2.x. Try changing the SYSV term difinition. The new beta has this on the osdeps.h: #if NEXTSTEP || MACHTEN || FREEBSD # define NO_TERMIO 1 #endif (of course define you are using freebsd). also please report directly with the author, his address is at the end of the Guide :). regards, Pedro.