> parse.y file has been modified, or its timestamp changed at least. I didn't edited that file and haven't changed the timestamp, so while your idea makes sense, i don't trust this error message at all, as this is from make, not from ...extrowerk (Zoltán Mizsei)
shevegen (Robert A. Heiler) wrote in #note-2: > This could perhaps be a bug. I think you can normally build "miniruby" > ... Forgot to mention i maintain the ruby port since some years, so i am definitely sure the earlier versions neve...extrowerk (Zoltán Mizsei)
Building Ruby on Haiku results in the following error: ``` executable host ruby is required. use --with-baseruby option. ``` Build environment: ``` ~> uname -a Haiku shredder 1 hrev54197 May 14 2020 06:44:52 x86_64 x86_64 Ha...extrowerk (Zoltán Mizsei)
We need something along theese lines, but integrated as default in ruby: ``` rubver=`ruby --version | cut -d" " -f2 | cut -d. -f3 --complement` #had no better idea :( export RUBY_VER="$rubver.0" export GEM_PATH="/boot/sys...extrowerk (Zoltán Mizsei)
According to the guidelines, no program should create any file directly in $HOME For config files we should use the ~/config/settings/ruby folder for .rubyrc (<- this file also should have no dot at the beginning!) For --user-install...extrowerk (Zoltán Mizsei)
nobu (Nobuyoshi Nakada) wrote: > Sorry, I have wrongly got this as a rubygems specific error by just reading the subject. > ... Sorry, but because the missing knowledge i cannot give you a correct and helpful answer, but i would gladly...extrowerk (Zoltán Mizsei)