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: configure: error: sizes of long and void* are not identical Date: Tue, 26 Oct 2010 11:30:16 +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 1288072656 25349 80.91.229.12 (26 Oct 2010 05:57:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2010 05:57:36 +0000 (UTC) To: bug-guile Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Oct 26 07:57:35 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 1PAcXP-0002SF-EH for guile-bugs@m.gmane.org; Tue, 26 Oct 2010 07:57:35 +0200 Original-Received: from localhost ([127.0.0.1]:36248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAcXO-0003sR-Rc for guile-bugs@m.gmane.org; Tue, 26 Oct 2010 01:57:34 -0400 Original-Received: from [140.186.70.92] (port=34686 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAXQi-0006oB-5A for bug-guile@gnu.org; Mon, 25 Oct 2010 20:30:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAXQh-0005He-8m for bug-guile@gnu.org; Mon, 25 Oct 2010 20:30:20 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:39535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAXQh-0005HX-3m for bug-guile@gnu.org; Mon, 25 Oct 2010 20:30:19 -0400 Original-Received: by eydd26 with SMTP id d26so1908166eyd.0 for ; Mon, 25 Oct 2010 17:30:17 -0700 (PDT) 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:content-type; bh=siELHrBT0INEvmvXLLvZGG2hvSV39jGIwoue7AiZ6wQ=; b=TYossb7tkWNtD2H/asqr0Y2srsjPVStaO+y43xX6Y3xe+VwDxpcLJvoXqV9524N2ve 9jku84AIZ6Lgc8v5t747Z0YooMW53rYic6zNEcDAQPi/gPJ+n50QIlLIk6BFGvoHpTXe XqWogDnn0Z0vhTYvN+EJwsBh6T4zWa75hiMGM= 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 :content-type; b=kLKYF6Hf26pacQR7iWBT9CVottH9RJsYlXY+z3YggRMOS3SPyEWubUXDeWnlRhWkQ+ pravVWg8/7zZc/fBxFbe2wrM8Ip+zHKsz86OXmkZgMhkr3E3uAJ1C7gLEH0Xbjo6j6T4 ANWNkFoIekscpJ48wjJUc5nypXE8+GlWo2rrI= Original-Received: by 10.213.8.67 with SMTP id g3mr6400082ebg.89.1288053016186; Mon, 25 Oct 2010 17:30:16 -0700 (PDT) Original-Received: by 10.213.27.208 with HTTP; Mon, 25 Oct 2010 17:30:16 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 26 Oct 2010 01:56:21 -0400 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:4837 Archived-At: Dear Developers, 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" The corresponding sizes determined by configure script are: "checking size of long... 4" "checking size of void *... 8" The configure options are LDFLAGS="-L/usr/lib -m64" CFLAGS="-I/usr/include -m64" ./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/usr Please let me know if additional information/testing is needed to fix this problem. Thank you. Best regards, Andrey