From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 01:57:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B827816A41F for ; Fri, 19 Aug 2005 01:57:31 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from nawcom.no-ip.com (adsl-69-209-132-220.dsl.sfldmi.ameritech.net [69.209.132.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDA943D49 for ; Fri, 19 Aug 2005 01:57:31 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from [192.168.212.7] (unknown [192.168.212.7]) by nawcom.no-ip.com (Postfix) with ESMTP id 443A67375; Thu, 18 Aug 2005 22:19:50 -0400 (EDT) Message-ID: <43053C98.9060503@nawcom.no-ip.com> Date: Thu, 18 Aug 2005 21:57:44 -0400 From: nawcom User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Herriott , freebsd-questions@freebsd.org References: <200508180151.j7I1orXW000576@ms-smtp-02-eri0.ohiordc.rr.com> In-Reply-To: <200508180151.j7I1orXW000576@ms-smtp-02-eri0.ohiordc.rr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: fd_set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 01:57:31 -0000 Now im your basic programmer, so the only thing i can relate fd_set to are the file descriptors (bit array i think) which are declared in the select function. select is used for basic input/output channel control. So by saying that - 1) perhaps the file that is being built is missing the sys header file, sys/types.h (if im wrong somebody correct me). I have ended up fixing #include and #define typos in programs due to an unsuccessful build which seems to be common, so maybe this may be your case also. 2) there might be something wrong with the header file itself, like fd_set not being declared. oh well - like i said -im your basic c/kernel coder, but this is what i would check out if i was thrown into your shoes. good luck, nawcom perhaps there might be something wrong with glibc? Jonathan Herriott wrote: >I'm getting an error while trying to install GLUT. I've narrowed down that >the fd_set structure is not declared. The only problem is that I don't know >what package/library it might belong to (It's not part of GLUT). I've found >no information on it. Could someone point me in the right direction? > > > > > >Thanks, > > > >Jonathan Herriott. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >