From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.bugs Subject: Re: Guile 1.5.6 build failure on OpenBSD 3.0 Date: Mon, 22 Apr 2002 10:34:39 -0700 Sender: bug-guile-admin@gnu.org Message-ID: References: <20020410111139.4ac7edd7.dsmith@altustech.com> Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019497194 22443 127.0.0.1 (22 Apr 2002 17:39:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Apr 2002 17:39:54 +0000 (UTC) Cc: bug-guile@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zhn8-0005ps-00 for ; Mon, 22 Apr 2002 19:39:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zhmt-0007BA-00; Mon, 22 Apr 2002 13:39:39 -0400 Original-Received: from ca-crlsbd-u4-c4c-174.crlsca.adelphia.net ([68.66.186.174] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zhm0-00074D-00 for ; Mon, 22 Apr 2002 13:38:45 -0400 Original-Received: from ttn by giblet with local (Exim 3.33 #1 (Debian)) id 16zhi3-0000r3-00; Mon, 22 Apr 2002 10:34:39 -0700 Original-To: dsmith@altustech.com In-Reply-To: <20020410111139.4ac7edd7.dsmith@altustech.com> Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:164 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:164 From: "Dale P. Smith" Date: Wed, 10 Apr 2002 11:11:39 -0400 It appears that the preprocessor #define i386 isn't defined, while __i386__ is. Using __i386__ seems to fix things. Here is a diff: thanks for the patch. before being applied, a few questions: is this due to a change in openbsd? (did this work before?) i'm concerned that this replacement will break other openbsd versions. also, which compiler? thi _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile