Heyo, Anyone out there have a file called "unistd.h"? I was trying to compile the patched source to take a look at some of the added code before I added it to my mud and found that it was missing. If you have it and could send it, I would appreciate it. =Spectre +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+ From cat@vuse.vanderbilt.edu Mon, 30 Sep 96 10:49:39 -0600 X-SystemInfo: MyE-Mail: EMail X-ReplyTo-No: 4647 (There are no more replies.) X-Message-No: 4651 (database) From: Thgomas Katzlberger <cat@vuse.vanderbilt.edu> To: circle <circle@cspo.queensu.ca> Subject: Re: [Code] unistd.h Date: Mon, 30 Sep 96 17:49:00 Message-ID: <9609301649.AA00317@garfield.vuse.vanderbilt.edu> Reply-To: katzlbt@vuse.vanderbilt.edu (Thomas Katzlberger) X-POP3-Rcpt: lk4150@per Return-Path: <@QUCDN.QueensU.CA:owner-circle@cspo.queensu.ca> Received: from QUCDN.QueensU.CA (QUCDN.QueensU.CA [130.15.126.2]) by per.cybercity.dk (8.6.12/8.6.12) with SMTP id PAA10315 for <lk4150@krull.dk>; Mon, 30 Sep 1996 15:55:29 +0100 Received: from cspo.queensu.ca by QUCDN.QueensU.CA (IBM VM SMTP V2R2) with TCP;Mon, 30 Sep 96 12:05:27 EDT Received: by cspo.queensu.ca (SMI-8.6/SMI-SVR4)id LAA05494; Mon, 30 Sep 1996 11:50:14 -0500 Received: from vuse.vanderbilt.edu by cspo.queensu.ca (SMI-8.6/SMI-SVR4) Received: from garfield.vuse.vanderbilt.edu by vuse.vanderbilt.edu (8.7.5/SMI-4.1/VUSE-1.24) Received: by garfield.vuse.vanderbilt.edu (NX5.67e/NX3.0S) Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3) Received: by NeXT.Mailer (1.118.2.RR) References: <2.2.32.19960930013104.0067f610@coewl.cen.uiuc.edu> X-My-Email: katzlbt@vuse.vanderbilt.edu Sender: owner-circle@cspo.queensu.ca Precedence: bulk You wrote: > Heyo, > > Anyone out there have a file called "unistd.h"? I was trying to > compile the patched source to take a look at some of the added code > before I added it to my mud and found that it was missing. If you > have it and could send it, I would appreciate it. > <unistd.h> ... is a system headerfile, it can't be sent because it depends on the operating system you use. You may try just to remove it or replace it with #include <libc.h> or <stdlib.h>. Cat. --- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ _/_/ _/_/ _/_/ Thomas Katzlberger _/_/ _/_/ katzlbt@vuse.vanderbilt.edu _/_/ _/_/ @aWhiteNeXT.called.garfield _/_/ _/_/ http://www.vuse.vanderbilt.edu/~katzlbt/ _/_/ _/_/ _/_/ _/_/ "You can tune a file system, but you can't tune a fish." _/_/ _/_/ UNIX man page for tunefs. _/_/ _/_/ _/_/ _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/+-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+ From jelson@blaze.cs.jhu.edu Mon, 30 Sep 96 12:09:17 EDT X-SystemInfo: MyE-Mail: EMail X-Message-No: 4652 (database) From: Jeremy Elson <jelson@blaze.cs.jhu.edu> To: dplace <dplace@erols.com> Subject: Re: [Code] unistd.h Date: Mon, 30 Sep 96 17:09:00 Message-ID: <199609301709.MAA05610@cspo.queensu.ca> X-POP3-Rcpt: lk4150@per Return-Path: <@QUCDN.QueensU.CA:owner-circle@cspo.queensu.ca> Received: from QUCDN.QueensU.CA (QUCDN.QueensU.CA [130.15.126.2]) by per.cybercity.dk (8.6.12/8.6.12) with SMTP id QAA10360 for <lk4150@krull.dk>; Mon, 30 Sep 1996 16:13:34 +0100 Received: from cspo.queensu.ca by QUCDN.QueensU.CA (IBM VM SMTP V2R2) with TCP;Mon, 30 Sep 96 12:23:31 EDT Received: by cspo.queensu.ca (SMI-8.6/SMI-SVR4)id MAA05614; Mon, 30 Sep 1996 12:09:12 -0500 Received: from blaze.cs.jhu.edu by cspo.queensu.ca (SMI-8.6/SMI-SVR4) Received: from mail-client Received: by mail-client (4.1) id AA23743; Mon, 30 Sep 96 12:09:18 EDT Cc: circle@cspo.queensu.ca Sender: owner-circle@cspo.queensu.ca Precedence: bulk > Heyo, > > Anyone out there have a file called "unistd.h"? I was trying to compile > the patched source to take a look at some of the added code before I > added it to my mud and found that it was missing. If you have it and > could send it, I would appreciate it. If you have a source file that #includes unistd.h, delete that #include line. unistd.h is a C file that comes with your operating system. If the 'configure' script finds that you have it, it is included automatically by sysdep.h. +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST