From owner-freebsd-questions@FreeBSD.ORG Tue May 17 04:48:06 2005 Return-Path: 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 9D0C116A4CE for ; Tue, 17 May 2005 04:48:06 +0000 (GMT) Received: from mx2.fujixerox.co.jp (mx2.fujixerox.co.jp [192.26.96.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FFFB43DBF for ; Tue, 17 May 2005 04:48:05 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from isvw2.fujixerox.co.jp ([129.249.27.132]) by mx2.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4H4lrm22021; Tue, 17 May 2005 13:47:53 +0900 (JST) Received: from ms1.fujixerox.co.jp (isvw2 [129.249.27.132]) by isvw2.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4H4lks25812; Tue, 17 May 2005 13:47:46 +0900 (JST) Received: from sgpaphq-smtp01.fujixerox.com ([13.198.8.73]) by ms1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j4H4loa08201; Tue, 17 May 2005 13:47:51 +0900 (JST) Received: from 10.198.8.10 by sgpaphq-smtp01.fujixerox.com with ESMTP id 49866531116305263; Tue, 17 May 2005 12:47:43 +0800 Received: from localhost (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with SMTP id 67FE41D969; Tue, 17 May 2005 12:41:07 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id 40DE91D969; Tue, 17 May 2005 12:41:01 +0800 (SGT) From: Xu Qiang To: Dan Nelson , Xu Qiang Date: Tue, 17 May 2005 12:50:23 +0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 60130 (9.0.2711) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20050517044101.40DE91D969@imss.sgp.fujixerox.com> cc: freebsd-questions@freebsd.org Subject: RE: The availability of socketbits.h? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 04:48:06 -0000 Dan Nelson wrote: > That is a Linux internal header that programs should not be including > directly. What version of nngs are you trying to compile? I > downloaded nngs-1.1.16 from http://sourceforge.net/projects/nngs/ and > line 23 of src/network.c is a blank line: > = > 20 #ifdef HAVE_CONFIG_H > 21 #include > 22 #endif > 23 > 24 #include > 25 #include > 26 #include Great that another pal has compiled this stuff. :) Hmmm, I was compiling the original NNGS source code from http://nngs.cosmic= .org/src/. = Just found this new sourceforge page related to NNGS. Let me try this out. = = thank you and be prepared for my foolish questions, :P Regards, Xu Qiang