[#38470] ruby-dev summary 21403-21530 (draft) — Minero Aoki <aamine@...>

青木です。

25 messages 2003/10/07
[#38475] Re: ruby-dev summary 21403-21530 (draft) — maili31s@... (SugHimsi==SUGIHARA Hiroshi) 2003/10/07

すぎむし。

[#38480] Re: ruby-dev summary 21403-21530 (draft) — Minero Aoki <aamine@...> 2003/10/08

青木です。

[#38481] marshal_dump (was Re: ) — m_seki@... 2003/10/08

[#38484] Re: marshal_dump (was Re: ) — matz@... (Yukihiro Matsumoto) 2003/10/09

まつもと ゆきひろです

[#38486] Re: marshal_dump (was Re: ) — Masatoshi Seki <m_seki@...> 2003/10/09

咳といいます

[#38489] exit status on exit! — YANAGAWA Kazuhisa <kjana@...4lab.to>

<http://www.unixuser.org/~ysjj/diary/?200310a&to=200310082#200310082>

29 messages 2003/10/09
[#38490] Re: exit status on exit! — Koji Arai <JCA02266@...> 2003/10/09

新井です。

[#38503] Re: exit status on exit! — YANAGAWA Kazuhisa <kjana@...4lab.to> 2003/10/10

In Message-Id: <20031010.082218.74733862.JCA02266@nifty.ne.jp>

[#38505] Re: exit status on exit! — Koji Arai <JCA02266@...> 2003/10/10

新井です。

[#38507] Re: exit status on exit! — matz@... (Yukihiro Matsumoto) 2003/10/11

まつもと ゆきひろです

[#38514] Re: exit status on exit! — YANAGAWA Kazuhisa <kjana@...4lab.to> 2003/10/11

In Message-Id: <1065883639.405037.23137.nullmailer@picachu.netlab.jp>

[#38515] Re: exit status on exit! — WATANABE Hirofumi <eban@...> 2003/10/11

わたなべです。

[ruby-list:38668] make ruby-1.6.8 on Panther

From: yoshihisa masuda <sacong@...>
Date: 2003-10-26 00:36:35 UTC
List: ruby-list #38668
マスダです。

Panther(Mac OS X 10.3)には標準で ruby 1.6.8 がインストールされ
ているのですが、これを間違って 1.8 で上書きしてしまいました。

しかたなくソースから 1.6.8 を make しようとしたところ、eval.c の
コンパイルで以下のようなエラーが出て止まってしまいました。

1.8.1 (2003-10-25) の make には特になんの問題もありませんでしたが
1.6系もまだ並行して使いたいので困っています。


eval.c:7462: warning: static declaration for `thread_switch' follows non-static
eval.c: In function `thread_switch':
eval.c:7463: error: argument `n' doesn't match prototype
/usr/include/mach/thread_switch.h:73: error: prototype declaration
eval.c:7463: error: number of arguments doesn't match prototype
/usr/include/mach/thread_switch.h:73: error: prototype declaration
eval.c: In function `rb_thread_schedule':
eval.c:7902: error: too few arguments to function `thread_switch'
eval.c: At top level:
eval.c:8329: error: `thread_abort' redeclared as different kind of symbol
/usr/include/mach/ppc/thread_act.h:143: error: previous declaration of `thread_abort'
eval.c:8329: warning: `thread_abort' was declared `extern' and later `static'
eval.c: In function `rb_thread_start_0':
eval.c:8494: error: too few arguments to function `thread_switch'
eval.c:8519: error: too few arguments to function `thread_switch'
eval.c: In function `rb_thread_interrupt':
eval.c:8733: error: too few arguments to function `thread_switch'
eval.c: In function `rb_thread_signal_raise':
eval.c:8751: error: too few arguments to function `thread_switch'
eval.c: In function `rb_thread_trap_eval':
eval.c:8782: error: too few arguments to function `thread_switch'
eval.c: In function `rb_thread_raise':
eval.c:8804: error: too few arguments to function `thread_switch'
eval.c: In function `rb_callcc':
eval.c:8973: error: too few arguments to function `thread_switch'
make: *** [eval.o] Error 1

In This Thread

Prev Next