From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: More problems on HP-UX ... 2 Date: Wed, 28 Apr 2004 10:13:20 +1000 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <87u0z57ye7.fsf@zip.com.au> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1083111342 24902 80.91.224.253 (28 Apr 2004 00:15:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2004 00:15:42 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 28 02:15:33 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIcjd-0004YH-00 for ; Wed, 28 Apr 2004 02:15:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIcif-0007Zb-NI for guile-bugs@m.gmane.org; Tue, 27 Apr 2004 20:14:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIciV-0007VY-2n for bug-guile@gnu.org; Tue, 27 Apr 2004 20:14:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIchu-00078g-2G for bug-guile@gnu.org; Tue, 27 Apr 2004 20:14:18 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIchs-00075P-NR for bug-guile@gnu.org; Tue, 27 Apr 2004 20:13:45 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i3S0DZ4u016045; Wed, 28 Apr 2004 10:13:35 +1000 Original-Received: from localhost (ppp24D0.dyn.pacific.net.au [61.8.36.208]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i3S0DXI1024006; Wed, 28 Apr 2004 10:13:34 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1BIchU-00026L-00; Wed, 28 Apr 2004 10:13:21 +1000 Original-To: =?iso-8859-1?q?Andreas_V=F6gele?= In-Reply-To: (Andreas =?iso-8859-1?q?V=F6gele's?= message of "Mon, 26 Apr 2004 23:30:44 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1358 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1358 Andreas V=F6gele writes: > > threads.c: In function `scm_threads_mark_stacks': > threads.c:977: error: `sizet' undeclared (first use in this function) Thanks. Hmm. It's either meant to be size_t or scm_sizet I presume. I'll change it to size_t. Is this also a problem in 1.6, or did you say that worked? (It looks like it's in coop-threads.c.) _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile