From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steve Ellcey Newsgroups: gmane.lisp.guile.devel Subject: Re: guile-1.8.0 on HP-UX 11.23/IA-64 Date: Mon, 12 Jun 2006 10:11:13 -0700 (PDT) Message-ID: <200606121711.KAA24283@hpsje.cup.hp.com> References: <20060607160641.GA27430@mail1.thewrittenword.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1150132475 19936 80.91.229.2 (12 Jun 2006 17:14:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Jun 2006 17:14:35 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 12 19:14:32 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fppzc-0008Uq-10 for guile-devel@m.gmane.org; Mon, 12 Jun 2006 19:14:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fppzb-0008Rn-Cz for guile-devel@m.gmane.org; Mon, 12 Jun 2006 13:14:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FppzY-0008RU-5N for guile-devel@gnu.org; Mon, 12 Jun 2006 13:14:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FppzW-0008RE-Lz for guile-devel@gnu.org; Mon, 12 Jun 2006 13:14:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FppzW-0008RB-H7 for guile-devel@gnu.org; Mon, 12 Jun 2006 13:14:18 -0400 Original-Received: from [156.153.255.237] (helo=palrel12.hp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fpq8H-0000jU-Ux for guile-devel@gnu.org; Mon, 12 Jun 2006 13:23:22 -0400 Original-Received: from smtp2.ptp.hp.com (smtp2.ptp.hp.com [15.1.28.240]) by palrel12.hp.com (Postfix) with ESMTP id E137434911; Mon, 12 Jun 2006 10:11:13 -0700 (PDT) Original-Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp2.ptp.hp.com (Postfix) with ESMTP id C2B4F25A4A1; Mon, 12 Jun 2006 17:11:13 +0000 (UTC) Original-Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_24419+JAGae58098)/8.7.3 TIS Messaging 5.0) id KAA24283; Mon, 12 Jun 2006 10:11:13 -0700 (PDT) Original-To: guile-devel@gnu.org In-Reply-To: <20060607160641.GA27430@mail1.thewrittenword.com> X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5975 Archived-At: | Rebuilding with --without-threads and GCC, the build errors out | further with: | gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/opt/TWWfsw/libtool15/include -I/opt/TWWfsw/libgmp42/include -g -Wall -Wmissing-prototypes -Werror -c continuations.c -DPIC -o .libs/libguile_la-continuations.o | continuations.c: In function `scm_make_continuation': | continuations.c:147: error: structure has no member named `sc_ar_bsp' | | This is the bigger problem. The getcontext() stuff for Linux/IA-64 is | not compatible with HP-UX/IA-64 (Ruby has problems with this as well). | We'll will to pay someone to solve this if anyone wants to attempt it. I looked at this once a while back, I replaced: continuation->ctx.uc_mcontext.sc_ar_bsp - __libc_ia64_register_backing_store_base; with uint64_t i; __uc_get_ar_bsp(continuation->ctx.uc_mcontext, &i); i - __libc_ia64_register_backing_store_base; I may have run into other issues after this because it doesn't look like I ever did a complete guile build for IA64 HP-UX. Steve Ellcey sje@cup.hp.com _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel