Displaying 5 results from an estimated 5 matches for "rubyio".
Did you mean:
rubio
2006 Apr 12
6
*OUTPUT/*INPUT typemaps
Hi
Have been looking again at SWIG output pointer parameters, as:
http://www.swig.org/Doc1.3/Ruby.html#Ruby_nn32
The problem is, whenever I tried to include the SWIG/Ruby ''typemaps.i''
file, it threw loads of errors.
A bit more investigation pinned the problem down to some secondary files
that typemaps.i includes to map ''special'' types like File.
So I tried
2008 Nov 11
6
Build problem with ruby-1.9.1-preview1
...686-linux]
chauk-mean at MyUbuntu:~/wxruby2$ rake19 WXRUBY_VERSION=1.9.9 gem
(in /home/chauk-mean/wxruby2)
Enabling DYNAMIC build
Enabling RELEASE build
Enabling UNICODE build
The following wxWidgets features are not available and will be skipped:
PrinterDC
src/AboutDialogInfo.cpp:1776:20: error: rubyio.h: No such file or directory
src/AboutDialogInfo.cpp: In function ''VALUE
_wrap_wxAboutDialogInfo_SetName(int, VALUE*, VALUE)'':
src/AboutDialogInfo.cpp:1856: warning: format not a string literal and
no format arguments
src/AboutDialogInfo.cpp: In function ''VALUE
_wrap_wxAb...
2006 May 31
7
Getting at MakeOpenFile
Along the same lines as the last question - how can I get to functions
like MakeOpenFile via Win32API? It doesn''t seem to be exported by
msvcrt-ruby18.
Possible? Or am I out of luck?
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi,
i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command
I get the following error:
...
usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lwx_gtk2u_media-2.8
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic
-Wl,-...]
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2009 Nov 12
1
[ win32utils-Bugs-27425 ] win32-open3 doesn't build with 1.9.1
...19/include/ruby-1.9.1/ruby/backward -Ic:/ruby19/include/ruby-1.9.1 -
n32 -MD -Zi -O2b2xty- -Zm600 -DHAVE_TYPE_RB_PID_T -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -Foopen3.obj -c -Tcwin32/open3.c
open3.c
warning: rubysig.h is obsolete
warning: use "ruby/io.h" instead of "rubyio.h"
win32/open3.c(88) : error C2039: ''ptr'' : is not a member of ''RArray''
c:\ruby19\include\ruby-1.9.1\ruby/ruby.h(607) : see declaration of ''RArray''
win32/open3.c(88) : error C2198: ''rb_funcall'' : too few arguments...