[#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

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

From: noreply@...
Date: 2004-11-24 23:25:47 UTC
List: ruby-core #3809
Bugs item #1107, was opened at 2004-11-24 15:25
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1107&group_id=426

Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Booker Bense (bbense)
Assigned to: Nobody (None)
Summary: Ruby does not compile on Red Hat Entreprise Linux 3. 

Initial Comment:

The compile dies in process.c at this line


#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. 

The code version is 

#define RUBY_VERSION "1.9.0"
#define RUBY_RELEASE_DATE "2004-11-24"
#define RUBY_VERSION_CODE 190
#define RUBY_RELEASE_CODE 20041124



----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1107&group_id=426

In This Thread

Prev Next