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

From: noreply@...
Date: 2004-11-22 21:22:08 UTC
List: ruby-core #3784
Bugs item #1084, was opened at 2004-11-22 23:21
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1084&group_id=426

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ville Mattila (mulperi)
Assigned to: Nobody (None)
Summary: The latest 1.8.2 cvs prints parse error when starting extension compiling

Initial Comment:
gcc -g -O2     main.o dmyext.o libruby-static.a -ldl -lcrypt -lm   -o miniruby
../ext/extmk.rb:27:in `require': ../lib/mkmf.rb:1037: 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
make: *** [all] Error 1
23:14 > ./miniruby -v
ruby 1.8.2 (2004-11-23) [sparc-solaris2.8]
 
gcc -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.3/specs
Configured with: ../configure --enable-threads=posix --enable-languages=c++ --disable-nls : (reconfigured) ../configure --enable-threads=posix --disable-nls --enable-languages=c++ : (reconfigured) ../configure --enable-threads=posix --disable-nls --enable-languages=c++
Thread model: posix
gcc version 3.4.3



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

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

In This Thread

Prev Next