Date: Fri, 8 Mar 2002 17:30:30 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: "David W. Chapman Jr." <dwcjr@inethouston.net> Cc: Robert Watson <rwatson@FreeBSD.org>, Murray Stokely <murray@FreeBSD.org>, 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> In-Reply-To: <02b901c1c6f0$4d911910$d800a8c0@dwcjr>; from dwcjr@inethouston.net on Fri, Mar 08, 2002 at 04:26:33PM -0600 References: <20020308145953.GA62875@leviathan.inethouston.net> <Pine.NEB.3.96L.1020308105837.71766F-100000@fledge.watson.org> <20020308161716.GA65905@leviathan.inethouston.net> <20020308171721.Q81803@espresso.q9media.com> <02b901c1c6f0$4d911910$d800a8c0@dwcjr>
next in thread | previous in thread | raw e-mail | index | archive | help
David W. Chapman Jr. <dwcjr@inethouston.net> writes: > > Hmm. This should be non-fatal in any event, but which header does it > > include to get it's htons() and htonl() prototypes? <netinet/in.h>, > > <arpa/inet.h>, or <sys/param.h>? > > > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020308173030.R81803>