[#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 12:18:12 UTC
List: ruby-core #3790
On Tue, 23 Nov 2004, Yukihiro Matsumoto wrote:
> >
> > I get this on Solaris, with the latest 1.8 CVS:
>
> Can you do the additional check?
>
> * What does "ruby -c lib/mkmf.rb" print?

     $ ./miniruby -c lib/mkmf.rb
     lib/mkmf.rb:1025: can't find string "SRC" anywhere before EOF
     lib/mkmf.rb:544: parse error
 	if try_compile(<<"SRC", opt, &b) or (/\A\w+\z/n =~ type && try_compile(<<"SRC", opt, &b))
 										      ^
     $


> * If it does print "syntax error", can you supply the output from
>   "ruby -yc lib/mkmf.rb"?
>
> 							matz.

See the attachment (gzip-ed to save space).

/Johan Holmberg

Attachments (1)

ruby-yc-lib-mkmf.log.gz (93.7 KB, Archive)

In This Thread