From: <ma...@sa...> - 2014-06-11 18:39:28
|
I have been trying to run rake gem without success. It crashes on one of requires that comes with rake-compiler gem. I spend hours digging in the code because gem is installed and the same requires called from irb work perfectly. As far as I remember I found out that this happens due to the way how rake tasks spawn subcommands (probably env is lost). Maybe it's because I am using rvm but I had no problems with any other piece of software. I had no time to do further investigation and switched to Vala. M. Am 03.06.2014 20:43, schrieb ma...@sa...: > Hi, > > for some reason I would like to maintain my own fork of Ruby/GStreamer. > > I don't need any other lib. > > I've cloned the ruby-gnome2 repository, and typed the following > > ruby extconf.rb glib2 gobject-introspection gio2 gstreamer > make > > and the compilation succeeded. > > How can I turn the outcome into gem, similar to official "gstreamer" gem? Hi, you can build the gems in the following way: cd gobject-introspection rake gem # builds the gem in pkg cd pkg gem install -l *.gem # install the gem as root cd ../../gstreamer rake gem cd pkg gem install -l *.gem # as root Cheers, detlef ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ ruby-gnome2-devel-en mailing list rub...@li... https://lists.sourceforge.net/lists/listinfo/ruby-gnome2-devel-en |