From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: configure: error: sizes of long and void* are not identical Date: Fri, 19 Nov 2010 11:41:56 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1290176551 20069 80.91.229.12 (19 Nov 2010 14:22:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2010 14:22:31 +0000 (UTC) Cc: bug-guile To: Andrey Sukhorukov Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Nov 19 15:22:27 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PJRr4-0001t5-Ae for guile-bugs@m.gmane.org; Fri, 19 Nov 2010 15:22:22 +0100 Original-Received: from localhost ([127.0.0.1]:51417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJRr3-0000ii-RH for guile-bugs@m.gmane.org; Fri, 19 Nov 2010 09:22:21 -0500 Original-Received: from [140.186.70.92] (port=34235 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJRqw-0000iX-0P for bug-guile@gnu.org; Fri, 19 Nov 2010 09:22:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJRqp-00047T-G1 for bug-guile@gnu.org; Fri, 19 Nov 2010 09:22:13 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:46089 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJRqp-0003iw-DY for bug-guile@gnu.org; Fri, 19 Nov 2010 09:22:07 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id D569E24B7; Fri, 19 Nov 2010 09:20:31 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=Ls5M3reyaC6qjHaNJS98D1ZI6TA=; b=bFDwCP WTERISqGiXDEzcF2N7NcRqOx9JoHdK7Ti17WXZnzRiNSHZ16JNRrGhSm022D2g84 XA9TZ9SB6m/YBg3PaOmGVZnkaSLjoRxp2m+z/kw0uIiYA+3cJP/o6yyVZ/Ng+VLu fSFRVRAIc0m+oOUx5pw3GH7MVnNcnLchqg6V4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=q0F7nwWBWdi8z9WzuSKtoETNJUlsetGw 1VnEJ19gpFi9JAvKzBFE++5ZbwhDowb2gdQQO9HFbRw77MmBnEiSpN1HdWBgX90l T2Px8KdAFsCOtkZHFluF7jpjFAnZFYKm/xTTc6gK4krOWyAV/taKNEmB4Z/XLq/G tNwYjWWO3FM= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id C26EE24B6; Fri, 19 Nov 2010 09:20:30 -0500 (EST) Original-Received: from unquote.localdomain (unknown [88.0.167.219]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 00FDB24B5; Fri, 19 Nov 2010 09:20:28 -0500 (EST) In-Reply-To: (Andrey Sukhorukov's message of "Tue, 26 Oct 2010 11:30:16 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 2A089F5C-F3E8-11DF-88A1-B53272ABC92C-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4875 Archived-At: Hi Audrey, On Tue 26 Oct 2010 02:30, Andrey Sukhorukov writes: > I get the following error when trying to compile guile 1.9.13 for > 64-bit Windows system using http://mingw-w64.sourceforge.net/ > compiler: > > "configure: error: sizes of long and void* are not identical" I have fixed a number of related problems, and relaxed this restriction. However, there are still a number of problems that need fixing on a platform where a long does not hold the longest integer type that can fit into a pointer; you will find these when compiling numbers.c (there is a #error that you will reach). I don't have time to fix those, but will accept a patch. Regards, Andy -- http://wingolog.org/