General

Profile

katonbo (Masahiro Kitajima)

  • Login: katonbo
  • Registered on: 12/04/2009
  • Last sign in: 11/28/2016

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

11/28/2016

12:47 PM Ruby Bug #12987: Win32 API.rb can not call function without argument.
Thank you very much.
I just learned that only nil was clearly stating that there are no arguments in the previous document.
I used a single 'V' to specify no arguments, so it was up to this idea.
katonbo (Masahiro Kitajima)
11:24 AM Ruby Bug #12987 (Closed): Win32 API.rb can not call function without argument.
In Win32API.rb, it is not possible to call a function without arguments.
I could avoid it for the time being if I did the following (against trunk).
~~~
diff --git a/ext/win32/lib/Win32API.rb b/ext/win32/lib/Win32API.rb
index d03ec...
katonbo (Masahiro Kitajima)

02/28/2014

03:03 AM Ruby Bug #9213: mkmf.rb emits invalid destination directory name for mswin32/64
副作用の報告です。
## Sample code
### sample.c
~~~c
void Init_Sample() {
}
~~~
### extconf.rb
~~~ruby
require "mkmf"
create_makefile("Sample")
~~~
## Operation
~~~
C:\TMP>ruby -v
1: ruby 2.0.0p451 (2014-02-24) [i...
katonbo (Masahiro Kitajima)

12/21/2011

06:15 PM Ruby Bug #5783 (Closed): r33949からVC++6.0でminiprelude.c、newline.cの生成ができなくなった
D:\ruby_ext\ruby_git\win32>nmake
<中略>
NMAKE : fatal error U1073: 'miniprelude.c' のビルド方法が指定されていません。
Stop.
common.mkでターゲット名がminiprelude.c:から{$(VPATH)}miniprelude.c:になって、nmakeに認識できなくなったようです。
katonbo (Masahiro Kitajima)

Also available in: Atom