From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrey Sukhorukov Newsgroups: gmane.lisp.guile.bugs Subject: Re: configure: error: sizes of long and void* are not identical Date: Tue, 23 Nov 2010 07:30:52 +1100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1290457866 4197 80.91.229.12 (22 Nov 2010 20:31:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Nov 2010 20:31:06 +0000 (UTC) Cc: bug-guile To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Nov 22 21:31:02 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 1PKd2S-00028u-0s for guile-bugs@m.gmane.org; Mon, 22 Nov 2010 21:31:00 +0100 Original-Received: from localhost ([127.0.0.1]:53524 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKd2R-00051H-BX for guile-bugs@m.gmane.org; Mon, 22 Nov 2010 15:30:59 -0500 Original-Received: from [140.186.70.92] (port=48936 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKd2M-000519-Vz for bug-guile@gnu.org; Mon, 22 Nov 2010 15:30:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKd2L-0007AE-SK for bug-guile@gnu.org; Mon, 22 Nov 2010 15:30:54 -0500 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:44640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKd2L-00079Z-N0 for bug-guile@gnu.org; Mon, 22 Nov 2010 15:30:53 -0500 Original-Received: by ewy21 with SMTP id 21so10870ewy.0 for ; Mon, 22 Nov 2010 12:30:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=0RPwce3OWIuPsNyvDJ/2s9799A5WoobfT1neYF63Oq8=; b=CPmJ3djt369C8th5OaVfltZP6/Zy1DDaG2WcHq3D9rG0NllzAnSrt3azEUKRdXes/c olDd0+7jVBntpBW78i21Nk9ZETQ8l6dNaJirPtS2HwsXIbo86uLAqzymwgfMRGCdd7ds Q/inIbRbTwbu6TTHuFi6IsbeleKdGWGz41E0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UQAiIGjMvhRoI1RXqibbtkRTmojOIy0bPZNkdGk+sys88BP+XQT4JngFXexg/HxDDw KccLu+3j3p8IdMQYIzWaloWEEr1ydF0sym9Mzl4YK1smi7xqoMJoQNKAMwubqKaUTfD8 kEapanYyx8yls68G0DGAmZV4vOSg394yWl7+A= Original-Received: by 10.213.11.12 with SMTP id r12mr5434013ebr.91.1290457852190; Mon, 22 Nov 2010 12:30:52 -0800 (PST) Original-Received: by 10.213.14.207 with HTTP; Mon, 22 Nov 2010 12:30:52 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:4886 Archived-At: Hi Andy, On Fri, Nov 19, 2010 at 21:41, Andy Wingo wrote: > 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. Thank you very much for working on this problem! I am not a programmer, so would not be able to finish this work. Hopefully your work would be finished by another qualified person. Then it will become possible to port several very useful programs which are utilize guile to mingw-64. Best regards, Andrey