[#38020] irb で %W(#{...}) — yoshihisa masuda <sacong@...>
マスダといいます。
[#38036] undef variable — hirocy <hirocy@...>
hirocyです.
[#38039] proc method — "K.Sasada" <ko1@...>
こんにちは。ささだです。
[#38056] ファイル書換え? — 中村文建 <tx6f-nkmr@...>
初めまして、MLに参加させて頂く中村と申します。
[#38057] [ANN] Ruby-GNOME2-0.6.0 — Masao Mutoh <mutoh@...>
むとうです。
[#38059] [ANN] rbbr-0.3.0 — Masao Mutoh <mutoh@...>
むとうです。
[#38073] module extendable? — Takeshi Horinouchi <horinout@...>
堀之内と申します。
[#38080] ポートが閉じているときの例外など — Mitsuru Ogino <ogino@...>
荻野と申します。いつも質問や要望ばかりですみません。
なかだです。
いわおかです。
荻野です。
なかだです。
いわおかです。
In message <20030812150516.GV37221@barber.fe.rn.tuat.ac.jp>
中川と申します。
In message <20030814.140757.707824131.tetsuo@sapphire.siz.nes.nec.co.jp>
なかだです。
In message <200308160517.h7G5HcPL012839@sharui.nakada.kanuma.tochigi.jp>
なかだです。
In message <200308180959.h7I9xnb7001977@sharui.nakada.kanuma.tochigi.jp>
[#38090] ruby-1.8 で eruby が SEGV — Kazuhiko <kazuhiko@...>
かずひこです。
[#38104] XMLRPC::ModRubyServer — OHARA Shigeki <os@...>
大原です。
[#38122] ruby-tcpwrap and mkmf.rb — Takahiro Kambe <taca@...>
こんにちは。
At Sat, 16 Aug 2003 12:51:55 +0900,
In message <200308160518.h7G5IXPL012842@sharui.nakada.kanuma.tochigi.jp>
なかだです。
In message <200308160714.h7G7ErPL014647@sharui.nakada.kanuma.tochigi.jp>
前田です。
In message <87d6f3znlc.wl@kirk.priv.netlab.jp>
前田です。
わたなべです。
[#38164] Ruby1.8.0でRuby-PostgreSQLがビルドできない — kensaku Maki <sakaki@...>
はじめまして、まきと申します。
[#38183] String << の動作につきまして — kuto@...
うと と申します。
たけ(tk)です。
ふなばです。
たけ(tk)です。
ふなばです。
たけ(tk)です。
ふなばです。
ども、西啓一朗@Ktouth Brand. です。
ふなばです。
ども、西啓一朗@Ktouth Brand. です。
[#38195] 理解の進め方(Re: String << の動作につきまして) — Tadashi Oh-Ya <toy@...>
おおやです。
たけ(tk)です。
たけ(tk)です
In "[ruby-list:38206] 理解の進め方:シュールな世界"
[#38198] Tmailで送るメールに日付がつけられなくなりました — 川田誠司 <kawada.seiji@...>
はじめまして
青木です。
[#38256] かみ砕いた説明をすべき範囲 — 西 啓一朗 <receiver@...>
ども。西啓一朗@Ktouth Brand. です。
なかだです。
たけ(tk)です
なかだです。
たけ(tk)です
いわおかです。
たけ(tk)です
まつもと ゆきひろです
たけ(tk)です。
たけ(tk)です。
[ruby-list:38168] Re: Ruby1.8.0でRuby-PostgreSQLがビルドできない
まきです。
早速のお返事,ありがとうございます。
Ruby1.8.0で実行した場合のmkmf.logです。
かなり長いので、
> > > checking for socket()... no
部分のログだけを切り出しました。
また、極端に長い行は適宜改行を入れました。
> have_func: checking for socket()... --------------------
> gcc -o conftest -I/usr/local/lib/ruby/1.8/i386-cygwin
> -I/usr/local/lib/ruby/1.8/i386-cygwin -I/usr/local/cygwin-local/include conftest.c
> -L/usr/local/lib -L/usr/local/cygwin-local/lib -lcygwin-ruby18-static
>
> /usr/local/lib/ruby/1.8/mkmf.rb:154: warning:
> Insecure world writable dir /usr/local/bin, mode 040777
> /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld:
> cannot find -lcygwin-ruby18-static
>
> collect2: ld returned 1 exit status
> checked program was:
> /* begin */
>
> int main() { return 0; }
> int t() { socket(); return 0; }
> /* end */
> gcc -o conftest -I/usr/local/lib/ruby/1.8/i386-cygwin
> -I/usr/local/lib/ruby/1.8/i386-cygwin -I/usr/local/cygwin-local/include conftest.c
> -L/usr/local/lib -L/usr/local/cygwin-local/lib -lcygwin-ruby18-static
>
> /usr/local/lib/ruby/1.8/mkmf.rb:154: warning:
> Insecure world writable dir /usr/local/bin, mode 040777
>
> conftest.c: In function `t':
> conftest.c:4: `socket' undeclared (first use in this function)
> conftest.c:4: (Each undeclared identifier is reported only once
> conftest.c:4: for each function it appears in.)
> checked program was:
> /* begin */
>
> int main() { return 0; }
> int t() { void ((*volatile p)()); p = (void ((*)()))socket; return 0; }
> /* end */
>
> -------------------- no
Ruby1.6.8でのそれと比較したかったのですが、こちらの場合の
mkmf.logには当該部分は存在しませんでした。
ほぼ同じ処理が2回繰返されているのが気になります。
最初、PostgreSQLのincludeとlibのパスが間違っているのかと
思っていたのですが、エラーログとextconf.rbとを見比べると、
includeなどが呼び出される前の部分で起こっている様子。
have_func("socket")かhave_func("cygwin32_socket")の
どちらかがtrueでないと、そもそもPostgreSQLとは関係がなさそうです。