From: taryn@... Date: 2007-11-27T14:15:00+09:00 Subject: Re: installing bleak house on osx On Nov 14, 5:40 am, "ara.t.howard" wrote: > On Nov 13, 2007, at 12:10 AM, alex...@gmail.com wrote: > > > > > I'm currently getting this error, help would be appreciated. Evan > > Weaver's blog doesn't seem to be updated with information about the > > current versions. > > i never did get it to build either... > > a @http://codeforpeople.com/ > -- > it is not enough to be compassionate. you must act. > h.h. the 14th dalai lama Ok, I had the same problem and have just fixed it. What was happening was that it couldn't find rbconfig.rb. On my computer, this is located in: /usr/local/lib/ruby/1.8/i686-darwin8.9.1 but it was looking for it one directory up. so from /usr/local/lib/ruby/1.8/ go and put a symlink in thus: sudo ln -s i686-darwin8.9.1/rbconfig.rb rbconfig.rb and it all worked fine from then on. Cheers, Taryn