[#3726] Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...>

Hi --

15 messages 2004/11/12
[#3749] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3751] Re: Fixnum#clone and Float#clone raise different exceptions — Yukihiro Matsumoto <matz@...> 2004/11/16

Hi,

[#3752] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3785] The latest 1.8.2 cvs prints parse error when starting extension compiling — Yukihiro Matsumoto <matz@...>

Hi,

13 messages 2004/11/23
[#3787] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling — Johan Holmberg <holmberg@...> 2004/11/23

Re: [ ruby-Bugs-1107 ] Ruby does not compile on Red Hat Entreprise Linux 3.

From: Johan Holmberg <holmberg@...>
Date: 2004-11-25 07:33:31 UTC
List: ruby-core #3812
On Thu, 25 Nov 2004 nobu.nokada@softhome.net wrote:
>
> At Thu, 25 Nov 2004 08:25:47 +0900,
> noreply@rubyforge.org wrote in [ruby-core:03809]:
>> #ifdef HAVE_RLIM_T
>> #if SIZEOF_RLIM_T == SIZEOF_INT
>> # define RLIM2NUM(v) UINT2NUM(v)
>>
>> with this error
>>
>> process.c:1945:19: operator '==' has no left operand
>> process.c:1948:21: operator '==' has no left operand
>> process.c:1951:21: operator '==' has no left operand
>> process.c:1955:3: #error cannot find an integer type which size is same as rlim_t.
>> make: *** [process.o] Error 1
>>
>> _ Looking in config.h the macro
>>
>> SIZEOF_RLIM_T
>>
>> defined but without a specific value.
>
> Could you show the result about rlim_t in config.log file?
>

I think this is the problem with a too old autoconf (see the recent 
mails on that subject).

What version of autoconf was the bug-submitter using?

/Johan Holmberg


In This Thread