From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-2.0.0 fails to build without threads Date: Wed, 13 Apr 2011 23:57:48 +0200 Message-ID: <87zkntyftv.fsf@gnu.org> References: <4D9DCE98.5080808@gentoo.org> <87y63gj765.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1302731884 1380 80.91.229.12 (13 Apr 2011 21:58:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2011 21:58:04 +0000 (UTC) Cc: bug-guile@gnu.org To: Marco Maggi Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 13 23:57:57 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QA84T-0006Bo-GA for guile-bugs@m.gmane.org; Wed, 13 Apr 2011 23:57:57 +0200 Original-Received: from localhost ([::1]:53825 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA84T-0001nr-4h for guile-bugs@m.gmane.org; Wed, 13 Apr 2011 17:57:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA84Q-0001nm-BV for bug-guile@gnu.org; Wed, 13 Apr 2011 17:57:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QA84P-0001Ui-I7 for bug-guile@gnu.org; Wed, 13 Apr 2011 17:57:54 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:38637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QA84P-0001Ub-Dj for bug-guile@gnu.org; Wed, 13 Apr 2011 17:57:53 -0400 Original-Received: from nixey (reverse-83.fdn.fr [80.67.176.83]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id 20FDE44AC8; Wed, 13 Apr 2011 23:57:52 +0200 (CEST) In-Reply-To: <87y63gj765.fsf@rapitore.luna> (Marco Maggi's message of "Tue, 12 Apr 2011 08:49:22 +0200") User-Agent: Gnus/5.110015 (No Gnus v0.15) Emacs/23.3 (gnu/linux) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Germinal an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5482 Archived-At: Hi, Marco Maggi writes: > CC posix.lo > posix.c:1910:1: error: unknown type name 'cpu_set_t' This file lacks #include . Can you check whether it solves the problem? Thanks, Ludo=E2=80=99.