[#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: nobu.nokada@...
Date: 2004-11-24 23:50:53 UTC
List: ruby-core #3810
Hi,

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?

-- 
Nobu Nakada

In This Thread