[#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: The latest 1.8.2 cvs prints parse error when starting extension compiling

From: Johan Holmberg <holmberg@...>
Date: 2004-11-23 08:23:08 UTC
List: ruby-core #3787
On Tue, 23 Nov 2004, Yukihiro Matsumoto wrote:
> 
> Hi,
>
> Would anyone confirm the bug #1084 on the RubyForge bug tracker?
>
> http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1084&group_id=426
>
> I couldn't reproduce it on my machine.  Maybe Solaris specific bug.
>
> 							matz.

I get this on Solaris, with the latest 1.8 CVS:

-----------------------------------------------------------------------------
[...]
./ext/extmk.rb:27:in `require': ./lib/mkmf.rb:1043: can't find string "SRC" anywhere before EOF (SyntaxError)
./lib/mkmf.rb:544: parse error
     if try_compile(<<"SRC", opt, &b) or (/\A\w+\z/n =~ type && try_compile(<<"SRC", opt, &b))
                                                                                   ^     from ./ext/extmk.rb:27
*** Error code 1
----------------------------------------------------------------------------

/Johan Holmberg


In This Thread