From: Stefan S. <ma...@ss...> - 2015-09-24 15:18:27
|
On Thu, 2015-09-24 at 22:37 +0900, Kouhei Sutou wrote: > It seems that you still use old libraries. > > Please put "puts $LOADED_FEATURES" before "SCSTOP = true" > like the following and show the output: > > puts $LOADED_FEATURES > SCSTOP = true Sorry, I have no idea where to put that, can not see SCTOP string somewhere. Have searched for old libraries, can find nothing. All Ruby Gnome related is in .gem directory of my home directory now. Maybe a problem is, that I have not done the git install as root? Do not think so, because generally it works. Doing all the commands git clone https://github.com/ruby-gnome2/ruby-gnome2.git % cd ruby-gnome2 % gem install rake rake-compiler mechanize pkg-config cairo % rake gem:build % rake gem:install as root may give me some trouble, because rake is still installed by gentoo package manager. Will try to remove that and install as root then. Some people advice to try compiler option -O0 when garbage collector problems occur. I guess my gcc 4.9.3 is using -O2. Can and should I change that for git rake install? |