From owner-freebsd-current Fri Mar 8 14:36: 4 2002 Delivered-To: freebsd-current@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 2E64337B405; Fri, 8 Mar 2002 14:35:56 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g28MUUu41455; Fri, 8 Mar 2002 17:30:30 -0500 (EST) (envelope-from mike) Date: Fri, 8 Mar 2002 17:30:30 -0500 From: Mike Barcroft To: "David W. Chapman Jr." Cc: Robert Watson , Murray Stokely , developers@FreeBSD.org, current@FreeBSD.org, re@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: HEADS UP: Be nice to -CURRENT ( "1 week Feature Slush" ) Message-ID: <20020308173030.R81803@espresso.q9media.com> References: <20020308145953.GA62875@leviathan.inethouston.net> <20020308161716.GA65905@leviathan.inethouston.net> <20020308171721.Q81803@espresso.q9media.com> <02b901c1c6f0$4d911910$d800a8c0@dwcjr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02b901c1c6f0$4d911910$d800a8c0@dwcjr>; from dwcjr@inethouston.net on Fri, Mar 08, 2002 at 04:26:33PM -0600 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David W. Chapman Jr. writes: > > Hmm. This should be non-fatal in any event, but which header does it > > include to get it's htons() and htonl() prototypes? , > > , or ? > > > > > Yes. Recent changes to netinet/in.h have made it require the inclusion > > > of arpa/inet.h. As well, arpa/inet.h must include netinet/in.h. IOW, > > > each > > > of these files must #include the other in order to work correctly. > > From reading all the posts, I believe the solution has been to manually > modify the kde port to do this. Maybe not. I think missing prototypes might be fatal in C++. If this is the case, my new endian patch will fix this. Try compiling KDE after installing a world with the following patch applied: http://people.FreeBSD.org/~mike/patches/endian-ng3.diff I plan on committing this on Sunday. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message