From owner-freebsd-stable Fri Sep 20 5: 9:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F21837B401 for ; Fri, 20 Sep 2002 05:09:51 -0700 (PDT) Received: from prv-mail25.provo.novell.com (prv-mail25.provo.novell.com [137.65.81.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F1843E7B for ; Fri, 20 Sep 2002 05:09:51 -0700 (PDT) (envelope-from crahul@novell.com) Received: from INET-PRV1-MTA by prv-mail25.provo.novell.com with Novell_GroupWise; Fri, 20 Sep 2002 06:09:47 -0600 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0.2 Beta Date: Fri, 20 Sep 2002 06:09:28 -0600 From: "C Rahul" To: , Cc: , Subject: Compilation Errors in AIX 4.3.3 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I have a small piece of code and I was trying to compile it on AIX and it was failing . When i investigated, it gave me some errors in HEADER declaration. On Further investigating the problem, I found that problem But was unable to find a solution. Can somebody help me out ??? Problem Description : if u see the file /usr/include/arpa/nameser.h , then the last few lines state that #ifdef _USE_IRS #ifdef BIND_4_COMPACT #include #endif #else #include #endif Actually in my case _USE_IRS is not getting defined and hence it is picking up the arpa/onameser_compact.h which is causing me the problem as this has a different HEADER declaration. This problem we don't encounter on Solaris and Linux . Can anybody help me out to resolve the issue . Thanks Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message