From owner-freebsd-stable@FreeBSD.ORG Tue Jul 26 19:06:00 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 3FE8C16A41F for ; Tue, 26 Jul 2005 19:06:00 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7426643D46 for ; Tue, 26 Jul 2005 19:05:59 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 26D3A2B640; Tue, 26 Jul 2005 21:05:58 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id 0EF42A9FF; Tue, 26 Jul 2005 21:05:58 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-201-110.arcor-ip.net [213.23.201.110]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id B74C15C67F; Tue, 26 Jul 2005 21:05:57 +0200 (CEST) Received: from [192.168.8.4] (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j6QJ5uwZ025943 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 26 Jul 2005 21:05:56 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: freebsd-stable@freebsd.org Date: Tue, 26 Jul 2005 21:05:51 +0200 User-Agent: KMail/1.8.1 References: <42E65168.5040502@tigergroup.org> In-Reply-To: <42E65168.5040502@tigergroup.org> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: Eriq Lamar Subject: Re: need help linking?? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 19:06:00 -0000 --nextPart5320983.ZpqoGH3TdY Content-Type: multipart/mixed; boundary="Boundary-01=_Qmo5CxcSL8W4MEi" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_Qmo5CxcSL8W4MEi Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday, 26. July 2005 17:06, Eriq Lamar wrote: > A programmer needs your help to get his program to compile properly on > freebsd. Presently he has no problems in Linux and winblows, but I could > not get it running in 4.11. This is important to me because it is the > strongest free chess program available and he is even giving the source! > and so can be made into a port some day.=20 [...] I just tried fruit_21_linux.zip and had no problems with linking whatsoever= =2E=20 There's a little compile-time glitch on 4.x due to to 4.x being overly=20 sensitive to include-order, the attached patch fixes it. On 5.x, it compile= s=20 out of the box. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-01=_Qmo5CxcSL8W4MEi Content-Type: text/plain; charset="iso-8859-15"; name="patch-posix.cpp" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-posix.cpp" =2D-- posix.cpp.orig Tue Jul 26 21:00:15 2005 +++ posix.cpp Tue Jul 26 21:00:35 2005 @@ -12,11 +12,11 @@ #if defined(_WIN32) || defined(_WIN64) # include #else // assume POSIX =2D# include // # include # include # include # include +# include #endif =20 #include "posix.h" --Boundary-01=_Qmo5CxcSL8W4MEi-- --nextPart5320983.ZpqoGH3TdY Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC5omTXhc68WspdLARAsd+AJ49oIIgWXAYTuwxBz7TqlIOOMPRYgCgq4g6 L3tvkJX+THcnAWJh0DFMiTM= =eAWb -----END PGP SIGNATURE----- --nextPart5320983.ZpqoGH3TdY--