[#1371] Re: [ruby-list:6104] Re: パースエラー等の嵐を Dos窓で受けるには ...? — Masao Kanemitsu <masao-k@...>
<9801290711.AA10183@pbsun10.pb.ascii.co.jp> の、
[#1381] bound method — shugo@... (Shugo Maeda)
前田です。
まつもと ゆきひろです
けいじゅ@日本ラショナルソフトウェアです.
まつもと ゆきひろです
けいじゅ@日本ラショナルソフトウェアです.
まつもと ゆきひろです
けいじゅ@日本ラショナルソフトウェアです.
まつもと ゆきひろです
前田です。
けいじゅ@日本ラショナルソフトウェアです.
まつもと ゆきひろです
[#1386] downcase — Shin-ichiro HARA <sinara@...>
原です。
原です。
[#1410] GD — Masao Kanemitsu <masao-k@...>
まつもと ゆきひろです
わたなべです.
<199802100623.PAA03533@eban.ase.ptg.sony.co.jp> の、
わたなべです.
<199802100733.QAA04028@eban.ase.ptg.sony.co.jp> の、
わたなべです.
<199802100757.QAA04212@eban.ase.ptg.sony.co.jp> の、
わたなべです.
<199802100952.SAA04346@eban.ase.ptg.sony.co.jp> の、
わたなべです.
<199802120449.NAA00398@eban.ase.ptg.sony.co.jp> の、
わたなべです.
<199802120600.PAA00591@eban.ase.ptg.sony.co.jp> の、
わたなべです.
<199802120717.QAA00774@eban.ase.ptg.sony.co.jp> の、
> Windows 95では、GDだけロードエラーに。(3台で確認)
[#1412] GD — Masao Kanemitsu <masao-k@...>
まつもと ゆきひろです
<199802100636.PAA16869@picachu.netlab.co.jp> の、
[#1468] tcltk library — Masao Kanemitsu <masao-k@...>
[#1481] tkmandel — Masao Kanemitsu <masao-k@...>
[#1483] 拡張モジュール on Windows — Masao Kanemitsu <masao-k@...>
わたなべです.
[#1501] Re: 拡張モジュールon Windows — Masao Kanemitsu <masao-k@...>
> <199802180824.RAA20375@eban.ase.ptg.sony.co.jp> の、
[#1505] final.rb:35: [BUG] bug in variable assignment — shugo@... (Shugo Maeda)
前田です。
[#1506] [BUG] instance_of? — keiju@... (Keiju ISHITSUKA)
けいじゅ@日本ラショナルソフトウェアです.
[#1520] SizedQueue and some question — keiju@... (Keiju ISHITSUKA)
けいじゅ@日本ラショナルソフトウェアです.
まつもと ゆきひろです
けいじゅ@日本ラショナルソフトウェアです.
まつもと ゆきひろです
[#1528] Mutex#unlock — shugo@... (Shugo Maeda)
前田です。
[ruby-dev:1422] Re: 1.1b6 on FreeBSD2.1.5
<199802100732.QAA19629@picachu.netlab.co.jp> の、 "[ruby-dev:1419] Re: 1.1b6 on FreeBSD2.1.5" において、 "matz@netlab.co.jp (Yukihiro Matsumoto)"さんは書きました: > |> おかしいな.freebsdでは<sya/stat.h>でstruct statが定義されて > |> いないんでしょうか? うーむ. > | > |/usr/include/sys/stat.h の中は、以下のようになってました: > > stはstruct stat型の変数名ですから.ということはsys/stat.hの > 中にstruct statの定義があるわけですね.なんでエラーになった > んだろう? それまでの経過は、以下な感じです……。 M.Kanemitsu masao-k@ewb02% make gcc -g -O2 -I. -c hash.c In file included from hash.c:17: /usr/include/sys/stat.h:55: parse error before `ino_t' /usr/include/sys/stat.h:55: warning: no semicolon at end of struct or union /usr/include/sys/stat.h:56: warning: data definition has no type or storage class /usr/include/sys/stat.h:57: parse error before `st_nlink' /usr/include/sys/stat.h:57: warning: data definition has no type or storage class /usr/include/sys/stat.h:69: parse error before `}' /usr/include/sys/stat.h:73: parse error before `dev_t' /usr/include/sys/stat.h:73: warning: no semicolon at end of struct or union /usr/include/sys/stat.h:74: warning: data definition has no type or storage class /usr/include/sys/stat.h:75: parse error before `st_mode' /usr/include/sys/stat.h:75: warning: data definition has no type or storage class /usr/include/sys/stat.h:76: parse error before `st_nlink' /usr/include/sys/stat.h:76: warning: data definition has no type or storage class /usr/include/sys/stat.h:77: parse error before `st_uid' /usr/include/sys/stat.h:77: conflicting types for `st_uid' /usr/include/sys/stat.h:58: previous declaration of `st_uid' /usr/include/sys/stat.h:77: warning: data definition has no type or storage class /usr/include/sys/stat.h:78: parse error before `st_gid' /usr/include/sys/stat.h:78: conflicting types for `st_gid' /usr/include/sys/stat.h:59: previous declaration of `st_gid' /usr/include/sys/stat.h:78: warning: data definition has no type or storage class /usr/include/sys/stat.h:79: parse error before `st_rdev' /usr/include/sys/stat.h:79: conflicting types for `st_rdev' /usr/include/sys/stat.h:60: previous declaration of `st_rdev' /usr/include/sys/stat.h:79: warning: data definition has no type or storage class /usr/include/sys/stat.h:83: parse error before `st_size' /usr/include/sys/stat.h:83: conflicting types for `st_size' /usr/include/sys/stat.h:61: previous declaration of `st_size' /usr/include/sys/stat.h:83: warning: data definition has no type or storage class /usr/include/sys/stat.h:84: parse error before `st_blocks' /usr/include/sys/stat.h:84: conflicting types for `st_blocks' /usr/include/sys/stat.h:66: previous declaration of `st_blocks' /usr/include/sys/stat.h:84: warning: data definition has no type or storage class /usr/include/sys/stat.h:85: conflicting types for `st_blksize' /usr/include/sys/stat.h:65: previous declaration of `st_blksize' /usr/include/sys/stat.h:89: parse error before `st_qspare' /usr/include/sys/stat.h:89: warning: data definition has no type or storage class /usr/include/sys/stat.h:90: parse error before `}' /usr/include/sys/stat.h:188: parse error before `mode_t' /usr/include/sys/stat.h:190: parse error before `mode_t' /usr/include/sys/stat.h:191: parse error before `mode_t' /usr/include/sys/stat.h:193: parse error before `umask' /usr/include/sys/stat.h:193: warning: parameter names (without types) in function declaration /usr/include/sys/stat.h:193: warning: data definition has no type or storage class /usr/include/sys/stat.h:195: parse error before `u_long' /usr/include/sys/stat.h:196: parse error before `u_long' /usr/include/sys/stat.h:197: parse error before `mode_t' hash.c: In function `path_check_1': hash.c:798: storage size of `st' isn't known *** Error code 1 Stop.