[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure: error: sizes of long and void* are not identical
From: |
Andy Wingo |
Subject: |
Re: configure: error: sizes of long and void* are not identical |
Date: |
Fri, 19 Nov 2010 11:41:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Hi Audrey,
On Tue 26 Oct 2010 02:30, Andrey Sukhorukov <address@hidden> 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/
- Re: configure: error: sizes of long and void* are not identical,
Andy Wingo <=