[#44014] Re: [ruby-core:37707] [Ruby 1.9 - Bug #3781] FIBER_USE_NATIVE が有効だと落ちるスクリプトがある — Narihiro Nakamura <authornari@...>

nariです。

14 messages 2011/07/02
[#44019] Re: [ruby-core:37707] [Ruby 1.9 - Bug #3781] FIBER_USE_NATIVE が有効だと落ちるスクリプトがある — KOSAKI Motohiro <kosaki.motohiro@...> 2011/07/02

> 本当はgc_mark()の際に毎回stack_check()するのがいいと思うのですが、

[#44027] [RubyKaigi] Next version of Ruby 1.8 and 1.9 — "Yuki Sonoda (Yugui)" <yugui@...>

-----BEGIN PGP SIGNED MESSAGE-----

16 messages 2011/07/03

[#44156] [Ruby 1.9 - Feature #5053][Open] ruby コマンドと libruby の食い違いチェック — Makoto Kishimoto <redmine@...>

20 messages 2011/07/19

[#44185] [Ruby 1.9 - Bug #5074][Open] "[BUG] cfp consistency error - send" on TestEnumerator#test_feed_yielder (test/ruby/test_enumerator.rb) — Shota Fukumori <sorah@...>

10 messages 2011/07/22

[#44189] [Ruby 1.9 - Bug #5075][Assigned] invalid *fdp in Mac OS X and FreeBSD over recvmsg with SCM_RIGHTS — Yui NARUSE <naruse@...>

12 messages 2011/07/22

[#44210] 1.9.3 (以降) の BigDecimal について — Tadayoshi Funaba <tadf@...>

BigDecimal() で整数、浮動小数点数、有理数などを受けとれるようになって、

14 messages 2011/07/23
[#44275] Re: 1.9.3 (以降) の BigDecimal について — Tadayoshi Funaba <tadf@...> 2011/07/30

変換には明示的なものとそうでないものがありますが、

[#44276] Re: 1.9.3 (以降) の BigDecimal について — Kenta Murata <muraken@...> 2011/07/31

=E3=82=80=E3=82=89=E3=81=9F=E3=81=A7=E3=81=99=E3=80=82 =20

[#44223] [Ruby 1.9 - Bug #5094][Assigned] Supported platforms of Ruby 1.9.3 — Yui NARUSE <naruse@...>

21 messages 2011/07/25
[#44229] Re: [Ruby 1.9 - Bug #5094][Assigned] Supported platforms of Ruby 1.9.3 — KOSAKI Motohiro <kosaki.motohiro@...> 2011/07/25

> == 成瀬の提案

[#44230] Re: [Ruby 1.9 - Bug #5094][Assigned] Supported platforms of Ruby 1.9.3 — Urabe Shyouhei <shyouhei@...> 2011/07/26

卜部です

[#44236] Re: [Ruby 1.9 - Bug #5094][Assigned] Supported platforms of Ruby 1.9.3 — Yusuke ENDOH <mame@...> 2011/07/26

遠藤です。

[#44254] [Ruby 1.8 - Bug #5105][Open] CGI::Session#session_id の生成方法について — Masahiro Tomita <tommy@...>

14 messages 2011/07/27
[#44256] [Ruby 1.8 - Bug #5105] CGI::Session#session_id の生成方法について — Yui NARUSE <naruse@...> 2011/07/27

[#44258] Re: [Ruby 1.8 - Bug #5105] CGI::Session#session_id の生成方法について — とみたまさひろ <tommy@...> 2011/07/27

とみたです。

[#44262] Re: [Ruby 1.8 - Bug #5105] CGI::Session#session_id の生成方法について — "NARUSE, Yui" <naruse@...> 2011/07/27

(2011/07/27 19:47), とみたまさひろ wrote:

[#44263] Re: [Ruby 1.8 - Bug #5105] CGI::Session#session_id の生成方法について — とみたまさひろ <tommy@...> 2011/07/27

とみたです。

[#44270] Re: [Ruby 1.8 - Bug #5105] CGI::Session#session_id の生成方法について — とみたまさひろ <tommy@...> 2011/07/29

とみたです。

[#44271] Re: [Ruby 1.8 - Bug #5105] CGI::Session#session_id の生成方法について — Tanaka Akira <akr@...> 2011/07/29

2011年7月29日20:04 とみたまさひろ <tommy@tmtm.org>:

[ruby-dev:44147] [Ruby 1.9 - Bug #5042][Open] ruby-1.9.2-p290 Build Error @Cygwin

From: Mitsuru FURUI <mitsuru.furui@...>
Date: 2011-07-18 01:26:38 UTC
List: ruby-dev #44147
Issue #5042 has been reported by Mitsuru FURUI.

----------------------------------------
Bug #5042: ruby-1.9.2-p290 Build Error @Cygwin
http://redmine.ruby-lang.org/issues/5042

Author: Mitsuru FURUI
Status: Open
Priority: Normal
Assignee: 
Category: build
Target version: 1.9.2
ruby -v: ruby-1.9.2-p290


最新版 ruby-1.9.2-p290 をビルドしたところ win32ole のところでギブアップ。
以下にmake時の表示を貼り付けます。
---
compiling win32ole
make[1]: Entering directory `/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole'
gcc -shared -s -o ../../.ext/i386-cygwin/win32ole.so win32ole.o -L. -L../.. -L.  -Wl,--enable-auto-image-base,--enable-auto-import  -lruby191 -ladvapi32 -lkernel32 -luser32 -luuid -loleaut32 -lole32  -lpthread -lrt -ldl -lcrypt  
win32ole.o: In function `fole_activex_initialize':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:4769: undefined reference to `_IID_IPersistMemory'
win32ole.o: In function `mf_QueryInterface':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:597: undefined reference to `_IID_IUnknown'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:598: undefined reference to `_IID_IMessageFilter'
win32ole.o: In function `QueryInterface':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:699: undefined reference to `_IID_IUnknown'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:700: undefined reference to `_IID_IDispatch'
win32ole.o: In function `EVENTSINK_QueryInterface@12':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:7578: undefined reference to `_IID_IUnknown'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:7579: undefined reference to `_IID_IDispatch'
win32ole.o: In function `fole_each':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:4021: undefined reference to `_GUID_NULL'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:4038: undefined reference to `_IID_IEnumVARIANT'
win32ole.o: In function `load_conv_function51932':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:934: undefined reference to `_CLSID_CMultiLanguage'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:934: undefined reference to `_CLSID_CMultiLanguage'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:934: undefined reference to `_CLSID_CMultiLanguage'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:934: undefined reference to `_CLSID_CMultiLanguage'
win32ole.o: In function `ole_create_dcom':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:2622: undefined reference to `_IID_IDispatch'
win32ole.o: In function `fole_initialize':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:3255: undefined reference to `_IID_IDispatch'
win32ole.o: In function `load_conv_function51932':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:934: undefined reference to `_CLSID_CMultiLanguage'
win32ole.o: In function `fole_s_connect':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:2725: undefined reference to `_IID_IDispatch'
win32ole.o: In function `ole_bind_obj':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:2663: undefined reference to `_IID_IDispatch'
win32ole.o: In function `fole_respond_to':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:4523: undefined reference to `_GUID_NULL'
win32ole.o: In function `find_default_source':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:8181: undefined reference to `_IID_IProvideClassInfo2'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:8197: undefined reference to `_IID_IProvideClassInfo'
win32ole.o: In function `ev_advise':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:8315: undefined reference to `_IID_IConnectionPointContainer'
win32ole.o: In function `ole_variant2val':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:2262: undefined reference to `_IID_IDispatch'
win32ole.o: In function `ole_invoke2':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:3739: undefined reference to `_GUID_NULL'
win32ole.o: In function `ole_invoke':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:3399: undefined reference to `_GUID_NULL'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:3457: undefined reference to `_GUID_NULL'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:3371: undefined reference to `_GUID_NULL'
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:3474: undefined reference to `_GUID_NULL'
win32ole.o:/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:3488: more undefined references to `_GUID_NULL' follow
win32ole.o: In function `load_conv_function51932':
/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole/win32ole.c:934: undefined reference to `_CLSID_CMultiLanguage'
collect2: ld returned 1 exit status
make[1]: *** [../../.ext/i386-cygwin/win32ole.so] Error 1
make[1]: Leaving directory `/cygdrive/c/home/mfurui/tmp/ruby-1.9.2-p290/ext/win32ole'
make: *** [mkmain.sh] Error 1



-- 
http://redmine.ruby-lang.org

In This Thread

Prev Next