[#7300] resolver を呼ばない UDPsocket#recvfrom — Toshihiko SHIMOKAWA / 下川俊彦 <toshi@...>

あんまり ruby-dev な話でも無いのですが、ちょっとした機能拡張の提案なので、

12 messages 1999/07/12
[#7321] Re: resolver を呼ばない UDPsocket#recvfrom — Toshihiko SHIMOKAWA / 下川俊彦 <toshi@...> 1999/07/15

From: Toshihiko SHIMOKAWA / 下川俊彦 <toshi@csce.kyushu-u.ac.jp>

[#7313] Ruby 1.3.5 — Yukihiro Matsumoto <matz@...>

Ruby 1.3.5 is out, check out:

59 messages 1999/07/15
[#7318] Re: Ruby 1.3.5 — WATANABE Hirofumi <watanabe@...> 1999/07/15

わたなべです.

[#7326] Re: Ruby 1.3.5 — Wakou Aoyama <wakou@...> 1999/07/15

青山です。

[#7331] Re: Ruby 1.3.5 — matz@... (Yukihiro Matsumoto) 1999/07/16

まつもと ゆきひろです

[#7340] Re: Ruby 1.3.5 — Wakou Aoyama <wakou@...> 1999/07/16

青山です。

[#7368] Re: Ruby 1.3.5 — matz@... (Yukihiro Matsumoto) 1999/07/19

まつもと ゆきひろです

[#7373] Re: Ruby 1.3.5 — Shin-ichiro Hara <sinara@...> 1999/07/19

原です。

[#7374] Re: Ruby 1.3.5 — matz@... (Yukihiro Matsumoto) 1999/07/19

まつもと ゆきひろです

[#7382] Re: Ruby 1.3.5 — Wakou Aoyama <wakou@...> 1999/07/19

青山です。

[#7386] Re: Ruby 1.3.5 — matz@... (Yukihiro Matsumoto) 1999/07/21

まつもと ゆきひろです

[#7388] Re: Ruby 1.3.5 — Wakou Aoyama <wakou@...> 1999/07/21

青山です。

[#7387] [PATCH]extconf.rb, tcltklib.c, and rubytest.rb for NetBSD — Ryo HAYASAKA <hayasaka@...21.u-aizu.ac.jp>

早坂@会津大学です。

10 messages 1999/07/21

[#7466] [PATCH] for djgpp — WATANABE Hirofumi <watanabe@...>

わたなべです.

21 messages 1999/07/29
[#7467] Re: [PATCH] for djgpp — Katsuyuki Komatsu <komatsu@...> 1999/07/29

小松です。

[ruby-dev:7458] compile on AIX

From: matz@... (Yukihiro Matsumoto)
Date: 1999-07-28 04:16:06 UTC
List: ruby-dev #7458
まつもと ゆきひろです

Gabriel Emersonなる方から AIX で1.3.5がコンパイルできなかっ
たというレポートが来ました。でも小松さんとかコンパイルできて
るよなあ、とか思うんですが。

なにか分かる人はいますか(名指ししているような気も)。

--
        gcc -g -O2 -I. -I. -I/usr/local/include  -c io.c
io.c: In function `rb_io_mode_flags2':
io.c:1129: `O_RDONLY' undeclared (first use in this function)
io.c:1129: (Each undeclared identifier is reported only once
io.c:1129: for each function it appears in.)
io.c:1129: `O_WRONLY' undeclared (first use in this function)
io.c:1129: `O_RDWR' undeclared (first use in this function)
io.c:1131: warning: unreachable code at beginning of switch statement
io.c: In function `rb_io_flags_mode':
io.c:1157: `O_RDONLY' undeclared (first use in this function)
io.c:1157: `O_WRONLY' undeclared (first use in this function)
io.c:1157: `O_RDWR' undeclared (first use in this function)
io.c:1159: warning: unreachable code at beginning of switch statement
io.c: In function `Init_IO':
io.c:3255: `O_RDONLY' undeclared (first use in this function)
io.c:3256: `O_WRONLY' undeclared (first use in this function)
io.c:3257: `O_RDWR' undeclared (first use in this function)
io.c:3258: `O_APPEND' undeclared (first use in this function)
io.c:3259: `O_CREAT' undeclared (first use in this function)
io.c:3260: `O_EXCL' undeclared (first use in this function)
io.c:3268: `O_TRUNC' undeclared (first use in this function)
make: 1254-004 The error code from the last command is 1.

In This Thread

Prev Next