Displaying 5 results from an estimated 5 matches for "rubylibdir".
Did you mean:
  ruby_libdir
  
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all,
Ruby 1.8.1
Solaris 9
wxwindows 2.4.2 (package from blastwave.org)
wxruby 0.3.0
I''m having trouble getting this sucker to build on my Solaris box. 
Here''s how I''m building:
ruby extconf.rb --with-xrc-dir=/opt/csw
--with-xrc-include=/opt/csw/lib/wx
The include directive I added because the setup.h file is there (for
whatever reason).  And yes, /opt/csw/bin and
2011 Apr 04
0
issue installing gem Capybara on Debian5 w ruby 1.9.2 ( Rails 3.0.5) => installing native extension
...%)
Fetching: rubyzip-0.9.4.gem (100%)
Fetching: ffi-1.0.7.gem (100%)
Building native extensions.  This could take a while...
ERROR:  Error installing capybara:
	ERROR: Failed to build gem native extension.
        rake RUBYARCHDIR=/home/kadoudal/.rvm/gems/ruby-1.9.2-
p180@rails3/gems/ffi-1.0.7/lib RUBYLIBDIR=/home/kadoudal/.rvm/gems/
ruby-1.9.2-p180@rails3/gems/ffi-1.0.7/lib
/home/kadoudal/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/
rubygems.rb:388:in `bin_path'': can''t find gem rake ([">= 0"]) with
executable rake (Gem::GemNotFoundException)
	from /home/kadoudal...
2012 Aug 15
9
Installing puppet-dashboard on ubuntu precise
Hi, 
I''m trying to install dashboard on precise and I get the below error.
I''m using the latest version that is available in the puppet apt 
repository. The package rdoc is installed (it''s just a virtual package 
pointing to ruby)
Are there some other missing dependencies that the package doesn''t specify?
I don''t know ruby that well so finding it hard
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. 
For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so 
because it is missing missing -lruby18
resulting in errors like 
wx.cpp:(.text+0x1618): undefined reference to `rb_intern''
wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError''
wx.cpp:(.text+0x1666):
2005 Jul 26
10
Patch for wxRuby2
Ok so I made a lot of changes and the controls sample works pretty good now.
What I changed or added:
- Got all my modifications meshed into wxRuby2.
- Added constructors to wxIcon.h
- Changed Xrc.i to XmlResource.i and changed wxXrc to wxXmlResource
within the file.
  I also had to change Xrc to XmlResource in rakewx.rb.
- For backwards compatability with wxRuby 0.6 I added the subclass methods